This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new 7a66003da0 Bump minimum Hadoop compatibility checks from 3.0.3 to
3.3.0 (#6461)
7a66003da0 is described below
commit 7a66003da016f57a21b248639c92db129ed76501
Author: Dave Marion <[email protected]>
AuthorDate: Mon Jul 6 07:39:43 2026 -0400
Bump minimum Hadoop compatibility checks from 3.0.3 to 3.3.0 (#6461)
---
.github/workflows/maven.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 8ac280ab3d..c4be452898 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -65,7 +65,7 @@ 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.5.10'}
+ - {name: 'compat', javaver: 21, args: 'package -DskipTests
-Dversion.hadoop=3.3.6 -Dversion.zookeeper=3.5.10'}
- {name: 'errorprone', javaver: 21, args: 'verify -Derrorprone
-PskipQA'}
- {name: 'jdk25', javaver: 25, args: 'verify javadoc:jar
-DskipTests'}
fail-fast: false