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 3598ef852 [LZ4] BlockLZ4CompressorOutputStream now throws
ArchiveException instead of IllegalArgumetException/IllegalStateException.
new bf5ad3fe0 [LZ4] BlockLZ4CompressorOutputStream now throws
CompressorException instead of IllegalArgumetException/IllegalStateException.
new 27412912e [BZip2] BZip2CompressorOutputStream now throws
CompressorException instead of IllegalArgumetException/IllegalStateException.
new 7512499f9 [Cpio] CpioArchiveOutputStream now throws ArchiveException
instead of IllegalArgumetException/IllegalStateException.
new f1c32021f Javadoc
new 23a7fdc45 Javadoc
new 3ad542716 Javadoc
new 1c522228a ExactMath now throws ArchiveException instead of
IllegalArgumetException/IllegalStateException.
The 7 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 | 5 ++++-
.../compress/archivers/cpio/CpioArchiveOutputStream.java | 1 +
.../compress/archivers/tar/TarArchiveOutputStream.java | 3 +++
.../compressors/bzip2/BZip2CompressorOutputStream.java | 2 +-
.../compress/compressors/deflate/DeflateParameters.java | 1 +
.../commons/compress/compressors/gzip/GzipParameters.java | 1 +
.../compressors/lz4/BlockLZ4CompressorOutputStream.java | 4 ++--
.../java/org/apache/commons/compress/utils/ExactMath.java | 8 +++++---
.../lz4/BlockLZ4CompressorOutputStreamTest.java | 15 ++++++++-------
.../org/apache/commons/compress/utils/ExactMathTest.java | 5 +++--
10 files changed, 29 insertions(+), 16 deletions(-)