Spring news
Apart from having plenty of videos from last week SpringOne conference we have yet another weekly update from Josh Long
Weekly update from InfoQ
Here you can find traditional weekly update about java from InfoQ. Among those news:
- anticipated Java 23 and Java 24 are available as early-access releases
- new releases:
- Glassfish 7.0.17
- TornadoVM 1.0.7
- Spring Shell 3.4.0-M1, 3.3.2, 3.2.7
- Micronaut 4.6.0
- Quarkus 3.14.1
- Open Liberty 24.0.0.9-beta
- Hibernate 7.2.1.Final and 7.1.2.Final
- JHipster 8.7.0
- Java Operator SDK 4.9.4
News from JetBrains
In this article you can find curated list of interesting materials from Jetbrains.
Interesting things to read
This week I would like to recommend reading about generational ZGC - new garbage collector:
- this jep describes what was done to achieve high efficiency for generational ZGC
- this jep makes generational mode of ZGC default. It is very efficient and does not provide too much of memory overhead. Netflix already uses is by default