spring-boot-migrator
spring-boot-migrator copied to clipboard
Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
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...
depends-on: https://github.com/openrewrite/rewrite-spring/pull/204 Integrate into Boot 3.0 upgrade recipe as soon as it's released
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...