Virtual Threads Improved I'm starting to dip my thoughts back into technology, in preparation for getting back into interviewing and getting back to working. This week I had a listen to the latest episode of Josh Long's "A bootiful podcast" and was surprised to hear a strong push for going with non long term support (LTS) versions of Java. A few days later I was watching a presentation about how NetFlix is using Java in 2025 ( JavaOne presentation on Youtube ), sure enough there Java 24 is also being applied in order to benefit from improvements to the use of virtual threads. JEP 491 "Synchronize Virtual Threads without Pinning" seems to be enough of a driver for some organisations to push forward outside of the Long Term Support versions. Non LTS in prod? I've seen companies apply a simple policy of only permitting LTS versions in production, so now I'm curious about whether the broader Java community is moving away from that approach. Potential ...
Professional software developer, producing scalable applications on the Internet