/[Apache-SVN]
ViewVC logotype

Revision 1730313


Jump to revision: Previous Next
Author: pderop
Date: Sun Feb 14 11:02:59 2016 UTC (8 years, 4 months ago)
Changed paths: 1
Log Message:
FELIX-5155: Do not invoke update callback in case the component implementation is an internal adapter object.
We don't invoke the callback in such a case, because if the update callback has been declared with an external
callback instance object, then calling the callback now would end up in a double update callback invocation: 
The update callback instance would be called a first time by the configuration dependency added to the internal adapter object,
and it would then be called a second time by the same configuration
dependency copied from the internal adapter component into the actual component instance created by the adapter.


Changed paths

Path Details
Directoryfelix/trunk/dependencymanager/org.apache.felix.dependencymanager/src/org/apache/felix/dm/impl/ConfigurationDependencyImpl.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26