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.

02 Sep 2026 edition

4 articles · 3 sources ·

Top topics: Java

Java

IntelliJ IDEA 2026.2.2 Is Out!

IntelliJ IDEA 2026.2.2 is now available. You can update to this version from inside the IDE, using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also download it from our website. IntelliJ IDEA…

Source: IntelliJ IDEA Blog Maria Kosukhina
Java

MongoDB Search Server, improved!

In this article, we’re going to revisit and improve the MongoDB Search Server originally described in the article How to Build a Search Service in Java with MongoDB. First, let’s remind ourselves why an intermediate…

Source: Foojay Today Erik Hatcher
Java

Swift’s Ownership And Noncopyable Types

For nearly a decade, Swift’s relationship to memory looked settled. Classes were reference-counted automatically, structs and enums were copied freely, and the whole system ran quietly in the background without asking…

Source: Java Code Geeks