Reader

Spring Boot 3.5.0-RC1 available now

| Spring Blog | Default

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

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

  • Support for Docker's credential stores and helpers when using Cloud Native Buildpacks
  • Configuration property binding performance improvements
  • Annotation-based filter and servlet registration
  • Auto-configuration for background initialization of beans
  • Properties for global WebClient configuration

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.

Project Page | GitHub | Issues | Documentation | Stack Overflow