-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
After migrating to spring boot 3.1.2 application failed to start #36481
Comments
This sounds like it may be a bug in Spring Security but it's hard to tell without some more information. If you would like us to spend some more time investigating, please spend some time providing a complete yet minimal sample that reproduces the problem. You can share it with us by pushing it to a separate repository on GitHub or by zipping it up and attaching it to this issue. |
Just stumbled on this issue in my project too.
// Edit: Here the output when running with
|
This reverts commit b24228a. Blocked by spring-projects/spring-boot#36481
Thanks, @bratkartoffel. As suspected, this is a regression in Spring Security. ext {
set("spring-security.version", "6.1.1")
} With the above added to
Please report this to the Spring Security project. |
Hi!
I have some problem after migrating to spring boot 3.1.2. On 3.1.1 application was started.
Regards,
PG
The text was updated successfully, but these errors were encountered: