rewrite-spring
rewrite-spring copied to clipboard
Add recipes to migrate to Spring Boot 3.3
What problem are you trying to solve?
Allow folks to migrate to Spring Boot 3.3, in time with the release on May 23rd.
Any additional context
- https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.3.0-RC1-Release-Notes
Deprecations in Spring Boot 3.3.0-RC1 The
@ServletEndpoint,@ControllerEndpointand@RestControllerEndpointannotations for declaring Actuator endpoints have been deprecated. Instead, applications should use the@Endpoint/@ReadOperation/@WriteOperationmodel for contributing endpoints. See https://github.com/spring-projects/spring-boot/issues/31768#issuecomment-2057414222
There's still the issue of rewrite-micrometer and a breaking change there related to the simple client & package change that we ideally automate before we consider this done.