Spring Boot 3.5.0 available now
On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 3.5.0 has been released and is available from Maven Central.
This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.
What's new in 3.5
The highlights of the 3.5 release include:
- Structured Logging Improvements
- SSL Support for Service Connections
- Load Properties From Environment Variables
- AsyncTaskExecutor with Custom Executor
- Auto-configuration for Bean Background Initialization
- Annotations to Register Filter and Servlet …