[ https://issues.apache.org/jira/browse/FLINK-36902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Liam Miller-Cushon updated FLINK-36902: --------------------------------------- Parent: FLINK-37719 Issue Type: Sub-task (was: Bug) > Security Manager removal > ------------------------ > > Key: FLINK-36902 > URL: https://issues.apache.org/jira/browse/FLINK-36902 > Project: Flink > Issue Type: Sub-task > Reporter: Liam Miller-Cushon > Priority: Major > Labels: pull-request-available > > The Java Security Manager API has been permanently disabled in JDK 24, see > [https://openjdk.org/jeps/486] > The Security Manager is used in Flink here: > [https://github.com/apache/flink/blob/2d9fb799ed6647898ca353163723d3484dabfb6c/flink-core/src/main/java/org/apache/flink/core/security/FlinkSecurityManager.java#L41] > In JDK 24, the SecurityManager class still exists for migration > compatibility, but the functionality is no longer supported in the JDK, and > calling System::setSecurityManager will throw an > UnsupportedOperationException. There is more information about the details of > the changes in [https://openjdk.org/jeps/486.] > To provide support for JDK 24 and newer versions, the uses of the > SecurityManager API in Flink should be removed. -- This message was sent by Atlassian Jira (v8.20.10#820010)