rewrite-spring icon indicating copy to clipboard operation
rewrite-spring copied to clipboard

Add recipes to migrate to Spring Boot 3.3

Open timtebeek opened this issue 1 year ago • 1 comments

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, @ControllerEndpoint and @RestControllerEndpoint annotations for declaring Actuator endpoints have been deprecated. Instead, applications should use the @Endpoint / @ReadOperation / @WriteOperation model for contributing endpoints. See https://github.com/spring-projects/spring-boot/issues/31768#issuecomment-2057414222

timtebeek avatar May 10 '24 21:05 timtebeek

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.

timtebeek avatar May 19 '24 21:05 timtebeek