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 e68a4887d3b [FLINK-39736][build] Do not allow Security Manager for 
jdk24+
e68a4887d3b is described below

commit e68a4887d3b11e306afc5daf7f161a5f490ee7b8
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri May 22 21:27:50 2026 +0200

    [FLINK-39736][build] Do not allow Security Manager for jdk24+
---
 flink-core/pom.xml           | 4 ++--
 flink-runtime/pom.xml        | 4 ++--
 flink-streaming-java/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/flink-core/pom.xml b/flink-core/pom.xml
index 41648ef60e7..636229d90f0 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -272,9 +272,9 @@ under the License.
                        </build>
                </profile>
                <profile>
-                       <id>java21</id>
+                       <id>security-manager</id>
                        <activation>
-                               <jdk>[21,)</jdk>
+                               <jdk>[21,24)</jdk>
                        </activation>
 
                        <properties>
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index f451852b61e..a980164e1fd 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -488,9 +488,9 @@ under the License.
                        </build>
                </profile>
                <profile>
-                       <id>java21</id>
+                       <id>security-manager</id>
                        <activation>
-                               <jdk>[21,)</jdk>
+                               <jdk>[21,24)</jdk>
                        </activation>
 
                        <properties>
diff --git a/flink-streaming-java/pom.xml b/flink-streaming-java/pom.xml
index 0de6ba13f33..f56a69ca65f 100644
--- a/flink-streaming-java/pom.xml
+++ b/flink-streaming-java/pom.xml
@@ -172,9 +172,9 @@ under the License.
                        </build>
                </profile>
                <profile>
-                       <id>java21</id>
+                       <id>security-manager</id>
                        <activation>
-                               <jdk>[21,)</jdk>
+                               <jdk>[21,24)</jdk>
                        </activation>
 
                        <properties>

Reply via email to