-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Updated Spring Boot version from 2.1.0.M4 to 2.1.0.RELEASE #6084
Conversation
Thanks for the PR @raphaelDL! It appears the build failed. This was because I missed a step. Sorry about that. Can you please update any references of thymeleaf-extras-springsecurity4 to thymeleaf-extras-springsecurity5? Once you have done that the build will pass (I verified locally). If you are using a Linux based system you can use ripgrep along with the following to do the find/replace.
You can also refer to the following locations if you cannot use the command above:
If you want to double check you can run the following after you have made the changes:
Once you are done you can amend the commit and force push to your branch to update the PR and trigger another build. If you need help with any of this, please let me know. |
Thank you, I know... I'm about to send my commit, just waiting for the tests to finish :) |
Sorry I was trying something else before pushing my commit, all tests take 13mins in my machine. I ran them all three times 🙃 |
@rwinch CI is running now |
@rwinch it’s ready :) |
Thanks @raphaelDL! This is now merged into master 😄 |
@rwinch just a side note, while updating the docs I noticed it guides you through a helloworld sample described as a maven project, but the sample is build using gradle. Hello Spring Security with Boot Not sure if I'm right |
Thanks for the heads up @raphaelDL! This will be addressed in #5026 It also overlaps with us rewriting the docs for 5.2 #2567 |
Fixes #6082