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 6c302c632 Javadoc new ccb67ca21 Javadoc new b7ba0ced5 Add SevenZFile.builder(), add SevenZFile.Builder, deprecate constructors 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: src/changes/changes.xml | 3 +- .../apache/commons/compress/archivers/Lister.java | 2 +- .../compress/archivers/examples/Expander.java | 2 +- .../commons/compress/archivers/sevenz/CLI.java | 8 +- .../compress/archivers/sevenz/SevenZFile.java | 287 +++++++++++++++++---- .../archivers/sevenz/SevenZFileOptions.java | 37 ++- .../utils/MultiReadOnlySeekableByteChannel.java | 7 - src/site/xdoc/examples.xml | 8 +- .../commons/compress/archivers/SevenZTest.java | 6 +- .../compress/archivers/examples/ExpanderTest.java | 4 +- .../archivers/examples/SevenZArchiverTest.java | 2 +- .../compress/archivers/sevenz/SevenZFileTest.java | 180 +++++++++---- .../archivers/sevenz/SevenZOutputFileTest.java | 17 +- 13 files changed, 409 insertions(+), 154 deletions(-)