Startup failure with Spring Security and aspect before method #35162
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
This issue feels related to #19010 but it's possible that it just has similar symptoms. The root issue is using Spring security, WebFlux and an aspect causes the Spring application to fail to start. The actual stack trace can be found below along with a sample application that reproduces the problem. If I remove the aspect from the app everything starts up just fine.
Version Info:
Spring Boot: 3.0.6
Spring Dependency Management: 1.1.0
Kotlin: 1.7.22
Java Version: 17
Sample App:
https://github.com/btkelly/spring-security-aspect-bug
Aspect Class Causing Issue:
Stacktrace
The text was updated successfully, but these errors were encountered: