-
Notifications
You must be signed in to change notification settings - Fork 105
Spring Boot 3.5 and Spring Cloud 2025 declarative migration recipes #770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks again @sruffatti ! I've added some quick tests and uncovered an issue with the spring cloud property changes that requires a closer look before we can merge these changes here. I've traced it down to this substree: if we don't have that it all passes: rewrite-spring/src/main/java/org/openrewrite/java/spring/ChangeSpringPropertyKey.java Lines 95 to 98 in 989f668
I've also swapped out the Maven specific recipe you had used for their Maven/Gradle agnostic counterparts. |
@timtebeek I pushed a change to address your unit test. Thanks for this test! Not sure I would have caught this otherwise. I will write better unit tests going forward. |
What's changed?
Spring boot 3.5 and Spring cloud 2025
What's your motivation?
Keep open source alive and current.
Anyone you would like to review specifically?
@timtebeek
Checklist