David Jencks created FELIX-3971:
-----------------------------------
Summary: [DS] SingleDynamicCustomizer doesn't respond correctly to
configuration update events.
Key: FELIX-3971
URL: https://issues.apache.org/jira/browse/FELIX-3971
Project: Felix
Issue Type: Bug
Components: Declarative Services (SCR)
Affects Versions: scr-1.8.0
Reporter: David Jencks
Assignee: David Jencks
Fix For: scr-1.8.0
SingleDynamicCustomizer.addedService only processes events if they were not in
the previous satisfied set for the old config. But the config may have changed
which service satisfies the filter. We need different logic here.
if ( getPreviousRefMap().remove( serviceReference ) == null )
works for multipleDynamicCustomizer, but not the single one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira