1. Spring and Java

>> JEP 515: Ahead-of-Time Method Profiling [openjdk.org]

In JDK 25, we’ll get an important feature for AOT, which enables the HotSpot JVM to use execution profiles collected during an earlier run, through the AOT cache, with the JIT compiler optimizing hot methods immediately at startup, reducing the warm-up time and improving the startup performance.

>> Spring Cloud Stream: Event-Driven Architecture – Part 1 [foojay.io]

When building a highly responsive e-commerce application, it’s important to really consider peak demand periods; Spring Cloud Stream can definitely help.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> Generative AI in software and essaying [martinfowler.com]

As LLMs evolve, they can serve as useful tools for coding, though with clear limitations. The article critiques both the hype and skepticism surrounding AI. Always good weekend reading over here.

Also worth reading:

3. Pick of the Week

We released “Learn Maven” just a few weeks ago:

>> The new “Learn Maven” [baeldung.com]