java-24share & followShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:▼s+fShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:Scoped Values in Java 24 - Inside Java Newscast #86#video#java‑24 #project‑loom #structured‑concurrencyScoped values enable a method to share immutable data both with its callees within a thread and with child threads in a convenient, safe, scalable way, particular in comparison to thread-local variables.2025-02-27JDK 24 Deprecates Remote Debugging with jstat And jhsdb For Removal#post#java‑24 #migrationDue to their reliance on RMI, which the JDK is moving away from, the remote debugging capabilities of jstat and jhsdb are deprecated for removal2025-01-31Java 24 Performance Improvements & Deprecations - Inside Java Newscast #82#video#java‑24 #performance #deprecationJava 24's feature list contains a whopping 24 JDK Enhancement Proposals. Here, we're going to look at the performance improvements and deprecations/removals.2024-12-12JDK 24 Prepares Restricted Native Access#post#java‑24 #project‑panama #migrationJEP 472 prepares restricted access to native code through JNI and the FFM API2024-12-09Java 24 Language & API Changes - Inside Java Newscast #81#video#java‑24Java 24's feature list contains a whopping 24 JDK Enhancement Proposals. Here, we're going to look at the language and API changes.2024-12-05Java 24 Stops Pinning Virtual Threads (Almost) - Inside Java Newscast #80#video#java‑24 #virtual‑threadsOn Java 24, virtual threads will no longer be pinned inside synchronized blocks, which increases ease of adoption2024-11-21