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

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


The following commit(s) were added to refs/heads/main by this push:
     new a392a8e650 Upgrade Hadoop dependency to 3.5.0 (#6296)
a392a8e650 is described below

commit a392a8e650605c7b5f212c905c18aaeeb3df96d6
Author: Dave Marion <[email protected]>
AuthorDate: Mon Jun 22 11:32:43 2026 -0400

    Upgrade Hadoop dependency to 3.5.0 (#6296)
    
    Upgrades the Hadoop dependency to 3.5.0 and removes
    a compatibility build for a much older version of Hadoop.
---
 .github/workflows/maven.yaml | 1 -
 pom.xml                      | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index e207568750..a42e83d764 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -67,7 +67,6 @@ jobs:
         profile:
           - {name: 'unit-tests',    javaver: 21, args: 'verify -PskipQA 
-DskipTests=false'}
           - {name: 'qa-checks',     javaver: 21, args: 'verify javadoc:jar 
-Psec-bugs -DskipTests -Dspotbugs.timeout=3600000'}
-          - {name: 'compat',        javaver: 21, args: 'package -DskipTests 
-Dversion.hadoop=3.0.3 -Dversion.zookeeper=3.6.4'}
           - {name: 'errorprone',    javaver: 21, args: 'verify 
-Perrorprone,skipQA'}
           - {name: 'jdk25',         javaver: 25, args: 'verify javadoc:jar 
-DskipTests'}
       fail-fast: false
diff --git a/pom.xml b/pom.xml
index 25c2b843e9..17280fd496 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@ under the License.
     <version.curator>5.8.0</version.curator>
     <version.errorprone>2.41.0</version.errorprone>
     <version.flatbuffers>24.3.25</version.flatbuffers>
-    <version.hadoop>3.4.2</version.hadoop>
+    <version.hadoop>3.5.0</version.hadoop>
     <version.log4j>2.25.4</version.log4j>
     <version.opentelemetry>1.60.1</version.opentelemetry>
     <version.slf4j>2.0.17</version.slf4j>

Reply via email to