Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-5.1.5
-
None
Description
originally reported as https://github.com/eclipse/tycho/discussions/1084 , https://github.com/eclipse-pde/eclipse.pde/issues/130 respectively https://bugs.eclipse.org/bugs/show_bug.cgi?id=580280
the maven-bundle-plugin version 5.1.6 will produce and invalid
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.1))"
instead of
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JRE)(version=1.1))"
this is/was a flaw in bndlib that was fixed in bnd 6.3.1 with
https://github.com/bndtools/bnd/commit/169a607e72b36324f3877c2007ef1ddf23119863
so a bump of bndlib to 6.3.1 should fix it here too
Attachments
Issue Links
- links to