juergen-albert commented on code in PR #290:
URL: https://github.com/apache/felix-dev/pull/290#discussion_r1463102170
##########
configurator/pom.xml:
##########
@@ -74,6 +74,9 @@
<Provide-Capability>
osgi.extender;osgi.extender="osgi.configurator";version:Version="1.0"
</Provide-Capability>
+ <Require-Capability>
+
osgi.implementation;filter:='(&(osgi.implementation=osgi.cm)(version>=1.6.0)(!(version>=2.0.0)))'
Review Comment:
This project still uses the bundle plugin. I wasn't sure how recent the BND
implementation behind it is. Thus I didn't use the Annotation. Would be
preferable though.
--
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]