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 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 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

This Week in Spring - November 14th, 2023

Engineering | Josh Long | November 14, 2023 | ...

Hi, Spring fans! Welcome to another installment of This Week in Spring! It's November 14th, and you know what that means? NINE MORE DAYS until Spring Boot 3.2 drops (on the day of the US holiday of Thanksgiving, no less)!

Some key features include:

  • virtual threads
  • initial CRaC support
  • more sophisticated observability with Micrometerio
  • JdbcClient, RestClient
  • ActiveMQ Testcontainers/ Docker Compose support
  • Kotlin 1.9.0

I can't wait for the next release. I've been playing with it for months. It builds on the strenghts of Spring Boot 3.0 and 3.1. 3.0 brought GraalVM native images, and 3.…

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

This Week in Spring - November 7th, 2023

Engineering | Josh Long | November 07, 2023 | ...

Hi, Spring fans!

Can you believe we've already turned the calendar page to November? Time sure is a swift developer, deploying months as if they were minor versions in an ever-evolving application. As we adjust our clocks to fall back, waving a reluctant goodbye to daylight savings time, the encroaching evening arrives with a brisk efficiency. Yes, it's dark outside, a bit too early for my liking, if I'm honest. The shortened days remind us that while we may not be in control of the celestial clock, we do have the power to harness the hours we're given. This is the perfect time to settle in…

SSL hot reload in Spring Boot 3.2.0

Engineering | Moritz Halbritter | November 07, 2023 | ...

In Spring Boot 3.2.0, we're adding the ability for embedded web servers to hot-reload SSL certificates and keys. That means you can rotate your SSL trust material without restarting your application. Hot reloading is supported for Tomcat and Netty embedded web servers.

Let's see that in action!

First, we're going to create our SSL private key and matching certificate using OpenSSL:

mkdir certs
cd certs
openssl req -x509 -subj "/CN=demo-cert-1" -keyout demo.key -out demo.crt -sha256 -days 365 -nodes -newkey rsa 

This creates a private key stored in certs/demo.key and a matching (self-signed) certificate with the common name "demo-cert-1" in certs/demo.crt

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime 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