Spring Boot 2.7.0-M3 available now

Releases | Phil Webb | March 24, 2022 | ...

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

This release includes over 90 bug fixes, documentation improvements, and dependency upgrades. Notable new features include:

  • Support for generating Docker images with Podman
  • Improved SanitizingFunction support
  • Spring GraphQL 1.0.0-M6 support, including the new GraphQL client

Please see the release notes for more details and upgrade instructions.

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

Spring Boot 2.6.5 available now

Releases | Stéphane Nicoll | March 24, 2022 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.6.5 has been released and is now available from Maven Central.

This release includes 66 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 or chat with the community on Gitter.

Project Page | GitHub | Issues | Documentation | Stack Overflow |

Spring Boot 2.5.11 available now

Releases | Stéphane Nicoll | March 24, 2022 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.5.11 has been released and is now available from Maven Central.

This release includes 56 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 or chat with the community on Gitter.

Project Page | GitHub | Issues | Documentation | Stack Overflow |

Spring Authorization Server 0.2.3 available now

Releases | Joe Grandja | March 24, 2022 | ...

On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.2.3.

You can download it from Maven Central by using the module coordinates:

compile 'org.springframework.security:spring-security-oauth2-authorization-server:0.2.3'

See the release notes for complete details.

To get started using Spring Authorization Server, see the sample to become familiar with setup and configuration.

We would love to gather your feedback as we strive to improve and build upon this release.

Project Page | GitHub Issues | ZenHub…

Spring Batch 5.0 M2 available now

Releases | Mahmoud Ben Hassine | March 23, 2022 | ...

On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Batch 5.0.0-M2 is now available from our milestone repository.

This second milestone comes with two major features:

  • Introduction of the new Observation API from Micrometer 2.0 which gives you both metrics and tracing for your batch jobs!
  • Addition of SAP HANA as a supported database for the job repository

Moreover, this release comes with a number of enhancements and dependencies updates. For more details about all the changes, please check the change log.

I would like to thank all contributors who…

Spring Security 6.0.0-M3 and 5.7.0-M3 available now

Releases | Steve Riesenberg | March 22, 2022 | ...

On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Security 6.0.0-M3 and 5.7.0-M3 are available now.

This third 6.0 milestone covers build and release enhancements as well as the deprecation of WebSecurityConfigurerAdapter that was already released with 5.7.0-M2. The third 5.7 milestone covers several enhancements to SAML 2.0 and OAuth 2.0 support as well as a change to use UTF-8 by default for HTTP Basic credentials in Spring WebFlux.

For the release changes, please refer to the releases page.

Project Site | Reference | Help

Spring Data 2022.0.0-M3, 2021.2.0-M4, 2021.1.3, and 2021.0.10 released

Releases | Greg L. Turnquist | March 21, 2022 | ...

On behalf of the team, I’m pleased to announce Spring Data service releases 2021.1.3 and 2021.0.10. Both releases ship with mostly bug fixes and dependency upgrades. For your convenience, Spring Boot 2.6.5 respective 2.5.11 are going to pick up these releases in the upcoming days.

Along with the service releases, we released the next milestone 2021.2.0-M4 of the 2021.2 release train. Spring Boot 2.7.0-M3 will pick up this release soon. We have summarized the new and noteworthy changes in our 2021.2 release notes.

We have also released the next milestone 2022.0.0-M3 of the 2022.0 release train. Spring Boot 3.0.0-M2 will pick up this release. We have summarized the new and noteworthy changes in our 2022.0 release notes

Spring Framework 6.0.0-M3 and 5.3.17 available now

Releases | Stéphane Nicoll | March 17, 2022 | ...

On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.0.0-M3 and 5.3.17 are available now.

Spring Framework 5.3.17 includes 17 fixes and improvements as well as a fix for CVE-2022-22950: Spring Expression DoS Vulnerability and is a recommended upgrade for all Spring production scenarios.

Spring Framework 6.0.0-M3 includes 33 additional fixes and improvements specific to the 6.0 branch.

This milestone brings a first batch of migration of our AOT (Ahead Of Time) efforts from Spring Native, paving the way for Native support in the wider Spring ecosystem. See the follow-up blog post

Spring Tools 4.14.0 released

Releases | Martin Lippert | March 16, 2022 | ...

Dear Spring Community,

I am happy to announce the 4.14.0 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.

major changes to the Spring Tools 4 for Eclipse distribution

fixes and improvements

  • (VSCode) fixed: VSCode Spring boot tools 1.30.0 error trying to find JVM (#726)
  • (VSCode) fixed: vscode "Problems" diagnostic entries lack "source" field (#725)
  • (VSCode) fixed: orphan vscode extension processes left running (#704)
  • (VSCode) fixed: deadlock in language server process avoids process to be shutdown (#741)
  • (VSCode) fixed: Outline View is broken again on Windows (#742)
  • (VSCode) fixed: boot-java.live-information.automatic-tracking.on is not working on vscode (#733)
  • (VSCode) fixed: Java 17 is mis-identified as Java 8 (#713)
  • (Eclipse) fixed: Deadlock with Spring LSP in Eclipse 4.23 with STS 4.23 nightlies (#729

Introducing Spring Cloud Alibaba 2021.0.1.0

Releases | Spencer Gibb | March 09, 2022 | ...

Hi, Spring fans! Today, we are excited to announce the availability of Spring Cloud Alibaba 2021.0.1.0! Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the components required to develop distributed applications, making it easy for you to develop your applications using Spring Cloud. With Spring Cloud Alibaba, you need only add some annotations and a small amount of configuration to connect Spring Cloud applications to the distributed solutions of Alibaba and build a distributed application system with Alibaba middleware.

NOTE: The Spring Cloud Alibaba project is a community project maintained by Alibaba.

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