Spring for Apache Kafka, Spring for RabbitMQ 3.1 Releases Available

Releases | Gary Russell | November 21, 2023 | ...

Hot on the heels of Spring Framework 6.1, I am pleased to announce the 3.1 releases of Spring for Apache Kafka and Spring AMQP (Spring for RabbitMQ).

See the release notes for the 3.1.0, 3.1.0-RC1 and 3.1.0-M1 releases of each project - Spring for Apache Kafka and Spring AMQP for detailed content.

Also see the What's New documentation sections for highlights: Spring for Apache Kafka Spring AMQP.

Spring Security 6.2 goes GA

Releases | Marcus Hert Da Coregio | November 20, 2023 | ...

On behalf of the Spring Security team, it is my pleasure to announce that Spring Security 6.2.0 is generally available from Maven Central now! The 6.2 generation comes with improvements that you can check on the What's New section of the documentation.

Spring Security 6.2 has upgraded its Spring Framework baseline to 6.1 along with Project Reactor 2023.0.0 and Micrometer 1.12.0 while requiring Java 17 as minimum platform version and supporting up to Java 21 for Virtual Threads support.

This release will be included in the upcoming Spring Boot 3.2 GA release. We'd like to hear from you, so keep…

Spring Data 2023.0.6, 2022.0.12 and 2021.2.18 available now

Releases | Mark Paluch | November 17, 2023 | ...

On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2023.0.6, 2022.0.12, and 2021.2.18 service releases. These releases ship with dependency upgrades, fixes and selected improvements.

The upcoming Spring Boot releases 3.1.6, respective 3.0.13 and 2.7.18 will pick up the above releases by next week.

We expect the next set of Spring Data maintenance releases to ship in mid-December.

End of Life

With today's releases, Spring Data development lines 2021.2.x ("Spring Data 2.7") and 2022.0.x ("Spring Data 3.0") are going end of life as per our open source support policy, with 2022.0.12 and 2021.2.18 being the last planned service releases. Releases may be done in the future, but only in response to commercial support. Please upgrade to Spring Data 2023.0.6 ("Spring Data 3.1") or 2023.1.0

Spring Data 2023.1 goes GA

Releases | Mark Paluch | November 17, 2023 | ...

On behalf of the Spring Data engineering team and everyone who contributed to this release, I am delighted to announce the general availability of Spring Data 2023.1 (Codename: Vaughan) from Maven Central! This release comes with several infrastructure themese as well as refinements in individual store modules.

Spring Data 2023.1 has upgraded its Spring Framework baseline to 6.1 along with Project Reactor 2023.0.0 and Micrometer 1.12.0 while requiring Java 17 as minimum platform version and supporting up to Java 21 for Virtual Threads support.

Virtual Threads can be used in various components by configuring an Virtual Threads-enabled Executor. Prominent examples for these components are Redis' MessageListenerContainer or Mongo's MessageListenerContainer

Spring Framework 6.1 goes GA

Releases | Juergen Hoeller | November 16, 2023 | ...

Dear Spring community,

On behalf of the core framework team, it is my pleasure to announce that Spring Framework 6.1.0 is generally available from Maven Central now! The 6.1 generation comes with several key themes:

  • Embracing JDK 21 LTS
  • Virtual Threads (Project Loom)
  • JVM Checkpoint Restore (Project CRaC)
  • Resource Lifecycle Management, revisited
  • Data Binding and Validation, revisited
  • New RestClient and JdbcClient APIs

Virtual Threads are a perfect fit for Spring MVC on a lean Servlet stack (typically on Tomcat), providing a new degree of scalability with imperative programming in common web…

Spring Framework 5.3.31 and 6.0.14 available now

Releases | Brian Clozel | November 16, 2023 | ...

Updates

On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 5.3.31 and 6.0.14 are available now.

Spring Framework 5.3.31 ships with 18 fixes and documentation improvements, including 1 fix for a regression. This version will be shipped with Spring Boot 2.7.18, to be released next week.

Spring Framework 6.0.14 ships with 38 fixes and documentation improvements, including 4 fixes for regressions. This version will be shipped with Spring Boot 3.0.13 and 3.1.6, to be released next week

Spring Shell 2.1.14, 3.0.9, 3.1.5 and 3.2.0-M3 are now available

Releases | Janne Valkealahti | November 08, 2023 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 2.1.14, 3.0.9, 3.1.5 and 3.2.0-M3 has been released and are now available from Maven Central and Spring Repos respectively.

Please see the release notes 2.1.14, release notes 3.0.9, release notes 3.1.5 and release notes 3.2.0-M3 for more details.

Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

Project Page | GitHub | Issues | Documentation

Spring Boot 3.2.0-RC2 available now

Releases | Phil Webb | November 03, 2023 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.2.0-RC2 has been released and is now available from https://repo.spring.io/milestone.

This release includes 69 enhancements, documentation improvements, dependency upgrades, and bug fixes.

This release attempts to fix a few issues that were found with RC1. 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 or chat with the community on Gitter

Spring Modulith 1.1 RC2 released

Releases | Oliver Drotbohm | November 03, 2023 | ...

I am happy to announce the availability of Spring Modulith 1.1 RC2. We took the chance to incorporate feedback from the community to tweak a few internals of features newly introduced in the 1.1 generation. We have also managed to sneak a few new ones into the release:

  • Support for AWS SNS / SQS in event externalization (contributed by Maciej Walkowiak) GH-344
  • Allowing to define a listener identifier via @ApplicationModuleListener GH-346
  • Re-instantiated, general compatibility with Spring Boot 3.1 and Framework 6.0 GH-357
  • Upgrade to Spring Boot 3.2 RC2 GH-354

Find the full release change log

Spring Cloud 2023.0.0-RC1 (aka Leyton) Is Now Available

Releases | Ryan Baxter | November 02, 2023 | ...

On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the Spring Cloud 2023.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2023.0.0 release notes for more information.

Notable Changes in the 2023.0.0 Release Train

This release is based upon Spring Boot 3.2.0-RC1.

You can find a complete list of issues addressed in this release by viewing the release project.

Spring Cloud Stream

All the notable changes introduced in Spring Cloud Stream 4.1.0-RC1 can be found here.

The following modules…

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