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 24b54c8a Javadoc new 3714fdd4 Camel-case parameter and internal names new 030034fc Add GzipParameters.getFileName() and deprecated getFilename() new 1cca1110 Add GzipParameters.setFileName(String) and deprecate setFilename(String) The 3 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: pom.xml | 6 ++-- src/changes/changes.xml | 4 ++- .../archivers/ar/ArArchiveInputStream.java | 6 ++-- .../compress/archivers/sevenz/SevenZFile.java | 4 +-- .../compress/archivers/tar/package-info.java | 2 +- .../gzip/GzipCompressorInputStream.java | 2 +- .../gzip/GzipCompressorOutputStream.java | 8 ++--- .../compress/compressors/gzip/GzipParameters.java | 34 ++++++++++++++++-- .../commons/compress/utils/FileNameUtils.java | 42 +++++++++++----------- .../apache/commons/compress/AbstractTestCase.java | 8 ++--- .../apache/commons/compress/ArchiveReadTest.java | 2 +- .../archivers/memory/MemoryArchiveInputStream.java | 10 +++--- .../compress/archivers/sevenz/SevenZFileTest.java | 4 +-- .../compress/archivers/zip/ExplodeSupportTest.java | 8 ++--- .../commons/compress/compressors/GZipTestCase.java | 10 ++++++ .../brotli/BrotliCompressorInputStreamTest.java | 2 +- .../gzip/GzipCompressorOutputStreamTest.java | 4 +++ 17 files changed, 100 insertions(+), 56 deletions(-)