holgerfriedrich commented on PR #2786: URL: https://github.com/apache/karaf/pull/2786#issuecomment-5380686895
I have looked deeper into this issue. @jbonofre already analzyed it: > maven-bundle-plugin 6.1.0 ships bnd 7.3.0. bnd >= 7.2.0 truncates Import-Service filter attribute values at the first '=', which corrupts the blueprint NamespaceHandler service filter and makes the generated manifest unparseable at resolution time (IllegalArgumentException: Unknown operator), failing ConfigExampleTest.testBlueprint. This still holds. We have now tried several versions: * 7.1 seems to be incompatible (API mismatch). * 7.3 is the version with plugin 6.1.0, truncates * 7.4 is also truncating My proposal is to close this until the bug is fixed in bndtools. -- 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]
