[
https://issues.apache.org/jira/browse/FELIX-6547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Augé resolved FELIX-6547.
---------------------------------
Resolution: Fixed
See 80f2e97d822974de46515d8f69f2a167649364ba
> maven-bundle-plugin uses outdated bndlib leading to invalid osgi.ee required
> capability
> ---------------------------------------------------------------------------------------
>
> Key: FELIX-6547
> URL: https://issues.apache.org/jira/browse/FELIX-6547
> Project: Felix
> Issue Type: Bug
> Components: Maven Bundle Plugin
> Affects Versions: maven-bundle-plugin-5.1.5
> Reporter: Christian DIetrich
> Priority: Major
> Fix For: maven-bundle-plugin-5.1.7
>
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)