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.

09 Apr 2026 edition
Java

Java 25 Script Files with Classpath in the Shebang

Java 25 script files (JEP 512: Compact Source Files and Instance Main Methods and JEP 458: Launch Multi-File Source-Code Programs) are self contained, but can specify a classpath in the shebang. The Log.user, for…

Source: Adam Bien Blog
Java

zunit: Zero-Dependency Java 25 Test Runner

zunit is a zero-dependency, single-file Java 25 Script test runner. It discovers *Test.java source files and runs each directly via java --source 25. No compilation step, no JUnit, no build tool required — just run…

Source: Adam Bien Blog