You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Raymond Augé (Jira)" <ji...@apache.org> on 2022/07/05 13:12:00 UTC

[jira] [Updated] (FELIX-6547) maven-bundle-plugin uses outdated bndlib leading to invalid osgi.ee required capability

     [ https://issues.apache.org/jira/browse/FELIX-6547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Augé updated FELIX-6547:
--------------------------------
    Fix Version/s: maven-bundle-plugin-5.1.7

> 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)