Pierre De Rop created FELIX-5521:
------------------------------------
Summary: add more callback method signature in DM lambda service
dependency callbacks
Key: FELIX-5521
URL: https://issues.apache.org/jira/browse/FELIX-5521
Project: Felix
Issue Type: Improvement
Components: Dependency Manager Lambda
Affects Versions: org.apache.felix.dependencymanager-r8
Reporter: Pierre De Rop
Assignee: Pierre De Rop
Priority: Minor
Fix For: org.apache.felix.dependencymanager-r9
The following signatures should be supported when defining a service dependency
with the dm lambda api and when using java8 method references:
{code}
(ServiceReference<S> service) for add/change/remove callbacks
(ServiceReference<> oldRef, ServiceReference<S> newRef) for swap callbacks
(ServiceReference<> oldRef, ServiceReference<S> newRef, Component component)
for swap callbacks
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)