Skip to content
TILens What matters today in tech
Theme

Daily edition · Java

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

30 Jul 2026 edition
Java GitHub

openjdk/jdk: jdk-28+9

Added tag jdk-28+9 for changeset 9175632

Source: OpenJDK Releases rwestberg
Java GitHub

openjdk/jdk: jdk-27+33

Added tag jdk-27+33 for changeset 8106099

Source: OpenJDK Releases rwestberg
Java

A Bootiful Podcast: Spring Boot founder and lead Phil Webb

Hi, Spring fans! In this installment I talk to Spring Boot cofounder Phil Webb who joins the show to unpack the latest Spring Boot 4.1 release, from the long-awaited Spring gRPC support and MongoDB batch starter to…

Source: Spring Blog joshlong
Java

CTE Support in Hibernate

Learn how to use Common Table Expressions in Hibernate to help simplify writing complex queries by using intermediate named HQL result sets. The post CTE Support in Hibernate first appeared on Baeldung.

Source: Baeldung Graham Cox
Java

LLM Integration With Apache Camel OpenAI Component

Learn about LLM integration with the Apache Camel OpenAI component with examples. The post LLM Integration With Apache Camel OpenAI Component first appeared on Baeldung.

Source: Baeldung Burak Gökmen
Java

A Guide to Ahead-of-Time Cache in the Java

Learn how to use Ahead-of-Time (AOT) cache to reuse a build's output, so your app can start faster in the subsequent excecutions. The post A Guide to Ahead-of-Time Cache in the Java first appeared on Baeldung.

Source: Baeldung Bhaskar Ghosh
Java

A Guide to Short-Term Memory Sessions in Spring AI

Discover Spring AI Session, an event-sourced short-term memory layer for managing conversation history efficiently. The post A Guide to Short-Term Memory Sessions in Spring AI first appeared on Baeldung.

Source: Baeldung Yadier Betancourt