A Bootiful Podcast: API oracle Arjen Poutsma
Hi, Spring fans! In this edition, I had the pleasure of chatting with the brilliant Arjen Poutsma, our go-to API oracle.
If you’re curious about his fantastic insights, thoughts, and consultancy services, be sure to check out poutsma-principles.com
This Week in Spring - July 8th, 2025
Hi, Spring fans! Welcome to another installment of This Week in Spring! I write this having spent a wonderful week in paradise (Bora Bora, French Polynesia, to be precise) with my partner Tam Mie. We were so very sad to have to say goodbye.
But that means I'm officially back at my desk, with nary a manta ray to be found anywhere. Sigh. That's okay, though, as there are a ton of amazing things to read and catch up on - so let's dive into this week's roundup (if not the pearly blue, crystal-clear oceans of the South Pacific)!
- Good news, everybody! Spring gRPC 0.9.0 is available now!
- In last week's installment of A Bootiful Podcast, I talked to the legendary Dr. Heinz Kabutz.
- Andres Almiray did a follow-up blog to our post introducing Spring AI and Oracle DB as a vector store back in May—this one on connecting Spring AI to Oracle Autonomous DB.
- A nice blog post looking at what's new in Spring Boot 4.0.
- Come watch AWS developer advocate and industry legend James Ward, and yours truly, as we explore AI with Spring AI and Amazon Bedrock.
- JUnit 6.0.0.M1 is available for, erm, testing!
- Spring Modulith lead Oliver Drotbohm looks at the overhauled event publication registry support in Spring Modulith 2.0…
Spring gRPC 0.9.0 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring gRPC 0.9.0
has been released and is now available from Maven Central. We are still planning to have a 1.0.0 release around the same time as Spring Boot 4.0.0.
The main changes in this release are
- Upgrade to Spring Boot 3.5.
StubFactory
contract changes: the "supports" method is now a static method (it is called before an instance is created).- Removed
GrpcClientFactoryCustomizer
in favour ofGrpcChannelBuilderCustomizer
. - Added ability to filter interceptors in in-process gRPC clients.
- Added ability to filter global interceptors and service definitions - easy to do for
InProcessGrpcServer
and possible to do forNettyGrpcServer
by registering a customizer. …
A Bootiful Podcast: Dr. Heinz Kabutz, a legendary Java Champion, teacher, and author of the Java Specialists newsletter!
Hi, Spring fans! In this installment, I talk to Dr. Heinz Kabutz, a legendary Java Champion, trainer, teacher, and author of the Java Specialists newsletter! This episode was recorded live at Devoxx UK 2025
This Week in Spring - July 1st, 2025
Hi, Spring fans! Welcome to another installment of This Week in Spring! It's July!!
This week, I'm on PTO, and as always, I'm looking for good reading material on the plane ride over for my holiday. Thank goodness for the ever-vibrant and awesome Spring community; there's tons of stuff to dive into!
I may be going on a little holiday, but the next few months are going to be a ton of fun, and I'm looking forward to it. Did you know that SpringOne, in lovely Las Vegas, is just a few months away? Get your tickets now!
- JetBrains IntelliJ PM Andrey Belyaev has written a nice post demystifying the Spring debugger in IntelliJ IDEA
- "How I write production-ready Spring Boot applications"
- Spring Cloud 2023.0.6 (aka Leyton) has been released
- In last week's installment of A Bootiful Podcast, I talked to DevOps and AI luminary Patrick Debois
- Spring GraphQL 1.3.6, and 1.4.1 released
- Containerizing Spring Boot projects using Docker for beginners
- AI for Java developers: full course/workshop on getting started with Spring AI - nice!
- creating an MCP server with Spring Boot
- and, just as a friendly reminder, there's always this end-to-end course …
Spring Cloud 2023.0.6 (aka Leyton) Has Been Released
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2023.0.6 Release Train is available today. The release can be found in Maven Central. You can check out the 2023.0.6 release notes for more information.
Notable Changes in the 2023.0.6 Release Train
This release is based on Spring Boot 3.3.13.
In addition to the enhancements below, there are a number of bugs that have been addressed in this release. To see the complete list of issues addressed in this release, see this GitHub project.
This is the final open source release of Spring…
A Bootiful Podcast: DevOps and AI luminary Patrick Debois
Hi, Spring, cloud native, and AI fans! In this installment, I had the opportunity to briefly sit down and talk with DevOps and AI luminary Patrick Debois, from the amazing Devoxx UK 2025 show.
Spring for GraphQL 1.3.6 and 1.4.1 released
I am pleased to announce that Spring for GraphQL 1.3.6 and 1.4.1 maintenance releases are now available on Maven Central.
- 1.4.1 closes 15 issues. This version will ship with Spring Boot 3.5.4, to be released on July 24th.
- 1.3.6 closes 15 issues. This version will ship with Spring Boot 3.4.8, to be scheduled soon.
Both releases ship two important changes:
- a performance improvement of our cancellation support; see gh-1242.
Thank you so much to our community for spotting this in production! 2. a much-needed GraphiQL upgrade for the GraphQL explorer, as the former CDN setup was recently broken; see …
This Week in Spring - June 24th, 2025
Hi, Spring fans! Welcome to another installment of This Week in Spring! We're in the middle of June already! And you know what that means? Warm weather, fun, and of course: the amazing SpringOne event in lovely Las Vegas, NV!
The content catalog went live today!
I'll be there doing, among other things, a session on Spring AI and another on Spring Security, and I'll be part of the keynote. Don't miss this! It's going to be amazing. Do not miss this extra large event - a gathering of the Spring ecosystem for the ages.
Anyway, without further ado, let's dive into today's roundup!
- Spring Tools 4.31.0 released
- Spring Framework 6.1.21 and 6.2.8 releases fix CVE-2025-41234
- in last week's installment of A Bootiful Podcast, I talked to Spring Security legend Daniel-Garnier Moiroux
- Spring Authorization Server 1.5.1, 1.4.4, and 1.3.7 now available
- Spring Web Services 4.0.15 available now
- Spring Vault 4.0.0.M1 available now
- Spring for Apache Pulsar 1.1.13 and 1.2.7 are now available
- Spring Data 2025.0.1, 2024.1.7, and 2024.0.13 released
- Spring Framework 7.0.0 M6 available now
- I wrote a little thing on Production-Worthy AI for VMware Tanzu
- Speaking of Spring AI, have you seen Spring creator Rod Johnson's new agentic AI framework, Embabel…