Skip to content

Spring Boot 3.5.9

Latest

Choose a tag to compare

@darbyluv2code darbyluv2code released this 06 Jan 00:49
· 7 commits to main since this release

Spring Boot 3.5.9 Upgrade

This release upgrades all Spring Boot projects from version 3.5.4 to 3.5.9.

Changes

  • Updated spring-boot-starter-parent version in 56 pom.xml files
  • Removed deprecated spring.datasource.initialization-mode property from 68 application.properties files

Breaking Changes

The spring.datasource.initialization-mode property was removed in Spring Boot 3.5. Database initialization will continue to work automatically based on detected platform.

Testing

  • All 70 projects compiled successfully
  • All 70 projects passed their unit tests
  • Verified complete coverage of all projects

Compatibility

  • Java 23
  • H2 in-memory database for tests
  • MySQL for production environments
  • No code changes required

Related PR: #15