[
https://issues.apache.org/jira/browse/FELIX-4878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre De Rop closed FELIX-4878.
--------------------------------
> Support more signatures for Dependency callbacks
> ------------------------------------------------
>
> Key: FELIX-4878
> URL: https://issues.apache.org/jira/browse/FELIX-4878
> Project: Felix
> Issue Type: Improvement
> Components: Dependency Manager
> Affects Versions: org.apache.felix.dependencymanager-r2
> Reporter: Pierre De Rop
> Assignee: Pierre De Rop
> Priority: Minor
> Fix For: org.apache.felix.dependencymanager-r3
>
>
> Some dependencies callbacks support signatures that includes the Component,
> but some others don't.
> it would be very useful to also support signatures with Component for the
> following dependencies:
> ConfigurationDependency:
> updated(Dictionary properties)
> -> updated(Component component, Dictionary properties)
> FactoryConfigurationAdapter:
> updated(Dictionary properties)
> -> updated(Component component, Dictionary properties)
> BundleDependency:
> add(Bundle bundle)
> add(Object bundle)
> -> add(Component, Bundle)
> change(Bundle bundle)
> change(Object bundle)
> -> change(Component, Bundle)
> remove(Bundle bundle)
> remove(Object bundle)
> -> remove(Component, Bundle)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)