Fabian Krüger
Fabian Krüger
Before just running the recipe(s) to upgrade from Spring Boot 2.7.x to 3.0.0 there must be some verification of preconditions. Some changes cannot be automatically be migrated and applying automated...
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes # Spring Boot 3.0.0 M1 Release Notes ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#upgrading-from-spring-boot-2x)Upgrading from Spring Boot 2.x ### [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#deprecations-from-spring-boot-2x)Deprecations from Spring Boot 2.x Classes, methods and properties that were deprecated in Spring Boot...
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes # Spring Boot 3.0.0 M2 Release Notes For changes in earlier milestones, please refer to: - [v3.0.0 M1](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes) ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#upgrading-from-spring-boot-2x)Upgrading from Spring Boot 2.x ### [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#minimum-requirements-changes)Minimum Requirements Changes Spring...
- findRepository requires absolute path but doesn't assert it
https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2022.0-(Turing)-Release-Notes-(Preview) # General Themes - Upgrade to Java 17 baseline - Upgrade to Spring Framework 6 - Upgrade to Jakarta EE 9 - Ship Ahead-of-Time processing and reflection hints for...
**Describe the bug** The recipe `initialize-spring-boot-migration` must set the version for the `spring-boot-maven-plugin` to the current Spring Boot version. **To Reproduce** Run the recipe against a non-Spring application. `spring-boot-maven-plugin` has...
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#image-banner-support-removed ### What needs to be done If `banner.gif`, `banner.jpg`, or `banner.png` are found warn the user in the report about removed support of images as banner - [ ]...
### What needs to be done #### Finder Find occurences of property `spring.jpa.hibernate.use-new-id-generator-mappings` set to `false` #### Recipe None #### Report >The scanned application cannot be migrated as `spring.jpa.hibernate.use-new-id-generator-mappings` is...
### Hibernate 6.1 Spring Boot 3.0 uses Hibernate 6.1 by default. Please see the Hibernate [6.0](https://docs.jboss.org/hibernate/orm/6.0/migration-guide/migration-guide.html) and [6.1](https://docs.jboss.org/hibernate/orm/6.1/migration-guide/migration-guide.html) migration guides to learn how this may affect your application. Dependency management...