Spring Modulith 1.2.8, 1.3.2, and 1.4 M1 released
I am happy to announce the availability of Spring Modulith 1.4 M1, 1.3.2, and 1.2.8. While the latter contain a few bug fixes and the usual dependency upgrades to the latest Spring Boot releases, the milestone release ships a couple of important new features.
-
GH-928 – Move to Micrometer Observations API – Marcin Grzejszczak was kind enough to port our existing instrumentation based on the tracing APIs to the more modern observations API that allows more fine-grained integration and capturing of metrics. Stay tuned for a more detailed blog post coming soon!
-
GH-933 – Consider global proxy settings for proxies created.
-
GH-1009 - SPI to detect
NamedInterfaces
programatically. -
GH-1037 - Upgrade to Spring Boot 3.5 M1.
-
GH-961 – Upgrade to Structurizr 3.1.
…
A Bootiful Podcast: Java Developer Advocate Billy Korando on JavaOne 2025, Java 24, and so much more
Hi, Spring fans! in this installment I talk to Java developer advocate Billy Korando about the latest and greatest in the amazing Java ecosystem! #java #JavaOne #Oracle
Spring AI MCP 0.6.0 (Milestone) Released
We're pleased to announce Spring AI MCP 0.6.0
milestone release.
Breaking Changes ⚠️
- Deprecated
McpClient#using(ClientMcpTransport)
in favor ofsync()
andasync()
methods - Deprecated
McpClient.Builder
in favor of new builder patterns - Deprecated
McpAsyncClient
constructor with non-reactive types
Follow the 0.6.0 Migration Guide for the new API changes.
Major Features & Improvements
Protocol Version Negotiation
- Implemented protocol version negotiation between MCP client and server
- Added support for multiple protocol versions in both client and server
- Implemented fallback mechanism to latest version when unsupported version requested
- Added comprehensive test coverage for version negotiation …
Spring Boot 3.5.0-M1 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.5.0-M1
has been released and is now available from https://repo.spring.io/milestone.
This release includes 100 enhancements, documentation improvements, dependency upgrades, and bug fixes. Notable new features include:
- Task decoration for scheduled tasks
- Vibur connection pool
DataSourceBuilder
support - SSL bundle metrics
Please see the release notes for more details and upgrade instructions.
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…
Spring for Apache Pulsar 1.1.8 and 1.2.2 are now available
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring for Apache Pulsar 1.1.8
and 1.2.2
have been released and are now available from Maven Central.
The releases will be included in the upcoming Spring Boot 3.3.8 and 3.4.2 releases, respectively.
This release includes numerous dependency upgrades.
Please see the release notes (1.1.8 and 1.2.2) for more details.
Spring Framework 7.0.0-M1 Available Now
On behalf of the team and everyone who has contributed, I am pleased to announce the first milestone of the next Spring Framework generation.
As announced previously, we shipped "7.0.0-M1" to the usual repo.spring.io artifact repository, but also to Maven Central. We hope to collect more feedback from the community this year along the way; we are targeting November 2025 for the official release date.
This first milestone partially delivers the baseline changes that we shared last October. Spring Framework still expects a JDK 17-27 compatibility range and raises its minimum requirements to…
Spring Boot 3.4.2 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.2
has been released and is now available from Maven Central.
This release includes 49 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.3.8 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.8
has been released and is now available from Maven Central.
This release includes 28 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 Integration 6.5 Milestone 1 Available
On behalf of the team and everyone who contributed, I am pleased to announce the firs Milestone of Spring Integration 6.5.0
generation.
In addition to dependency upgrades for their latest major/minor versions, this Milestone includes removals for previous deprecations.
Some notable changes so far are:
- The Java DSL
controlBus()
operator is restored from the deprecated state, but now it does exactly the same what previously introducedcontrolBusOnRegistry()
, which is deprecated now; - Previously, if a
MessageGroupProcessor
returns a collection of payloads, theAbstractCorrelatingMessageHandler
has failed with theIllegalArgumentException
stating that only collection of messages is possible. …