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 3bcbf932 Javadoc new 826e27a1 Add a generic type parameter to ArchiveInputStream and deprecate redundant get methods in subclasses new 7e971118 Normalize spelling to US English 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 | 1 + .../commons/compress/archivers/ArchiveInputStream.java | 17 +++++------------ .../commons/compress/archivers/ArchiveOutputStream.java | 2 +- .../compress/archivers/ArchiveStreamFactory.java | 2 +- .../compress/archivers/ar/ArArchiveInputStream.java | 7 ++++--- .../compress/archivers/arj/ArjArchiveInputStream.java | 6 ++++-- .../compress/archivers/cpio/CpioArchiveInputStream.java | 6 ++++-- .../compress/archivers/dump/DumpArchiveInputStream.java | 7 +++++-- .../compress/archivers/jar/JarArchiveInputStream.java | 11 +++++++++-- .../compress/archivers/tar/TarArchiveInputStream.java | 10 ++++++---- .../compress/archivers/zip/ZipArchiveInputStream.java | 12 ++++++++++-- .../compressors/bzip2/BZip2CompressorOutputStream.java | 4 ++-- .../compress/harmony/unpack200/NewAttributeBands.java | 2 +- .../archivers/memory/MemoryArchiveInputStream.java | 5 ++--- 14 files changed, 55 insertions(+), 37 deletions(-)