timothyjward commented on code in PR #290: URL: https://github.com/apache/felix-dev/pull/290#discussion_r1463016772
########## 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: I think that would be: `osgi.implementation;filter:='(&(osgi.implementation=osgi.cm)(version>=1.6.0)(!(version>=2.0.0)))'` Perhaps better to use an annotation in the source for safety? -- 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: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org