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 05afb04f6 
org.apache.commons.compress.harmony.unpack200.Archive.unpack() should not log 
to system out (the console)
     new 979023123 Comments
     new 5829240bf Add 
org.apache.commons.compress.compressors.xz.XZCompressorInputStream.builder/Builder()
     new 54de661b6 Javadoc
     new 1e4e5487d Javadoc

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:
 pom.xml                                            |   5 +
 src/changes/changes.xml                            |   2 +
 .../compressors/CompressorStreamFactory.java       |  15 ++-
 .../compressors/xz/XZCompressorInputStream.java    | 119 ++++++++++++++++++---
 .../compressors/xz/XZCompressorOutputStream.java   |  86 ++++++++++++++-
 .../zstandard/ZstdCompressorOutputStream.java      |   2 +
 .../compress/harmony/pack200/ClassBands.java       |  72 ++++++++++++-
 .../commons/compress/harmony/pack200/CpBands.java  |  12 +++
 .../compressors/xz/XZCompressorRoundtripTest.java  | 117 ++++++++++++++++++++
 9 files changed, 408 insertions(+), 22 deletions(-)
 create mode 100644 
src/test/java/org/apache/commons/compress/compressors/xz/XZCompressorRoundtripTest.java

Reply via email to