You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2019/11/14 09:56:00 UTC

[jira] [Resolved] (FELIX-5795) Maven Bundle Plugin Should Upgrade to Use Maven Dependency Tree 3.x

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

Guillaume Nodet resolved FELIX-5795.
------------------------------------
    Fix Version/s:     (was: maven-bundle-plugin-future)
                   maven-bundle-plugin-4.2.2
       Resolution: Fixed

> Maven Bundle Plugin Should Upgrade to Use Maven Dependency Tree 3.x
> -------------------------------------------------------------------
>
>                 Key: FELIX-5795
>                 URL: https://issues.apache.org/jira/browse/FELIX-5795
>             Project: Felix
>          Issue Type: Wish
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-3.5.0
>            Reporter: Kai-Chung Yan
>            Assignee: Guillaume Nodet
>            Priority: Major
>             Fix For: maven-bundle-plugin-4.2.2
>
>
> Currently Maven Bundle Plugin uses [DependencyTree|https://github.com/apache/maven-dependency-tree/blob/maven-dependency-tree-2.1/src/main/java/org/apache/maven/shared/dependency/tree/DependencyTreeBuilder.java] API which is removed in the latest Maven Dependency Tree (3.0.1). The usage is in [BundleAllPlugin.java|https://github.com/apache/felix/blob/maven-bundle-plugin-3.5.0/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java#L57].
> Would be great if the plugin take an update. As of Buster, Debian already updated Maven Dependency Tree to 3.x, which renders Maven Bundle Plugin [FTBFS|https://bugs.debian.org/880886] (fail to build from source).
> -This won't be a trivial fix as quite a few APIs are removed.- The maintainers in Fedora has written a [patch|https://src.fedoraproject.org/rpms/maven-plugin-bundle/blob/master/f/0001-Port-to-current-maven-dependency-tree.patch] to fix this, please consider adopting it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)