Skip to content
TILens What matters today in tech
Theme

Daily edition · Languages

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 Dec 2025 edition
Java PostgreSQL

The best way to replace the deprecated GenericGenerator

Introduction In this article, I’m going to show you the best way to replace the deprecated @GenericGenerator when upgrading your application to Hibernate 7. Hibernate @GenericGenerator annotation The @GenericGenerator…

Source: Vlad Mihalcea vladmihalcea
Python

Python 3.13.10 is now available, too, you know!

The latest version of Python 3.13 is now available! Python 3.13.10 https://www.python.org/downloads/release/python-31310/ This is the tenth maintenance rel...

Source: Python Insider Thomas Wouters
Python

Python 3.14.1 is now available!

!Two snakes enjoying a pie with 3.14 on the top and π crimping This is first maintenance release of Python 3.14 Python 3.14.1 is the first maintenance release...

Source: Python Insider Hugo van Kemenade