Hacker News new | ask | show | jobs
by zmmmmm 1195 days ago
There are so many huge features in Java 21, especially around scalability and data handling - I feel like it may be a watershed moment that brings Java back to the forefront as a leading choice for heavy lifting, data focused work. As an LTS release I could see it forming the next long term baseline that people build on for a very long time.
1 comments

What features are you talking about? I didn't notice any significant features.
I guess I'm lumping a lot of JDK20 stuff in there as well since most folks will hold off migrating until LTS releases arrive with features. But the combination of things like Record Patterns, Virtual Threads, Foreign Function and Memory API and the Vector API will add up to a very powerful set of features for building data focused applications.
Those features are in incubator/preview mode in Java 20. While they might be released with 21, they might as well not. So I wouldn't hold my breath, unless you can jump on preview features (and if you can, why even care about LTS).
yeah .... good point. I really hope at least some of them do because they will really make a big difference.