We’re at a cool 600 🙂 Thanks for being along for the ride.

1. Spring and Java

>> Demystifying Spring Boot With Spring Debugger  [blog.jetbrains.com]

Debugging a framework that performs most of the work behind the scenes can sometimes be frustrating when things don’t go as planned.

The Spring Debugger plugin for IntelliJ IDEA helps identify any issues that may be occurring behind the scenes. Good tool in the toolbelt.

>> Benchmarking and profiling Java with JMH [foojay.io]

A good way to take your performance metrics to the next level, and definitely beyond the basics, is with the jmh-core library.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> Will AI Agents Force Us to Finally Do Auth Right? [christianposta.com]

Think about AI Agents’ properties when dealing with microservices, considering their safety.

AI Agents’ properties: they are autonomous and probabilistic, they dynamically reach out to other agents, building an emergent call graph.

Also worth reading:

3. Pick of the Week

>> Don’t Shave That Yak! [seths.blog]


原始标题:Java Weekly, Issue 600 | Baeldung

« 上一篇: DiceDB 入门指南
» 下一篇: Java 25 新特性详解