stefanseifert opened a new pull request, #51:
URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/51

   all three options are possible:
   1. have a field member with a @Reference annotation and no bind/unbind 
method -> modify the field member directly
   2. have a @Reference annotation on class level not related to a field member 
-> only call the bind/unbind methods
   3. have field member with @Reference annotation and additional bind and/or 
unbind methods -> modify the filed member and call the bind/unbind methods
   
   this PR fixed the handling for case 3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to