-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Inconsistent constructor declaration on bean with name '_reactiveMethodSecurityConfiguration' #16325
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
Labels
in: config
An issue in spring-security-config
status: duplicate
A duplicate of another issue
type: bug
A general bug
Comments
kse-music
added a commit
to kse-music/spring-security
that referenced
this issue
Dec 22, 2024
kse-music
added a commit
to kse-music/spring-security
that referenced
this issue
Jan 6, 2025
Is there any action needed when this Log message pops up? |
Hi, I also have this message:
are there any updates regarding its resolution? |
damable-nuvolex
added a commit
to damable-nuvolex/spring-security
that referenced
this issue
Jun 2, 2025
Closes spring-projectsgh-16325 Signed-off-by: damable-nuvolex <[email protected]>
jzheaux
pushed a commit
to damable-nuvolex/spring-security
that referenced
this issue
Jun 3, 2025
Closes spring-projectsgh-16325 Signed-off-by: damable-nuvolex <[email protected]>
jzheaux
pushed a commit
to damable-nuvolex/spring-security
that referenced
this issue
Jun 4, 2025
Closes spring-projectsgh-16325 Signed-off-by: damable-nuvolex <[email protected]>
jzheaux
pushed a commit
that referenced
this issue
Jun 5, 2025
Closes gh-16325 Signed-off-by: damable-nuvolex <[email protected]>
Closed in favor of #17197 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: config
An issue in spring-security-config
status: duplicate
A duplicate of another issue
type: bug
A general bug
Describe the bug
I get this warn in my spring boot reactive app:
A bean (_reactiveMethodSecurityConfiguration in this case) has a constructor marked with @Autowired, but there is no default (no-arg) constructor available.
The text was updated successfully, but these errors were encountered: