Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
scr-1.0.8
-
None
Description
The complete implementation of the Declarative Services is currently contained in a single big package org.apache.felix.scr.impl. This package is getting huge and confusing.
To be better able to get an overview of which class is responsible for what the package should be split in multiple sub packages such as:
- impl.manager -> AbstractComponentManager and extensions plus DependencyManager and ComponentContext implementations
- impl -> activator stuff
- impl.metadata
> Componentand other MetaData classes and XmlHandler - impl.helper -> Helper classes such as Logger, etc.