Spring Cloud 2024.0.2 (aka Moorgate) Has Been Released
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2024.0.2 (aka Moorgate) Release Train is available today. The release can be found in Maven Central. You can check out the 2024.0 release notes for more information.
Changes in the 2024.0.2 Release Train
This is primarily a bugfix and dependency bump release compatible with the Spring Boot 3.4.x generation.
The following modules were updated as part of 2024.0.2:
Module | Version | Issues |
---|---|---|
Spring Cloud Kubernetes | 3.2.2 | (issues) |
Spring Cloud Function | 4.2.3 | (issues) |
Spring Cloud Zookeeper | 4.2.2 | (issues) |
Spring Cloud Commons | 4.2.2 | (issues) |
Spring Cloud Task | 3.2.2 | (issues) |
Spring Cloud Vault | 4.2.2 | (issues) |
Spring Cloud Openfeign | 4.2.2 | (issues) |
Spring Cloud Circuitbreaker | 3.2.2 | (issues) |
Spring Cloud Netflix | 4.2.2 | (issues) |
Spring Cloud Starter Build | 2024.0.2 | (issues) |
Spring Cloud Stream | 4.2.2 | (issues) |
Spring Cloud Gateway | 4.2.4 | (issues) |
Spring Cloud Config | 4.2.3 | (issues) |
Spring Cloud Consul | 4.2.2 | (issues) |
Spring Cloud Build | 4.2.2 | (issues) |
Spring Cloud Contract | 4.2.2 | (issues) | …
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 …