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 8d6b112ba AbstractLZ77CompressorInputStream now throws
ArchiveException instead of IllegalArgumentException.
new 6214d160c [LZ77] LZ77Compressor.prefill(byte[]) now throws
ArchiveException instead of IllegalArgumentException.
new ead9331f6 Prefix action description with a category.
new 1425a03e7 [TAR] TarArchiveOutputStream now throws ArchiveException
instead of IllegalArgumentException.
new 378eb8218 [7-Zip] AES256Options now throws ArchiveException instead of
instead of IllegalArgumetException/IllegalStateException.
The 4 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 | 189 +++++++++++----------
.../compress/archivers/sevenz/AES256Options.java | 23 +--
.../archivers/sevenz/AES256SHA256Decoder.java | 15 +-
.../sevenz/SevenZMethodConfiguration.java | 11 +-
.../archivers/sevenz/SevenZOutputFile.java | 8 +-
.../archivers/tar/TarArchiveOutputStream.java | 6 +-
.../lz4/BlockLZ4CompressorOutputStream.java | 5 +-
.../compressors/lz77support/LZ77Compressor.java | 7 +-
.../archivers/sevenz/SevenZArchiveEntryTest.java | 11 +-
.../sevenz/SevenZMethodConfigurationTest.java | 20 ++-
.../TarArchiveOutputStreamLongFileModeTest.java | 3 +-
.../archivers/tar/TarArchiveOutputStreamTest.java | 6 +-
.../lz77support/LZ77CompressorTest.java | 7 +-
13 files changed, 165 insertions(+), 146 deletions(-)