You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/01/15 10:09:17 UTC

[karaf] branch master updated (97f662b -> c978390)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git.


    from 97f662b  [KARAF-6091]upgrade to jaxb 2.3.2
     add fef9a61  [KARAF-6090] kar extract ignores path containing .. relative
     new c978390  Merge pull request #717 from jbonofre/KARAF-6090

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kar/pom.xml                                        |  7 ++
 .../java/org/apache/karaf/kar/internal/Kar.java    | 34 ++++++----
 .../org/apache/karaf/kar/internal/KarTest.java     | 79 ++++++++++++++++++++++
 3 files changed, 105 insertions(+), 15 deletions(-)
 create mode 100644 kar/src/test/java/org/apache/karaf/kar/internal/KarTest.java


[karaf] 01/01: Merge pull request #717 from jbonofre/KARAF-6090

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit c978390a1c8e54ff5525357f2667e588e4fe7dd2
Merge: 97f662b fef9a61
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 15 11:09:12 2019 +0100

    Merge pull request #717 from jbonofre/KARAF-6090
    
    [KARAF-6090] kar extract ignores path containing .. relative

 kar/pom.xml                                        |  7 ++
 .../java/org/apache/karaf/kar/internal/Kar.java    | 34 ++++++----
 .../org/apache/karaf/kar/internal/KarTest.java     | 79 ++++++++++++++++++++++
 3 files changed, 105 insertions(+), 15 deletions(-)