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 a19262d typo new 9ede8ae Reuse own CloseShieldFilterInputStream instead of creating an anonymous inner class. new ea129b4 Format tweaks. new 75775f9 Javadoc. new 81b0b1b Reuse own CloseShieldFilterInputStream instead of creating an anonymous inner class. new 11b8034 Fix some tests that leak resources when failing. There is a lot more to do in this area. new 6eec951 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git 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: .../archivers/zip/ExplodingInputStream.java | 15 ++--- .../pack200/Pack200CompressorInputStream.java | 12 ++-- .../compress/utils/CountingInputStream.java | 5 +- .../archivers/ar/ArArchiveInputStreamTest.java | 23 ++++---- .../archivers/arj/ArjArchiveInputStreamTest.java | 61 ++++++++++----------- .../archivers/cpio/CpioArchiveInputStreamTest.java | 51 +++++++++-------- .../compress/archivers/examples/ExpanderTest.java | 4 -- .../compress/archivers/sevenz/SevenZFileTest.java | 64 +++++++++++----------- .../archivers/sevenz/SevenZNativeHeapTest.java | 29 +++++----- .../archivers/sevenz/SevenZOutputFileTest.java | 14 ++--- 10 files changed, 132 insertions(+), 146 deletions(-)