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 daf142e96 TapeInputStream now throws ArchiveException instead of
IllegalArgumentException.
new ba58ca98b TarArchiveInputStream now throws ArchiveException instead of
IllegalArgumentException.
new ed7b72a5a Internal TAR methods now throws ArchiveException instead of
IllegalArgumentException.
new 571208f7b TarUtils now throws ArchiveException instead of
IllegalArgumentException.
The 3 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 | 6 ++-
.../compress/archivers/tar/TarArchiveEntry.java | 9 ++--
.../archivers/tar/TarArchiveInputStream.java | 10 ++--
.../commons/compress/archivers/tar/TarUtils.java | 60 ++++++++++++----------
.../apache/commons/compress/archivers/TarTest.java | 14 +++--
.../archivers/tar/TarArchiveInputStreamTest.java | 2 +-
.../compress/archivers/tar/TarUtilsTest.java | 50 +++++++++---------
7 files changed, 77 insertions(+), 74 deletions(-)