Support service properties injection in bind/unbind callbacks
-------------------------------------------------------------

                 Key: FELIX-801
                 URL: https://issues.apache.org/jira/browse/FELIX-801
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.0.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
             Fix For: iPOJO-1.2.0


iPOJO service dependency callbacks support several signatures:
- nothing (i.e. notification)
- service object
- service reference
- service object, service reference

This improvement adds two other possible signatures in order to inject service 
properties without injecting the service reference (and so injecting a 
dependency on the OSGi API):
- service object, dictionary
- service object, map

The above dictionary and map receive the service properties of the 
bound/unbound service,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to