Spring Modulith 2.1 M2, 2.0.4, and 1.4.8 released

Releases | Oliver Drotbohm | February 19, 2026 | ...

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 PublishedEvents and Scenario are 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

Releases | Stéphane Nicoll | February 19, 2026 | ...

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

Releases | Moritz Halbritter | February 19, 2026 | ...

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…

Spring AMQP 4.1.0 Milestone 2 Available

Releases | Artem Bilan | February 19, 2026 | ...

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-client module has gotten new API for programatic MessageListenerContainer configuration and registration: AmqpMessagingListenerAdapter, AmqpMessageListenerContainerFactory, AmqpListenerEndpoint, AmqpListenerEndpointRegistry etc.
  • With upcoming milestones, based on that new API, we are going to implement a high-level @AmqpListener annotation with similar functionality to well-known @RabbitListener (see also @KafkaListener, @JmsListener or @ServiceActivator).
  • The TestUtils.getPropertyValue() was changed to…

Spring Boot 3.5.11 available now

Releases | Moritz Halbritter | February 19, 2026 | ...

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

Releases | Artem Bilan | February 19, 2026 | ...

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-cloudevents module has been improved with a FromCloudEventTransformer and CloudEvents DSL API;
  • The new spring-integration-grpc module 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-amqp module and made bytecode compatible with previous version;
  • The RedisMessageStore now supports GETDEL command from Redis 6.2.+.

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