Spring Modulith 1.4 RC1, 1.3.5, and 1.2.11 released
I am happy to announce the availability of Spring Modulith 1.4 RC1, 1.3.5, and 1.2.11. While the latter contain a few bug fixes and the usual dependency upgrades to the latest Spring Boot releases, the milestone also includes a few new features:
- Performance improvements both in the core event publication registry and the observability instrumentation. (GH-1146, GH-1149)
- The Scenario API only considers non-empty collections as successful state transitions by default (GH-1131)
- Refinements in the core
ApplicationModule(s)
abstractions and documentation generation (GH-1150, GH-1152) - Minor (internal) cleanups (GH-1153, GH-1122) …
Spring Vault 3.1.3 and 3.2.0-M1 available
On behalf of the team and everyone who has contributed, I am pleased to announce that the Spring Vault 3.1.3
release is available now.
Spring Vault 3.1.3
ships with several bugfixes.
Spring Vault 3.2.0-M1
is the first milestone of the 3.2.x series. Notable enhancements are:
- Add support for IMDSv2 on EC2
- Support for Github Token Authentication
You can find the full changelog at https://github.com/spring-projects/spring-vault/releases/tag/3.2.0-M1. Going forward, we are going to ship Spring Vault 3.2 GA in May. This is going to be the last release of the 3.x development line. We're working…
A Bootiful Podcast: Java Champion, Tessl Devrel head, friend, Virtual JUG co-founder Simon Maple
Hi, Spring fans! In this episode, we catch up with Java Champion, Tessl Devrel head, Virtual JUG co-founder, and friend Simon Maple! This episode was recorded at the amazing ArcOfAI conference held in amazing Austin, TX!
Spring Boot 3.3.11 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.11
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.4.5 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.5
has been released and is now available from Maven Central.
This release includes 62 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 2.7.25, 3.1.16, 3.2.14, 3.3.11, and 3.4.5 Released, includes fix for CVE-2025-22235
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Boot 2.7.25
, 3.1.16
, 3.2.14
, 3.3.11
, and 3.4.5
are available now, which fix CVE-2025-22235.
Please refer to the releases page for more details.
Commercial customers using Spring Boot 2.7, 3.1, or 3.2 will be able to update to Spring Boot 2.7.25, 3.1.16, or 3.2.14 respectively. These Spring Boot versions are available now on the Spring commercial artifact repository and can be accessed with a Spring Enterprise Subscription.
Spring Authorization Server 1.5.0-RC1, 1.4.3 and 1.3.6 available now
On behalf of the team and everyone who has contributed, it is my pleasure to announce the releases of Spring Authorization Server 1.5.0-RC1, 1.4.3 and 1.3.6.
See the 1.5.0-RC1, 1.4.3 and 1.3.6 release notes for complete details.
To get started using Spring Authorization Server, see the Getting Started chapter of the reference documentation and the samples to become familiar with setup and configuration.
Spring for Apache Kafka 4.0.0-M2, and 3.3.5 are Available Now
We are pleased to announce the second milestone release of Spring for Apache Kafka 4.0.x
generation - 4.0.0-M2
, which now supports Apache Kafka 4.0.0
.
Key Changes in 4.0.0-M2
- The Kafka client in
4.0.0-M2
has been updated to4.0.0
- All ZooKeeper related support is now dropped from the
4.0.0-M2
, since Apache Kafka4.0.0
has completely removed ZooKeeper dependency and now exclusively uses KRaft for leadership election and quorum management - The
EmbeddedKafkaBroker
utility that Spring for Apache Kafka provides for testing purposes will no longer work with ZooKeeper, as it only supports the KRaft protocol - We also verified that the next generation consumer rebalance protocol introduced via KIP-848 works seamlessly via Spring for Apache Kafka 4.0.0-M2 …
Spring for Apache Pulsar 1.1.11 and 1.2.5 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.11
and 1.2.5
have been released and are now available from Maven Central.
The releases will be included in the upcoming Spring Boot 3.3.11 and 3.4.5 releases, respectively.
Please see the release notes (1.1.11 and 1.2.5) for more details.