Hello,
now that NB 24 is on its way, lets talk about the next release.
I think it would be good if NetBeans 25 would be able to run on JDK 24.
To achieve this we have to (finally) deal with the security manager
removal (JEP 486).
before discussing _how_ the concrete implementation should look, there
are two steps we can do right away:
1) remove SM flag from launcher and release new launcher bits
2) move flag to start config and switch to new launcher bits
https://github.com/apache/netbeans/pull/8009 (step 1)
This is essentially the precondition for the next steps otherwise we
can't even influence JVM flags while testing on JDK 24 (on windows at
least).
The third step is going to be the more interesting discussion given that
we have two proposals for it.
3) implement SM removal for JDK 24 compatibility
I am going to open a separate thread for 3).
best regards,
michael
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists