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.

14 Jul 2026 edition
Java GitHub

OpenLiberty/open-liberty: Open Liberty Release 26.0.0.7

Open Liberty Release 26.0.0.7 Build: https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/26.0.0.7/ Driver: https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/26.…

Source: Open Liberty Releases LibbyBot
Java

IntelliJ Scala Plugin 2026.2 Is Out!

Hello everyone, The new release of IntelliJ IDEA introduces a few new features for Scala developers that we’ve been working on for some time, as well as a number of fixes and improvements. We hope that they will make…

Source: IntelliJ IDEA Blog Maciej Gorywoda
Java

zdmd: From DESIGN.md to Web Standards

DESIGN.md stores a design system as YAML token blocks inside a markdown file. Agents and developers can read, review, and diff it like any other document. zdmd is a Java port of the reference TypeScript CLI: a…

Source: Adam Bien Blog
Java GitHub

jbangdev/jbang: v0.141.0

A quick release to mainly fix two regressions in the Aesh move + various fixes/cleanups. --runtime-option with space separator works again — --runtime-option -Dfoo=bar was broken since 0.139.3, now fixed via aesh 3.16.5…

Source: JBang Releases maxandersen