[ https://issues.apache.org/jira/browse/PHOENIX-7418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth updated PHOENIX-7418: --------------------------------- Description: I have recently tried building Phoenix with Java 21, and tests have failed with a SecurityManager deprecation error. We only refer SecurityManager in SystemExitRule and TestSecurityManager. For the short term, we may have to simply re-enable SecurityManager in our tests JVMs, as our dependencies may have similar unsolved issues with Java 21. was: I have recently tried building Phoenix with Java 21, and it failed with a SecurityManager deprecation error. This is a bit strange, as I thought that this behaviour was only in Java 23, but we need to deal with the issue anyway. We only refer SecurityManager in SystemExitRule and TestSecurityManager. For the short term, we may have to simply re-enable SecurityManager in our tests JVMs, as our dependencies may have similar unsolved issues with Java 21. > SystemExitRule errors out because of SecurityManager deprecation / removal > --------------------------------------------------------------------------- > > Key: PHOENIX-7418 > URL: https://issues.apache.org/jira/browse/PHOENIX-7418 > Project: Phoenix > Issue Type: Bug > Components: core, test > Reporter: Istvan Toth > Priority: Critical > > I have recently tried building Phoenix with Java 21, and tests have failed > with a SecurityManager deprecation error. > We only refer SecurityManager in SystemExitRule and TestSecurityManager. > For the short term, we may have to simply re-enable SecurityManager in our > tests JVMs, as our dependencies may have similar unsolved issues with Java 21. -- This message was sent by Atlassian Jira (v8.20.10#820010)