1. Spring and Java

>> JEP 467: Java Enhances Documentation with Markdown Support [infoq.com]

Another look at the proposed feature for Java 23: enabling markdowns in JavaDocs, instead of a painful mix of different tags and HTML.

>> Persist LocalDateTime, ZonedDateTime & Co with Hibernate [thorben-janssen.com]

An in-depth article on how to store different types of JSR-310 date and time abstractions using Hibernate.

>> Java Runtimes: Insights From the Spring Boot Point of View [jetbrains.com]

Not all runtimes are equal! an insightful take on how different metrics can influence our decision when choosing a particular Java distribution.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> PostgreSQL plan_cache_mode [vladmihalcea.com]

Meet plan_cache_mode setting: for some prepared statements, it’s better to explicitly use a better plan cache mode!

Also worth reading:

3. Pick of the Week

>> You probably don’t need microservices [thrownewexception.com]