Skip to content
TILens What matters today in tech v0.2.0
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.

03 Sep 2026 edition

19 articles · 5 sources ·

Top topics: Java

Java

Did Your AI Agent Run the Debugger? One JVM Bug, Two Agent Runs

Java developers reach for the debugger without thinking about it. Set a breakpoint, run the failing test, look at the variables, then decide what to change. Most AI coding agents I have watched skip that step. They read…

Source: Foojay Today Viktoria Evdokimova
Java

Dave Farley

or talking about it. It's when I was working with Dave (around about the time that Git was rapidly becoming the "go to" version control system) that I really saw the benefits of trunk-based development for the team,…

Source: JVM Weekly
Java

Geertjan Wielenga

, Java Champion and leader of the Amsterdam JUG, answers a question that has sat open on duckdb-java issue #180 since March 2025, where the maintainer had said ahead-of-time compilation was unlikely to work with the…

Source: JVM Weekly
Java

Frank Delporte

again, this time as Senior Technical Writer at Azul, on the first monthly Critical Security Patch Update: the fourth digit from vol. 188, seen from the distributor's side. The headline undersells two details. "Monthly"…

Source: JVM Weekly
Java

Austin Lehman

, Senior Integration Developer and maintainer of Aussom, which he discloses in his first line, picks up a thread the JDK left hanging. JEP 486 disabled the Security Manager in JDK 24, and everything written since about…

Source: JVM Weekly
Java

Martin Fowler

First edition of the month, so this is the Foojay roundup. The centrepiece is an evergreen this time, on purpose.

Source: JVM Weekly
Java

Continuous Delivery

", and his log posts and videos, argue something along the lines of "trunk-based development is inherently compatible with Continuous Integration and Continuous Delivery (CI/CD) practices".

Source: JVM Weekly
Java

republished on Foojay

's "Why I prefer trunk-based development", written and that June. Trisha is a Java Champion and Developer Advocate at Gradle. She also worked alongside Dave Farley while he and Jez Humble were writing "Continuous…

Source: JVM Weekly
Java

Continuous Integration

(CI)", as originally suggested by the practices of Extreme Programming. While these days we tend to mean "run your build and tests on a team server every time you commit" when we say CI, what CI really meant was…

Source: JVM Weekly