]> source.dussan.org Git - jgit.git/commit
[RFC] archive: Switch to commons-compress as ZIP archiver 07/9007/2
authorJonathan Nieder <jrn@google.com>
Mon, 3 Dec 2012 17:55:02 +0000 (09:55 -0800)
committerJonathan Nieder <jrn@google.com>
Mon, 3 Dec 2012 18:49:06 +0000 (10:49 -0800)
commit1547eaf7c57e93b3ff7fb9d2450fe3e87ba614ed
tree410d4438b4d0ae1270bd2a8c1349aee94bc2557a
parent55e8f2a433589a4c4969546493173a05ec4830dd
[RFC] archive: Switch to commons-compress as ZIP archiver

The Apache Commons Compress library provides a similar interface to
java.util.zip with some features not found in java.util.zip, including
support for inclusion of metadata (file mode and symlink targets) and
support for multiple file formats (zip, .tar.xz, etc).

Use it, in preparation for making use of these features.  No
functional change intended yet.

A previous version of this patch used plexus-archiver.  That is a
heavier-weight dependency and offers a less convenient interface.

Thanks to James Moger and Chris Aniszczyk for advice.

Change-Id: Id01146950bb9c18dae0169311e3cde2c3bfa675e
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/pom.xml
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Archive.java
pom.xml