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

cstamas pushed a commit to branch maven-resolver-1.9.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this 
push:
     new e0cb1e5f [MRESOLVER-680] Sigstore extension added (#662)
e0cb1e5f is described below

commit e0cb1e5f05ba6c070f8a59f5be18c17f7e8c15fd
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Feb 25 12:19:15 2025 +0100

    [MRESOLVER-680] Sigstore extension added (#662)
    
    Add the sigstore extension to default values of "omit checksums".
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-680
---
 .../org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
 
b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
index 8e52d18e..46891d5f 100644
--- 
a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
+++ 
b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java
@@ -60,7 +60,7 @@ public final class Maven2RepositoryLayoutFactory implements 
RepositoryLayoutFact
     public static final String CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS =
             "aether.checksums.omitChecksumsForExtensions";
 
-    private static final String DEFAULT_OMIT_CHECKSUMS_FOR_EXTENSIONS = 
".asc,.sigstore";
+    private static final String DEFAULT_OMIT_CHECKSUMS_FOR_EXTENSIONS = 
".asc,.sigstore,.sigstore.json";
 
     private float priority;
 

Reply via email to