---
title: "Java Weekly, Issue 660"
url: https://daily.dev/posts/java-weekly-issue-660-6k6wrb4pj
source_url: https://feeds.feedblitz.com/~/968116088/0/baeldung
type: article
source: "Baeldung"
published: 2026-08-22T11:32:41.684Z
updated: 2026-08-22T11:32:59.883Z
tags: ["java", "spring", "quarkus", "jdk"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Java Weekly, Issue 660

**[Baeldung](https://daily.dev/sources/baeldung)** · 3 min read · 0 upvotes · 0 comments

## Summary

A curated weekly roundup for Java developers covers a Hibernate second-level cache optimization achieving a 3.2x speedup using @Immutable and @Cache(READ_ONLY) annotations, JEP 540 (a new incubating JSON API) targeting JDK 28, plus links on Gradle/Renovate integration, AI agents in enterprise delivery, and release notes for Quarkus, Micronaut, LangChain4j, Helidon, and other JVM ecosystem tools.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://feeds.feedblitz.com/~/968116088/0/baeldung>

## Questions this post answers

### How much faster is Hibernate's second-level cache when using @Immutable and @Cache(READ_ONLY) together?

Combining @Immutable, @Cache(READ_ONLY), and field-level @Mutability(Immutability.class) produced a 3.2x speedup, cutting execution time from 286 seconds to 90 seconds in a case study. The same case study found that omitting the JSONB field annotation caused an 8.1x slowdown, showing how much annotation choices affect cache performance.

_Developers tuning Hibernate cache performance can track findings like this one on daily.dev._

### What is JEP 540 and what does it add to Java?

JEP 540 proposes a new, incubating, dependency-free JSON API for straightforward parsing and generation, and it is moving toward inclusion in JDK 28. The API is described as deliberately small, aimed at simple JSON use cases rather than replacing full-featured third-party JSON libraries.

_Java developers watching upcoming JDK features can follow JEP progress like this on daily.dev._

## Similar posts on daily.dev

- [Java Weekly, Issue 652](https://daily.dev/posts/java-weekly-issue-652-a4fea6ht1) · Baeldung · 1 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java), [#spring](https://daily.dev/tags/spring), [#quarkus](https://daily.dev/tags/quarkus), [#jdk](https://daily.dev/tags/jdk)

[View this post on daily.dev](https://daily.dev/posts/java-weekly-issue-660-6k6wrb4pj)
