This is an automated email from the ASF dual-hosted git repository. bodewig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git.
from 317bd05 Gary says exception messages should start with a capitalized word new 91c2f0d COMPRESS-486 deal with resouce leaks in example code new 1a14a23 COMPRESS-486 improve documentation 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 | 7 ++ .../compress/archivers/examples/Archiver.java | 84 +++++++++++++-- .../archivers/examples/CloseableConsumer.java | 58 +++++++++++ .../examples/CloseableConsumerAdapter.java} | 31 +++--- .../compress/archivers/examples/Expander.java | 116 +++++++++++++++++++-- 5 files changed, 270 insertions(+), 26 deletions(-) create mode 100644 src/main/java/org/apache/commons/compress/archivers/examples/CloseableConsumer.java copy src/main/java/org/apache/commons/compress/{utils/CloseShieldFilterInputStream.java => archivers/examples/CloseableConsumerAdapter.java} (59%)