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.

15 Jul 2026 edition
Java GitHub

quarkusio/quarkus: 3.38.0.CR1

Complete changelog #27362 - Quarkus Lambda IT failing with java.net.SocketTimeoutException: Read timed out #29141 - Mailer stuck when sending a message from GraphQL endpoint #36215 - Imperative Mailer not working with…

Source: Quarkus Releases quarkusbot
Java

zws: Live Reload and SPA Routing in a Single Java 25+ File

zws is a development web server in a single Java 25 source file on top of the built-in jdk.httpserver. It serves static files from a directory, sends no-cache headers, and opens the browser. Java 25 is the only…

Source: Adam Bien Blog