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 378eb8218 [7-Zip] AES256Options now throws ArchiveException instead of
instead of IllegalArgumetException/IllegalStateException.
new 43f6f27a7 Fix descriptions
new 00986acf0 [BZip2] BZip2CompressorInputStream now throw
CompressorException (a subclass of IOException) instead of
IllegalArgumetException/IllegalStateException.
new 4ff4c97f8 [Deflate64] Deflate64CompressorInputStream now throws
ArchiveException instead of IllegalArgumetException/IllegalStateException.
new 07e5d650c [Deflate64] Deflate64Decoder now throws ArchiveException
instead of IllegalArgumetException/IllegalStateException.
new 3598ef852 [LZ4] BlockLZ4CompressorOutputStream now throws
ArchiveException instead of IllegalArgumetException/IllegalStateException.
The 5 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 | 59 ++++++++++++----------
.../archivers/zip/UnshrinkingInputStream.java | 4 +-
.../bzip2/BZip2CompressorInputStream.java | 14 ++---
.../deflate64/Deflate64CompressorInputStream.java | 2 +-
.../compressors/deflate64/Deflate64Decoder.java | 14 ++---
.../gzip/GzipCompressorInputStream.java | 2 +-
.../lz4/BlockLZ4CompressorOutputStream.java | 10 ++--
.../compress/compressors/lzw/LZWInputStream.java | 18 +++----
.../deflate64/Deflate64DecoderTest.java | 2 +-
.../compressors/z/ZCompressorInputStreamTest.java | 3 +-
10 files changed, 65 insertions(+), 63 deletions(-)