-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Upgrading from Spring Boot 1.x section #10313
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
Comments
I'd still prefer to keep history out of the user guide if at all possible. Would a dedicated wiki page work? |
A dedicated wiki page is what the release notes are today so I don't believe it does otherwise I wouldn't have created the issue :) I am with you it shouldn't be in the user guide. The main goal here is that I think we should be a bit more thorough as the changes can be more intrusive. I think a set of dedicated pages on the wiki should work but it's really about us taking the time to analyse and describe what has changed. |
A separate wiki page sounds good to me |
I ran into difficulties trying to migrate a Spring Boot 1.3.8 app to 2.0 because entire swaths of the Actuator code base have been deleted due to the switch to Micrometer including classes that were prescribed for direct use such as It's not immediately apparent from documentation what the migration path is here, and perhaps the Micrometer folks would consider supporting some of the old Actuator classes in their |
Things I'd suggest including in such a guide.
I don't know where, @dsyer / @spencergibb , but I feel as if there needs to be a counterpart to this document over in Spring Cloud to go along with Finchley (or Edgware)? Stuff like the updated starter names, etc. would fit nicely in an "Upgrading my Spring Cloud app" document. |
Thanks @gregturn. We can use this wiki page for the content. |
I think the migration guide is in decent shape now. |
The amount of changes between 1.x and 2 are important and it is expected we'll get a lot of users asking questions when they upgrade (it is already happening with early adopters and maintainers of downstream spring modules).
We usually have the release notes covering the upgrades aspect but I am wondering if we shouldn't try something a bit more structured for 2.0. Release notes are single page and can be a bit overwhelming (I expect the one on 2.0 to be!).
This issue is meant to gather feedback and plan future actions.
The text was updated successfully, but these errors were encountered: