You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/01/31 10:32:48 UTC

[maven-resolver] branch more-smart-checksums updated (abb3899 -> 116545d)

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

cstamas pushed a change to branch more-smart-checksums
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git.


 discard abb3899  Make Digest return both hashes, if present
 discard e5f50f9  PR comments
 discard 53f783d  [MRESOLVER-231] Extend smart checksum support
     add 116545d  [MRESOLVER-231] Extend smart checksum support

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   (abb3899)
            \
             N -- N -- N   refs/heads/more-smart-checksums (116545d)

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:
 .../main/java/org/eclipse/aether/transport/http/ChecksumExtractor.java  | 2 +-
 .../java/org/eclipse/aether/transport/http/DigestChecksumExtractor.java | 2 +-
 .../java/org/eclipse/aether/transport/http/Nexus2ChecksumExtractor.java | 2 +-
 .../org/eclipse/aether/transport/http/XChecksumChecksumExtractor.java   | 2 +-
 .../src/main/java/org/eclipse/aether/util/ChecksumUtils.java            | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)