Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Testing OSGi Mock 2.3.8
-
None
Description
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 myClassThe 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.