This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 07323f25f COMPRESS-653: Fix split archive updating incorrect file (#455) new 70d60e42d [COMPRESS-653] ZipArchiveOutputStream multi archive updates metadata in incorrect file #455 new 4766e284a Sort members new 87e2f1756 Remove extra ; new e183ab5cd Remove "At" in new method names new dae7f9ec8 Add missing Javadoc tag new 05489c04a Javadoc The 6 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 | 1 + .../archivers/ar/ArArchiveInputStream.java | 4 +- .../compress/archivers/examples/Archiver.java | 2 +- .../compress/archivers/examples/Expander.java | 2 +- .../archivers/sevenz/AES256SHA256Decoder.java | 4 +- .../compress/archivers/zip/ExtraFieldUtils.java | 2 +- .../zip/FileRandomAccessOutputStream.java | 39 +-- .../archivers/zip/RandomAccessOutputStream.java | 46 ++-- .../SeekableChannelRandomAccessOutputStream.java | 22 +- .../compress/archivers/zip/ZipArchiveEntry.java | 2 +- .../archivers/zip/ZipArchiveOutputStream.java | 18 +- .../compress/archivers/zip/ZipEncodingHelper.java | 8 +- .../commons/compress/archivers/zip/ZipFile.java | 289 ++++++++++----------- .../commons/compress/archivers/zip/ZipIoUtil.java | 40 ++- .../archivers/zip/ZipSplitOutputStream.java | 73 +++--- .../zip/ZipSplitReadOnlySeekableByteChannel.java | 22 +- .../gzip/GzipCompressorInputStream.java | 2 +- .../lz4/FramedLZ4CompressorOutputStream.java | 2 +- .../snappy/FramedSnappyCompressorInputStream.java | 2 +- .../harmony/pack200/NewAttributeBands.java | 4 +- .../org/apache/commons/compress/utils/IOUtils.java | 2 +- .../org/apache/commons/compress/AbstractTest.java | 4 +- .../apache/commons/compress/ArchiveReadTest.java | 2 +- .../archivers/ArchiveStreamFactoryTest.java | 10 +- .../commons/compress/archivers/LongPathTest.java | 2 +- .../compress/archivers/LongSymLinkTest.java | 2 +- .../apache/commons/compress/archivers/TarTest.java | 2 +- .../apache/commons/compress/archivers/ZipTest.java | 186 +++++-------- .../archivers/cpio/CpioArchiveInputStreamTest.java | 16 +- .../archivers/tar/TarArchiveEntryTest.java | 4 +- .../archivers/tar/TarArchiveInputStreamTest.java | 4 +- .../compress/archivers/tar/TarFileTest.java | 2 +- .../zip/FileRandomAccessOutputStreamTest.java | 135 +++++----- .../zip/ParallelScatterZipCreatorTest.java | 14 +- .../zip/RandomAccessOutputStreamTest.java | 19 +- ...eekableChannelRandomAccessOutputStreamTest.java | 160 +++++------- .../archivers/zip/X5455_ExtendedTimestampTest.java | 2 +- .../compress/archivers/zip/Zip64SupportIT.java | 8 +- .../archivers/zip/ZipArchiveInputStreamTest.java | 2 +- .../archivers/zip/ZipArchiveOutputStreamTest.java | 16 +- .../zip/ZipFileIgnoringLocalFileHeaderTest.java | 8 +- .../compress/archivers/zip/ZipFileTest.java | 1 - .../compress/archivers/zip/ZipIoUtilTest.java | 184 ++++++------- .../archivers/zip/ZipMemoryFileSystemTest.java | 2 +- .../compress/compressors/DetectCompressorTest.java | 2 +- .../FramedSnappyCompressorInputStreamTest.java | 74 +++--- .../harmony/pack200/tests/ArchiveTest.java | 4 +- .../harmony/pack200/tests/BHSDCodecTest.java | 2 +- .../harmony/pack200/tests/PackingOptionsTest.java | 14 +- .../harmony/unpack200/tests/AbstractBandsTest.java | 4 +- .../harmony/unpack200/tests/ArchiveTest.java | 4 +- .../utils/FixedLengthBlockOutputStreamTest.java | 2 +- 52 files changed, 668 insertions(+), 809 deletions(-)