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

opwvhk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d1b13905d AVRO-4152: Remove signatures from shaded tools jar (#3404)
8d1b13905d is described below

commit 8d1b13905dd0ad7ac3b461d04dca8ebba40d4d58
Author: Oscar Westra van Holthe - Kind <[email protected]>
AuthorDate: Wed Jun 11 13:10:38 2025 +0200

    AVRO-4152: Remove signatures from shaded tools jar (#3404)
    
    * AVRO-4152: Remove signatures from shaded jar
    
    * AVRO-4152: Upgrade Hadoop to 3.4.1
    
    This tests the signature removal: without the change, the build will
    fail (as seen with the dependabot pipelines).
---
 lang/java/pom.xml       | 2 +-
 lang/java/tools/pom.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 961b6660c7..dabaef519d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
     <commons-text.version>1.13.1</commons-text.version>
     <commons-lang3.version>3.17.0</commons-lang3.version>
     <grpc.version>1.73.0</grpc.version>
-    <hadoop.version>3.3.6</hadoop.version>
+    <hadoop.version>3.4.1</hadoop.version>
     <hamcrest.version>3.0</hamcrest.version>
     <jackson-bom.version>2.19.0</jackson-bom.version>
     <jetty.version>9.4.57.v20241219</jetty.version>
diff --git a/lang/java/tools/pom.xml b/lang/java/tools/pom.xml
index 4ed8a5fa8d..19cc756e60 100644
--- a/lang/java/tools/pom.xml
+++ b/lang/java/tools/pom.xml
@@ -114,6 +114,9 @@
                     <exclude>META-INF/LICENSE.txt</exclude>
                     <exclude>META-INF/NOTICE.txt</exclude>
                     <exclude>META-INF/license/*</exclude>
+                    <exclude>META-INF/*.SF</exclude>
+                    <exclude>META-INF/*.DSA</exclude>
+                    <exclude>META-INF/*.RSA</exclude>
                   </excludes>
                 </filter>
               </filters>

Reply via email to