1. Spring and Java

>> When @Immutable Made All the Difference: A 3.2x Speedup with Hibernate Second-Level Cache [relation.to]

Hibernate’s second-level cache jumps from 286 seconds to 90 seconds when @Immutable, @Cache(READ_ONLY), and field-level @Mutability(Immutability.class) work together. This case study also shows why omitting the JSONB field annotation caused an 8.1x slowdown. Interesting read.

>> JEP 540 Proposed to Target JDK 28 with a Simple JSON API [infoq.com]

JEP 540 is moving toward JDK 28 with an incubating, dependency-free, deliberately-small JSON API for straightforward parsing and generation.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> Citizens Build, Agents Execute, Experts Govern [martinfowler.com]

AI agents are making it dramatically easier to build working software, but enterprise delivery still depends on engineering judgment. Of course it does.

Also worth reading:

3. Pick of the Week

>> The Bedrock of Software Design [alex.draftist.io]

guest
0 Comments
Oldest
Newest
Inline Feedbacks
View all comments