This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from d91c1eefc Javadoc
new 78f8a60d3 TarArchiveEntry.addPaxHeader(String, String) now throws
ArchiveException instead of IllegalArgumentException.
new bd1331f36 SevenZFile.getInputStream(SevenZArchiveEntry) now throws
ArchiveException instead of IllehalArgumentException.
The 2 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:
src/changes/changes.xml | 2 +
.../compress/archivers/sevenz/SevenZFile.java | 31 ++---
.../compress/archivers/sevenz/SubStreamsInfo.java | 6 +-
.../compress/archivers/tar/TarArchiveEntry.java | 148 ++++++++++-----------
.../commons/compress/archivers/tar/TarUtils.java | 32 +++--
.../compress/archivers/sevenz/SevenZFileTest.java | 2 +-
.../archivers/tar/TarArchiveEntryTest.java | 7 +-
7 files changed, 118 insertions(+), 110 deletions(-)