This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 7bd29266b49 [FLINK-40603][build] Use hadoop 3.4.3 for jdk25
7bd29266b49 is described below
commit 7bd29266b499c2fbf136f0902cc9e102d9174f03
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Sep 9 09:13:39 2026 +0200
[FLINK-40603][build] Use hadoop 3.4.3 for jdk25
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index d1ba29f3af6..2c71ad16fc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1211,6 +1211,8 @@ under the License.
<properties>
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava25,</surefire.excludedGroups.jdk>
+ <!-- Minimum Hadoop version working with jdk 25
according to https://issues.apache.org/jira/browse/HADOOP-19212 -->
+
<flink.hadoop.version>3.4.3</flink.hadoop.version>
</properties>
<build>