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

From the Release Notes: >We have moved the properties controlling the [actuator metrics export](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator.metrics). The old schema was `management.metrics.export.`, the new one is `management..metrics.export` (Example: the prometheus properties moved from...

good first issue
upgrade:boot
3.0.0

depends-on: https://github.com/openrewrite/rewrite-spring/pull/204 Integrate into Boot 3.0 upgrade recipe as soon as it's released

upgrade:boot
3.0.0
depends-on

From the [Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M4-Release-Notes#spring-mvc-and-webflux-url-matching-changes) As of Spring Framework 6.0, the trailing slash matching configuration option has been deprecated and its default value set to `false`. This means that previously, the...

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