-
Notifications
You must be signed in to change notification settings - Fork 175
Upgrade to Spring Boot 4 and Spring Cloud 2025.1 #618
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
|
Awesome work! I need the upgrade for my workshops :D |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #618 +/- ##
============================================
- Coverage 82.31% 82.11% -0.21%
- Complexity 388 389 +1
============================================
Files 84 86 +2
Lines 950 928 -22
Branches 68 61 -7
============================================
- Hits 782 762 -20
- Misses 142 143 +1
+ Partials 26 23 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… in AssaultPropertiesUpdate and WatcherPropertiesUpdate
|
Hi @bmatthews68 and thank you for your contribution! |
|
@denniseffing If I can help somehow please tell me! |
What: Upgraded to Spring Boot 4 and Spring Cloud 2025.1
Why: Upgrading to Spring Boot 4 and Spring Cloud 2025.1 cannot be achieved by merely bumping the version numbers in pom.xml. (Fixes #612)
How: I started by using OpenRewrite's recipe to migrate to Spring Boot 4. Then I added missing dependencies where necessary and updated property names.
Checklist:
N/A
Yes. However, I have chosen not to update the version number as I don't know if the owners would like to use 3.3.x or 4.0.x.