mbien commented on PR #8159: URL: https://github.com/apache/netbeans/pull/8159#issuecomment-2596875183
Hi @jglick! > not automatically skip this when running on Java 21, since it is guaranteed to throw this exception? SM itself works fine up until JDK 23 (inclusive) (outside of deprecation warnings and that JDK 18 made 'disallow' the default which can still be changed to 'allow'). NB 23 can be built and run on JDK 17-23 with SM still active. JDK 24 is more interesting since it disabled SM. If you grab a dev build from master, you can start it on JDK 24 as experiment if you replace `-J-Djava.security.manager=allow` with `-J-DTopSecurityManager.disable=true` in the conf. But those flags made it into everything by now, so to run tests on JDK 24 etc more has to be done https://github.com/apache/netbeans/pull/7928. Might be good to add VSNetbeans to the title so that this is not confused with classic NB - since NB doesn't restart ;) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
