Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

9 items on 04 Aug 2026
Java GitHub Architecture

netty/netty: netty-4.2.17.Final

What's Changed AsciiString.cached(String) should sanitize the provided String (#13749) by @vpelikh in #17007 Fix deploy workflow by @normanmaurer in #17071 Fix AsciiString.cached(String) performance regression by…

Source: Netty Releases chrisvest
Java GitHub

quarkusio/quarkus: 3.27.5.1

Complete changelog #55627 - [3.27] Fix native image regression caused by Netty 4.1.136 SslContext API change #55721 - [3.27] Bump org.postgresql:postgresql from 42.7.11 to 42.7.13 #55793 - [3.27] Quarkus REST - Fix…

Source: Quarkus Releases quarkusbot
Java GitHub

quarkusio/quarkus: 3.33.3.1

Complete changelog #55628 - [3.33] Fix native image regression caused by Netty 4.1.136 SslContext API change #55792 - [3.33] Quarkus REST - Fix unbounded multipart part-header accumulation

Source: Quarkus Releases quarkusbot
Java GitHub

quarkusio/quarkus: 3.38.1

Complete changelog #54725 - Improve Basic authentication how-to #54781 - Vert.x's FileSystemOptions contains constants getting defined at build time #54885 - Tests do not start #55023 - Support management interface…

Source: Quarkus Releases quarkusbot
Java GitHub

ktorio/ktor: 3.5.2

Published 31 July 2026 Improvements KTOR-8032 RateLimit: Allow limit requests based on authentication result KTOR-9719 ApplicationCall.isStaticContent returns false when called from plugin interceptors KTOR-8450…

Source: Ktor Releases Stexxe
Java GitHub Databases

elastic/elasticsearch: Elasticsearch 9.5.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.5.0-release-notes

Source: Elasticsearch Releases elastic-vault-github-plugin-prod[bot]
Java

This Week in Spring - August 4th, 2026

Hi, Spring fans! Welcome to another installment of This Week in Spring! It's the 4th of August! We're already in month eight of this year! Great Scott! This is an interesting project to help ensure idempotency keys for…

Source: Spring Blog joshlong
Java

Idempotent REST Endpoints Without the Boilerplate

Stop Charging Your Users Twice: Idempotent REST Endpoints with One Annotation The problem nobody talks about until production A user taps "Pay." The request times out. Their app retries. Your server charges them twice.…

Source: Foojay Today Youssef Ben Henda