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 c0a114e03 Bump github/codeql-action from 3.25.15 to 3.26.0 (#557) new d8a38b20c [COMPRESS-686] Compression into BZip2 format has unexpected end of file new a8f852488 Remove whitespace 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: .../bzip2/BZip2CompressorInputStream.java | 15 ---- .../compressors/bzip2/Compress686Test.java | 85 ++++++++++++++++++++++ 2 files changed, 85 insertions(+), 15 deletions(-) create mode 100644 src/test/java/org/apache/commons/compress/compressors/bzip2/Compress686Test.java