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 bd1331f36 SevenZFile.getInputStream(SevenZArchiveEntry) now throws
ArchiveException instead of IllehalArgumentException.
new 0d72c52e1 Move actions to their proper sections
new 4b95cbb4f ArchiveStreamFactory now throws ArchiveException instead of
IllegalArgumentException.
new 533a95d02 ArArchiveInputStream now throws ArchiveException instead of
IllegalArgumentException.
new 308c1bf01 ArjArchiveInputStream now throws ArchiveException instead of
IllegalArgumentException.
new fdc2aba78 CpioArchiveEntry now throws ArchiveException instead of
IllegalArgumentException.
new 6b1b2e7a9 CpioArchiveEntry now throws ArchiveException instead of
IllegalArgumentException.
new 9038888a2 CpioArchiveInputStream now throws ArchiveException instead
of IllegalArgumentException.
new cd38553df Javadoc
new c8ac75d12 DumpArchiveInputStream now throws ArchiveException instead
of IllegalArgumentException.
new daf142e96 TapeInputStream now throws ArchiveException instead of
IllegalArgumentException.
The 10 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 | 26 ++++--
.../compress/archivers/ArchiveStreamFactory.java | 97 ++++++++++------------
.../archivers/ar/ArArchiveInputStream.java | 7 +-
.../archivers/arj/ArjArchiveInputStream.java | 4 +-
.../compress/archivers/cpio/CpioArchiveEntry.java | 51 +++++++-----
.../archivers/cpio/CpioArchiveInputStream.java | 14 ++--
.../archivers/dump/DumpArchiveInputStream.java | 16 +---
.../compress/archivers/dump/TapeInputStream.java | 6 +-
.../archivers/tar/TarArchiveOutputStream.java | 12 +--
.../archivers/ArchiveStreamFactoryTest.java | 4 +-
.../compress/archivers/ExceptionMessageTest.java | 19 ++---
.../archivers/ar/ArArchiveInputStreamTest.java | 5 +-
.../archivers/cpio/CpioArchiveEntryTest.java | 6 +-
.../archivers/tar/TarArchiveOutputStreamTest.java | 7 +-
14 files changed, 127 insertions(+), 147 deletions(-)