Java 24 Released
mail.openjdk.org
Java 24 Released
1–6 of 6 posts
Re: Java 24 Released
#2Out of all of the changes, I find
> Permanently Disable the Security Manager
Kind of blocker for many companies to move to Java 24
Re: Java 24 Released
#3Out of all of the changes, I find > Permanently Disable the Security Manager Kind of blocker for many companies to move to Java 24
SecurityManager followed Applets.
Why is it a blocker? What is your use case?
Re: Java 24 Released
#4Finally I can recommend virtual threads without significant caveats.
Re: Java 24 Released
#5Discussion: https://news.ycombinator.com/item?id=43398999
Re: Java 24 Released
#6Out of all of the changes, I find > Permanently Disable the Security Manager Kind of blocker for many companies to move to Java 24
Have you read the JEP [1]? They're confident that removing it won't cause any real harm because practically no one is using it, and there's been almost no community push-back since it since it was deprecated in Java 17 (3-ish years ago).