badfish69 opened a new pull request #3: Dynamic reference properties URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/3 This is a pull request to add support for correct resolution of SCR references where the target filter is provided via service properties rather than being hard-coded into the metadata. e.g. if you have code like this @Reference MyClass myClass The OSGI spec allows for the target service to be filtered via a property: myClass.target, which provides a runtime equivalent to the @Reference(target=filter) static way of doing it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
