Upgrade Spring Boot to 4.0.0 #85
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Spring Boot Migration Report
Version Summary
Summary of Code Changes
Build Configuration Changes
3.5.0to4.0.017to210.0.46to0.0.470.10.6to0.11.02.3.1to3.0.0spring-boot-starter-webtospring-boot-starter-webmvc1.21.3spring-boot-webmvc-test,spring-boot-data-jpa-test,spring-boot-restclient-testPackage Reorganization
Spring Boot 4.0 reorganized packages as part of modularization:
o.s.b.autoconfigure.cache.JCacheManagerCustomizero.s.b.cache.autoconfigure.JCacheManagerCustomizero.s.b.test.autoconfigure.web.servlet.WebMvcTesto.s.b.webmvc.test.autoconfigure.WebMvcTesto.s.b.test.autoconfigure.orm.jpa.DataJpaTesto.s.b.data.jpa.test.autoconfigure.DataJpaTesto.s.b.test.autoconfigure.jdbc.AutoConfigureTestDatabaseo.s.b.jdbc.test.autoconfigure.AutoConfigureTestDatabaseo.s.b.autoconfigure.jdbc.DataSourceAutoConfigurationo.s.b.jdbc.autoconfigure.DataSourceAutoConfigurationo.s.b.autoconfigure.orm.jpa.HibernateJpaAutoConfigurationo.s.b.hibernate.autoconfigure.HibernateJpaAutoConfigurationAPI Changes
RestTemplateBuilderandTestRestTemplatewithRestClientin test codeCrashControllerIntegrationTestsfor error handling changesVerification Steps Executed
./mvnw compile./mvnw test-compile./mvnw test./mvnw packagejava -jar target/spring-petclinic-4.0.0-SNAPSHOT.jarcurl http://localhost:8080/actuator/health{"status":"UP"}