This Year in Spring - December 31st, 2024

Engineering | Josh Long | December 31, 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

Releases | Christian Tzolov | December 29, 2024 | ...

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

Spring AI 1.0.0 M5 Release

Releases | Mark Pollack | December 23, 2024 | ...

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

Releases | Christian Tzolov | December 21, 2024 | ...

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 to StdioClientTransport

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

Releases | Oliver Drotbohm | December 20, 2024 | ...

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

Releases | Moritz Halbritter | December 19, 2024 | ...

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

Releases | Moritz Halbritter | December 19, 2024 | ...

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

Releases | Mahmoud Ben Hassine | December 18, 2024 | ...

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.

Spring Batch Home|Source on Github|

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all