-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Runtime
-
Epic Link:
-
Tags:
-
Story Points:8
We want to introduce a service registry in the ComponentManager.
Currently services are served by two factories:
- a map in the ComponentManagerImpl used to retrieve services through Framework
- a ServiceFactory used to bind our service to OSGI in ComponentInstanceImpl
The registry should handle both needs, as it we'll be more flexible if we want to use another service factory mechanism.
Furthermore, this will allow to have the services instantiation code in the same place.