spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot

Results 201 spring-boot-migrator issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Every condition should provide metadata including description. LoggingDateFormatCondition does not have a description. Refer to comment https://github.com/spring-projects-experimental/spring-boot-migrator/pull/296/files#r951701600

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M3-Release-Notes # Spring Boot 3.0.0 M3 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) - [v3.0.0 M2](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes) ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M3-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-M3-Release-Notes#minimum-requirements-changes)Minimum...

upgrade:boot
3.0.0
epic

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Configuration-Changelog#new-in-300-m2 We need to clarify what changed about these parameters. E.g. `spring.h2.console.path` existed in previous versions. Was it removed and reintroduced in 3.0.0? Can we ignore these properties altogether?

upgrade:boot
3.0.0
question

This issue aggregates the information of supported JEE/Jakarta modules in Spring Boot 3.0.0-M3. From #158: | library | action | |----|----| | EhCache 3 | reinstantiated, see #208 | |...

upgrade:boot
3.0.0
question

### What needs to be done Some Actions and Recipes need to know if a module defines a Spring Boot application (deployable). Currently, we assume all Spring Boot applications have...

Integration tests in Concourse CI are failing as Docker in Docker doesn't work.

bug
CI