You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by adamcin <gi...@git.apache.org> on 2019/01/10 20:33:53 UTC

[GitHub] felix pull request #165: FELIX-6023 bnd scrplugin preserve sequence of class...

GitHub user adamcin opened a pull request:

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

    FELIX-6023 bnd scrplugin preserve sequence of classpath entries.

    Replace the HashSet used for deduping classpath entries with a LinkedHashSet to retain the precedence established by the Analyzer.

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

    $ git pull https://github.com/adamcin/felix FELIX-6023

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

    https://github.com/apache/felix/pull/165.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 #165
    
----
commit 0e50d6bdff9f53ef6fb5efe9aa8f9ff88d4c82d1
Author: Mark Adamcin <ad...@...>
Date:   2019-01-10T20:29:40Z

    FELIX-6023 bnd scrplugin preserve sequence of classpath entries.

----


---

[GitHub] felix pull request #165: FELIX-6023 bnd scrplugin preserve sequence of class...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---