This Year in Spring - December 31st, 2024
Hi Spring fans! Happy New Year! And welcome to another installment of This Year in Spring!
The year that was...
I write this edition from a desk overlooking the beautiful jungle of Martinique, a beautiful island nation in the French Caribbean. I’m sipping some rhum martinique, enjoying the semi-sweltering heat, and thinking about the year that's been 2024. Every year at this time, since 2011, I write this year in spring, an abbreviated look at the year from the rearview mirror.
So many amazing things happened this year. It’s sort of difficult to put my finger on any one thing. But, I shall try…
Spring AI MCP 0.3.0 (Milestone) Released
We're pleased to announce Spring AI MCP 0.2.0
milestone release.
Repository Configuration
Add this Spring milestone repository to your POM:
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Major Features
MCP Server Enhancements
- Introduced new McpServer factory with builder pattern for flexible configuration
- Added McpAsyncServer with non-blocking operations and reactive support
- Implemented McpSyncServer as synchronous wrapper around async implementation
- Added runtime tool management capabilities
- Introduced server capabilities and implementation information support …
A Bootiful Podcast: Intact's Luke Shannon
Hi, Spring fans! (and happy holidays!) in this installment I talk to Intact's Luke Shannon about their use of Spring, developer portals, and so much more.
Spring AI 1.0.0 M5 Release
We are happy to announce the 1.0.0 Milestone 5 release of Spring AI
As usual, this release has had several new features and bug fixes, however we have put a focus on reviewing the code base from a design perspective with the aim to go GA in early 2025. While we have tried to make this transition smooth, by deprecating methods and classes for one release cycle, there are some breaking changes we know about and perhaps some that we don’t, so please bear with us. See the section on Breaking Changes below.
New Features
Model Context Protocol (MCP) Support - Incubating
MCP is a game-changer for…
Spring AI MCP 0.2.0 (Milestone) Released
We're pleased to announce Spring AI MCP 0.2.0
milestone release.
Repository Configuration
Add this Spring milestone repository to your POM:
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Breaking Changes
- Module restructuring (see the
Module Names Updated
section below) - Renamed
StdioServerTransport
toStdioClientTransport
Key Features
API Updates
- Simplified
McpClient
listing operations (no cursor parameter needed) - Added
McpClient.Builder
support. …
Spring Modulith 1.3.1, 1.2.7, and 1.1.12 released
On behalf of the community, I am delighted to announce the releases of Spring Modulith 1.3.1, 1.2.7, and 1.1.12.
The releases primarily ship dependency updates and bug fixes, but 1.3.1 also includes a couple of improvements in both our own reference documentation but also in our documentation generation support.
Find more information in the full change logs of the individual releases linked above.
Happy Holidays!
Spring Boot 3.3.7 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.7
has been released and is now available from Maven Central.
This release includes 53 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag.
Project Page | GitHub | Issues | Documentation | Stack…
Spring Boot 3.4.1 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.1
has been released and is now available from Maven Central.
This release includes 80 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag.
Project Page | GitHub | Issues | Documentation | Stack…
Spring Batch 5.1.3 and 5.2.1 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Batch 5.1.3 and 5.2.1 are available now from Maven Central!
These patch releases come with a number of bug fixes, improvements and dependencies updates. You can find the release notes of each version here: 5.1.3 and 5.2.1.
Please note that version 5.1.3 is the last OSS release of the 5.1.x line. Please check the support page for more details about our support policy.
We look forward to your feedback on Github Issues, Github Discussions, Twitter, and StackOverflow.