This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/mockito.version-5.13.0 in repository https://gitbox.apache.org/repos/asf/commons-compress.git
omit 4df2a027d Bump mockito.version from 4.11.0 to 5.13.0 add e4a131b90 [COMPRESS-687] Add Compress687Test add 6bed6b7f5 ZipArchiveOutputStream.addRawArchiveEntry() should check is2PhaseSource (#571) add df2bea8a3 ZipArchiveOutputStream.addRawArchiveEntry() should check is2PhaseSource #571 add 88a658976 Sort members add de5d2f7db Use for-each add b8ec26f8b Combine if clauses add 4eb733b39 Pull out commons code add cace2a5cf Remove redundant call to super() add 6ea1ef4a3 Pull out commons code add a5ed6aa15 Convert cascading if-else to switch add 12aa6d70a Convert cascading if-else to switch add e9eec1c5c Convert cascading if-else to switch add fed292231 Use final add afd16622e Update release properties add e47caed8d Bump actions/setup-java from 4.2.2 to 4.3.0 (#572) add cf33cb227 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git add 119690d38 Refactor test constant add f142b684f Bump org.apache.commons:commons-parent from 74 to 75 (#574) add 6d0c5eea4 Bump org.apache.commons:commons-parent from 74 to 75 #574 add 9933d89ab Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#575) add 677f8f3a4 Bump commons-io:commons-io from 2.16.1 to 2.17.0 #575 add 2e8e18063 CI builds: Replace Java 22 with Java 23 add a3b56d028 Bump github/codeql-action from 3.26.6 to 3.26.8 (#576) add 3f78e4475 Prune excessive whitespace add cecb916e0 Camel case private name add b82dd0132 Prune excessive whitespace add 88e1ab0b7 Add dependency-review.yml to GitHub CI add 7043f3cc3 Bump com.github.marschall:memoryfilesystem from 2.8.0 to 2.8.1 (#577) add c36be71ed Bump com.github.marschall:memoryfilesystem from 2.8.0 to 2.8.1 #577 add b4fd8d369 Bump com.github.luben:zstd-jni from 1.5.6-5 to 1.5.6-6 (#578) add 508ed9187 Bump com.github.luben:zstd-jni from 1.5.6-5 to 1.5.6-6 #578 add 63508e5e0 Use latest version of dependency review action add 0cce8bc47 Run dependency review on push add f989e19b7 Update dependency-review.yml add 5418b4fac Update dependency-review.yml add a0efd2a2d Bump mockito.version from 4.11.0 to 5.13.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (4df2a027d) \ N -- N -- N refs/heads/dependabot/maven/mockito.version-5.13.0 (a0efd2a2d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 6 +- .github/workflows/dependency-review.yml | 34 ++++++++ .github/workflows/maven.yml | 6 +- .github/workflows/scorecards-analysis.yml | 2 +- pom.xml | 14 ++-- src/changes/changes.xml | 7 +- .../compress/archivers/ArchiveOutputStream.java | 24 +++--- .../archivers/zip/ZipArchiveOutputStream.java | 13 ++-- .../compress/changes/ChangeSetPerformer.java | 12 ++- .../compressors/CompressorStreamFactory.java | 51 ++---------- .../deflate/DeflateCompressorOutputStream.java | 1 - .../harmony/pack200/NewAttributeBands.java | 69 ++++++++++------- .../compress/harmony/pack200/PackingOptions.java | 13 +++- .../compress/harmony/unpack200/BandSet.java | 4 +- .../compress/harmony/unpack200/CpBands.java | 3 +- .../harmony/unpack200/NewAttributeBands.java | 86 ++++++++++++--------- .../harmony/unpack200/Pack200UnpackerAdapter.java | 15 ++-- .../utils/FixedLengthBlockOutputStream.java | 5 +- .../apache/commons/compress/archivers/ZipTest.java | 13 ++++ .../compressors/pack200/Compress687Test.java | 62 +++++++++++++++ .../commons/compress/COMPRESS-687/test-issue.7z | Bin 0 -> 1008 bytes 21 files changed, 274 insertions(+), 166 deletions(-) create mode 100644 .github/workflows/dependency-review.yml create mode 100644 src/test/java/org/apache/commons/compress/compressors/pack200/Compress687Test.java create mode 100644 src/test/resources/org/apache/commons/compress/COMPRESS-687/test-issue.7z