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 f3de16bf7 [site] Fix minor zip docs type: remove extraneous 'a' #665 add fc9bb924e Adds a builder to ZstdCompressorOutputStream to configure almost all (#666) No new revisions were added by this update. Summary of changes: pom.xml | 2 +- .../zstandard/ZstdCompressorOutputStream.java | 524 +++++++++++++++++++-- .../compressors/zstandard/ZstdConstants.java | 196 ++++++++ .../compressors/zstandard/ZstdRoundtripTest.java | 139 +++++- 4 files changed, 821 insertions(+), 40 deletions(-) create mode 100644 src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdConstants.java