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 11:04:05 UTC

[maven-resolver] branch more-smart-checksums updated (5d0d762 -> f71295e)

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.


    from 5d0d762  PR comments
     add f71295e  Drop digest for now

No new revisions were added by this update.

Summary of changes:
 .../aether/transport/http/ChecksumExtractor.java   |   9 ++
 .../transport/http/DigestChecksumExtractor.java    | 117 ---------------------
 .../aether/transport/http/HttpTransporter.java     |  25 +++--
 .../transport/http/HttpTransporterFactory.java     |   1 -
 .../http/DigestChecksumExtractorTest.java          |  93 ----------------
 .../eclipse/aether/transport/http/HttpServer.java  |   7 +-
 .../aether/transport/http/HttpTransporterTest.java |  11 --
 7 files changed, 28 insertions(+), 235 deletions(-)
 delete mode 100644 maven-resolver-transport-http/src/main/java/org/eclipse/aether/transport/http/DigestChecksumExtractor.java
 delete mode 100644 maven-resolver-transport-http/src/test/java/org/eclipse/aether/transport/http/DigestChecksumExtractorTest.java