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

### What needs to be done Provide a recipe `remove-redundant-maven-compiler-plugin` that removes redundant `maven-compiler-plugin` configurations in Spring Boot applications that have a spring-boot parent where the compiler-plugin is managed. ###...

Recipe

### What needs to be done The `Make SpringBootDefaultPropertiesFinder` returns the first match which only works when the finder is applied to `ProjectContext` in single-module applications. If it gets applied...

type: enhancement
in: sbm-core

### What needs to be done CWA-Server defines `wiremock-jre8` as dependency which is not compatible with Boot 3. These dependencies need to be updated to use `wiremock-jre8-standalone` instead

type: enhancement

### What needs to be done When Spring application properties are changed or removed usages outside of `.properties`/`.yaml` files need to be adjusted. For example, here the properties must be...

type: enhancement
epic

### What needs to be done When upgrading an application to Spring Boot 3 that uses Spring Cloud, the Spring Cloud version must be updated to a compatible version. ###...

type: enhancement
upgrade:boot
3.0.0

From the [Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes#actuator-endpoints-sanitization) >Since, the /env and /configprops endpoints can contains sensitive values, all values are always masked by default. This used to be case only for keys considered...

type: enhancement
good first issue
upgrade:boot
3.0.0
upgrade:boot-report

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes # Spring Boot 3.0.0 M5 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) - [v3.0.0 M3](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M3-Release-Notes) - [v3.0.0 M4](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M4-Release-Notes) ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes#upgrading-from-spring-boot-2x)Upgrading...

upgrade:boot
3.0.0
epic

From the [Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes#redis-properties) >Configuration Properties for Redis have moved from `spring.redis.` to `spring.data.redis.` as redis auto-configuration requires Spring Data to be present on the classpath. ## What needs to...

type: enhancement
good first issue
upgrade:boot
3.0.0