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 ae113d98 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-compress.git
new 973ebddb Replace throwing "impossible" RuntimeException with
UncheckedIOException
new 24193630 Replace anti-pattern of throwing RuntimeException with more
precise runtime exceptions
The 2 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:
.../compress/archivers/tar/TarArchiveEntry.java | 5 +-
.../commons/compress/archivers/tar/TarUtils.java | 4 +-
.../compress/archivers/zip/AsiExtraField.java | 2 +-
.../compress/archivers/zip/ExtraFieldUtils.java | 6 +-
.../compress/archivers/zip/GeneralPurposeBit.java | 2 +-
.../archivers/zip/ParallelScatterZipCreator.java | 13 +--
.../compress/archivers/zip/ZipArchiveEntry.java | 36 ++++----
.../commons/compress/archivers/zip/ZipLong.java | 2 +-
.../commons/compress/archivers/zip/ZipShort.java | 2 +-
.../pack200/Pack200CompressorInputStream.java | 5 +-
.../commons/compress/harmony/pack200/BandSet.java | 4 +-
.../commons/compress/harmony/pack200/BcBands.java | 6 +-
.../compress/harmony/pack200/ClassBands.java | 8 +-
.../harmony/pack200/NewAttributeBands.java | 3 +-
.../compress/harmony/pack200/PackingOptions.java | 2 +-
.../compress/harmony/pack200/PackingUtils.java | 4 +-
.../commons/compress/harmony/pack200/Segment.java | 12 +--
.../FileBasedScatterGatherBackingStore.java | 3 +-
.../apache/commons/compress/ArchiveReadTest.java | 2 +-
.../commons/compress/archivers/LongPathTest.java | 2 +-
.../compress/archivers/LongSymLinkTest.java | 2 +-
.../compress/archivers/zip/ZipFileTest.java | 96 ++++++++++-----------
.../harmony/unpack200/tests/Compress626Test.java | 55 ++++++++++++
.../compress/COMPRESS-626/compress-626-pack200.jar | Bin 0 -> 781 bytes
24 files changed, 164 insertions(+), 112 deletions(-)
create mode 100644
src/test/java/org/apache/commons/compress/harmony/unpack200/tests/Compress626Test.java
create mode 100644
src/test/resources/org/apache/commons/compress/COMPRESS-626/compress-626-pack200.jar