This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-70
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


 discard 9f58766be Bump org.apache.commons:commons-parent from 69 to 70
     add 552a4e223 Add section for the next release
     add 695402ce3 Bump github/codeql-action from 3.25.5 to 3.25.6 (#535)
     add 2cb7f9c16 Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#534)
     add 1bf03bd69 Add ArchiveInputStream.forEach(IOConsumer)
     add f4a8dd71b Sort members
     add 8123ea758 Bump version for the next release to 1.27.0
     add 1c8678ae6 Fix PMD UnnecessaryFullyQualifiedName
     add 61321a50e Bump org.apache.commons:commons-parent from 69 to 70

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   (9f58766be)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-parent-70 (61321a50e)

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              |  4 +-
 .github/workflows/coverage.yml                     |  2 +-
 .github/workflows/scorecards-analysis.yml          |  2 +-
 pom.xml                                            |  8 +--
 src/changes/changes.xml                            |  9 +++-
 .../compress/archivers/ArchiveInputStream.java     | 63 +++++++++++++++++++++-
 .../apache/commons/compress/archivers/Lister.java  |  5 +-
 .../compress/archivers/dump/DumpArchiveEntry.java  |  4 +-
 .../compress/archivers/dump/DumpArchiveUtil.java   |  4 +-
 .../compress/archivers/tar/TarArchiveEntry.java    |  4 +-
 .../compress/archivers/zip/ZipArchiveEntry.java    | 20 +++----
 .../archivers/zip/ZipEightByteInteger.java         |  4 +-
 .../compress/archivers/zip/ZipEncodingHelper.java  |  3 +-
 .../commons/compress/archivers/zip/ZipLong.java    |  5 +-
 .../commons/compress/archivers/zip/ZipShort.java   |  2 +-
 .../commons/compress/archivers/zip/ZipUtil.java    |  2 +-
 .../bzip2/BZip2CompressorInputStream.java          |  2 +-
 .../bzip2/BZip2CompressorOutputStream.java         |  4 +-
 .../commons/compress/compressors/bzip2/CRC.java    | 10 ++--
 .../harmony/pack200/Pack200PackerAdapter.java      |  4 +-
 .../compress/harmony/pack200/PopulationCodec.java  |  2 +-
 .../harmony/unpack200/bytecode/ByteCode.java       |  2 +-
 .../harmony/unpack200/bytecode/CPClass.java        |  2 +-
 .../harmony/unpack200/bytecode/CPDouble.java       |  2 +-
 .../harmony/unpack200/bytecode/CPFieldRef.java     |  2 +-
 .../harmony/unpack200/bytecode/CPFloat.java        |  2 +-
 .../harmony/unpack200/bytecode/CPInteger.java      |  2 +-
 .../unpack200/bytecode/CPInterfaceMethodRef.java   |  2 +-
 .../harmony/unpack200/bytecode/CPLong.java         |  2 +-
 .../harmony/unpack200/bytecode/CPMethodRef.java    |  2 +-
 .../harmony/unpack200/bytecode/CPNameAndType.java  |  2 +-
 .../compress/harmony/unpack200/bytecode/CPRef.java |  6 +--
 .../harmony/unpack200/bytecode/CPString.java       |  2 +-
 .../harmony/unpack200/bytecode/CPUTF8.java         |  2 +-
 .../harmony/unpack200/bytecode/CodeAttribute.java  |  2 +-
 .../unpack200/bytecode/ExceptionsAttribute.java    |  2 +-
 .../unpack200/bytecode/InnerClassesAttribute.java  |  2 +-
 .../bytecode/LocalVariableTableAttribute.java      |  2 +-
 .../bytecode/LocalVariableTypeTableAttribute.java  |  2 +-
 ...timeVisibleorInvisibleAnnotationsAttribute.java |  2 +-
 ...leorInvisibleParameterAnnotationsAttribute.java |  2 +-
 .../org/apache/commons/compress/AbstractTest.java  |  5 +-
 .../apache/commons/compress/archivers/ArTest.java  |  1 -
 .../archivers/ArchiveStreamFactoryTest.java        | 40 +++++++-------
 .../commons/compress/archivers/CpioTest.java       |  5 +-
 .../commons/compress/archivers/DumpTest.java       | 11 ++--
 .../apache/commons/compress/archivers/JarTest.java | 12 ++---
 .../apache/commons/compress/archivers/ZipTest.java |  9 ++--
 .../archivers/tar/TarArchiveInputStreamTest.java   | 18 ++++---
 .../commons/compress/compressors/Pack200Test.java  | 13 ++---
 .../compressors/pack200/Pack200UtilsTest.java      | 22 +++-----
 51 files changed, 192 insertions(+), 151 deletions(-)

Reply via email to