1. Spring and Java
>> FFM API Goes Final! [inside.java]
Java 21 was full of strong new features… and here goes another one for Java 22.
>> Quality Outreach Heads-up – JDK 22: Annotation Processing Behavior Change [inside.java]
And, another important change coming: annotation processing will be disabled by default.
Also worth reading:
- >> New: JDKMonitor [foojay.io]
- >> Introducing the Oracle Java Platform Extension for Visual Studio Code [inside.java]
- >> Beyond Pass/Fail- a Modern Approach to Java Integration Testing [foojay.io]
- >> Start using Java 21 in your apps on Open Liberty 23.0.0.10 [foojay.io]
Webinars and presentations:
- >> A Bootiful Podcast: VMware vice president Betty Junod [spring.io]
- >> Brian Goetz Answers Your Java Questions [inside.java]
- >> Reducing P99 Latencies with Generational ZGC [inside.java]
- >> JDK Tool Access from JShell – Sip of Java [inside.java]
- >> htmx Tutorial – 2 Real-Life Use Cases [marcobehler.com]
Time to upgrade:
- >> Spring Authorization Server 1.1.3, 1.0.4, 0.4.4 and 1.2.0-RC1 available now [spring.io]
- >> Spring Security 5.8.8, 6.0.8, 6.1.5 and 6.2.0-RC2 released [spring.io]
- >> JDK 21.0.1, 17.0.9, 11.0.21, and 8u391 Have Been Released! [blogs.oracle.com]
- >> Spring Boot 2.7.17, 3.0.12, 3.1.5 available now [spring.io]
- >> Spring Vault 3.1.0-RC1 released [spring.io]
- >> Hibernate Search 7.0.0.CR1 released [in.relation.to]
- >> Quarkus 3.2.7.Final Released [quarkus.io]
- >> Micronaut Core 4.1.10, Micronaut Core 3.8.12, Micronaut Core 3.9.7, and Micronaut Core 3.10.2 Released [micronaut.io]
- >> Helidon 4.0.0 Released [helidon.io]
- >> Apache camel-4.0.2 and camel-3.21.2 Released [apache.org]
- >> Payara Platform Community 6.2023.10 Released [payara.fish]
2. Technical & Musings
>> How to batch INSERT statements with MySQL and Hibernate [vladmihalcea.com]
Batching INSERTS with Hibernate can be trickier than expected.
>> In the defence of Object-Relational Mappers [event-driven.io]
In the light of recent surge of ORM criticism, it’s refreshing to see the other point of view.
Also worth reading:
- >> Not a Single Trace [foojay.io]
- >> Domain-Deadline-Dog-Driven Development [foojay.io]
- >> Resizing images on-the-fly [foojay.io]
- >> Payara Makes a Splash at Devoxx Belgium 2023 [foojay.io]
3. Pick of the Week
>> LeetCode-style algorithms in interviews suck [devdetails.com]