[ 
https://issues.apache.org/jira/browse/FELIX-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513757#comment-16513757
 ] 

ASF GitHub Bot commented on FELIX-5795:
---------------------------------------

GitHub user gnodet opened a pull request:

    https://github.com/apache/felix/pull/143

    [FELIX-5795] Maven Bundle Plugin Should Upgrade to Use Maven Dependen…

    …cy Tree 3.x

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gnodet/felix FELIX-5795

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/143.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #143
    
----
commit 770c4656670a9b4a2fddbe137a15cae9a7cb7805
Author: Guillaume Nodet <gnodet@...>
Date:   2018-06-15T12:12:06Z

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

----


> 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.0.0
>
>
> 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
(v7.6.3#76005)

Reply via email to