ConfiguredComponentHolder tracks component enablement but not disablement
-------------------------------------------------------------------------
Key: FELIX-2233
URL: https://issues.apache.org/jira/browse/FELIX-2233
Project: Felix
Issue Type: Bug
Components: Declarative Services (SCR)
Affects Versions: scr-1.4.0
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: scr-1.4.2
The ConfiguredComponentHolder tracks when configured components are enabled as
per the general enablement due to the descriptor or by calling the
ComponentContext.enableComponent(String) method. This causes future components
created as per factory configuration to be automatically enabled.
Conversely disablement is not properly handled causing future components
created as per factory configuration to potentially be enabled right away even
though they should rather start disabled.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.