Skip to content
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

Update Spring Boot to the latest version #21

Closed
robertmcnees opened this issue Sep 27, 2023 · 2 comments
Closed

Update Spring Boot to the latest version #21

robertmcnees opened this issue Sep 27, 2023 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@robertmcnees
Copy link
Contributor

Update the guide to use the most recent Spring Boot version.

Files that require changes are:

initial/build.gradle
initial/pom.xml
complete/build.gradle
complete/pom.xml
@robertmcnees robertmcnees added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 27, 2023
@ali-so
Copy link

ali-so commented Jan 15, 2024

It seems that RouteLocator is removed!

@robertmcnees
Copy link
Contributor Author

Hi @ali-so. Based on the time of your content (that is, after the Boot 3.2 release in November 2023), the guide was likely asking you to pull in the wrong dependency. Our Guide asked the user to start a new project on Spring Initializr by pulling in Gateway. That dependency now pulls in spring-cloud-starter-gateway-mvc. This guide was written for the reactive version of Gateway, specifically the dependency spring-cloud-starter-gateway is required (no -mvc). You can preserve the previous functionality by specifying Reactive Gateway in the dependency list on Spring Initializr. Recent PRs #22 and #23 should address this issue going forward. If you feel there is still an issue with the guide please open a new issue.

Regarding the initial issue, I'm closing this issue in favor of a new way to track dependency updates on a higher level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants