Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
scr-1.0.8
-
None
Description
Currently the Declarative Services bundle exports the Configuration Admin packge org.osgi.service.cm besides the SCR package org.osgi.service.component. This may collide with the export of the actual configuration admin implementation and result in inconsistent class spaces.
Since SCR does not require configuration admin, it would be better to optionally import the package and just ignore configuration admin functionality if the import is not resolved.