Spring Modulith 2.1 M2, 2.0.4, and 1.4.8 released
On behalf of the community, I am excited to announce the availability of Spring Modulith 2.1 M2, 2.0.4, and 1.4.8. The bug fix releases primarily ship the usual dependency upgrades. Besides the usual platform upgrades (Spring Boot 2.1 M2), the second milestone of the 2.1 release is packed with new features:
-
Support for an outbox-based event externalization – As an alternative to the built-in, asynchronous, event-listener-based externalization, we now support the externalization through Namastack Outbox, supporting multi-instance, order-preserving publication. Find an example here. Big thanks to Roland Beisel, the lead of Namastack Outbox, for the contribution! #1517
-
The ability to run an application module integration test is now combinable with Spring Boot's horizontal slice test capabilities. #1573
-
The events captured in
…PublishedEventsandScenarioare bound from the entire application (previously thread-bound). This enables tests to see events from independent thread pools, such as the one used by the outbox integration mentioned above. #1564
Spring Boot 4.1.0-M2 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 4.1.0-M2 has been released and is now available from Maven Central.
This release includes 80 enhancements, documentation improvements, dependency upgrades, and bug fixes. Notable new features include:
- Additional process information for
/actuator/info. - Encoding support for
spring.config.import. - Service Connection support for RabbitMQ Streams.
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…
Spring Boot 4.0.3 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 4.0.3 has been released and is now available from Maven Central.
This release includes 47 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…
A Bootiful Podcast: Glenn Renfro on Java and Spring community legend and my friend - on Devnexus and more
Hi, Spring fans! In this installment I talk to the amazing Glenn Renfro about Spring Batch, Spring Integration, Spring AI, and much more — plus why you should definitely register to attend the amazing Devnexus event in Atlanta, GA!
Spring AMQP 4.1.0 Milestone 2 Available
Hi Spring fans!
It is my pleasure today to share with you the Spring AMQP 4.1.0-M2 is available with some new fature to try.
Notable changes in this release:
- The new
spring-amqp-clientmodule has gotten new API for programaticMessageListenerContainerconfiguration and registration:AmqpMessagingListenerAdapter,AmqpMessageListenerContainerFactory,AmqpListenerEndpoint,AmqpListenerEndpointRegistryetc. - With upcoming milestones, based on that new API, we are going to implement a high-level
@AmqpListenerannotation with similar functionality to well-known@RabbitListener(see also@KafkaListener,@JmsListeneror@ServiceActivator). - The
TestUtils.getPropertyValue()was changed to…
Spring Boot 3.5.11 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.5.11 has been released and is now available from Maven Central.
This release includes 35 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 7.1.0-M1 Available
On behalf of the team and everyone who contributed, I am pleased to announce Spring Integration 7.1.0-M2 version.
In addition, the 7.0.3 and 6.5.7 versions with bug fixes and dependency upgrades have been released.
Some notable changes in 7.1.0-M2:
- The new
spring-integration-cloudeventsmodule has been improved with aFromCloudEventTransformerandCloudEventsDSL API; - The new
spring-integration-grpcmodule has been improved for Java DSL API; - The
TestUtils.getPropertyValue()is now generic arguement based for easier adoption in the tests code; - Resolved more deprecations from Spring AMQP in
spring-integration-amqpmodule and made bytecode compatible with previous version; - The
RedisMessageStorenow supportsGETDELcommand from Redis 6.2.+. …
Spring Session 2026-02 Releases
On behalf of the team and everyone who has contributed, I am pleased to announce the availability of Spring Session 4.1.0-M1, 4.0.2, and 3.5.5.
This set of releases includes bug fixes and dependency upgrades.
For a complete list of changes, refer to the changelogs:
Spring Framework 7.0.5 Available Now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 7.0.5 is available now.
Spring Framework 7.0.5 ships with 20 fixes and documentation improvements, right on time to be included with Spring Boot 4.0.3.