-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 8.10
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Runtime
-
Epic Link:
-
Tags:
-
Story Points:5
When reloading nuxeo components should clear their references to out-dated services. In general, this can be solved by invoking the framework each time you need a reference to a service. If needed, you could keep the reference but then you'll have to listen to the runtime about to restart event for invalidating the reference.
We should insure this logic is implemented in all components in order to be able to hot-reload after the runtime evolutions merge (see NXP-19326).