Reactive Method Security not working with kotlin from Spring boot version 3.0.3 :The returnType class java.lang.Object on public java.lang.Object #34562
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
Uh oh!
There was an error while loading. Please reload this page.
When using reactive method security on a Kotlin spring boot reactive app with coroutines, I am getting an error
I am using
@EnableReactiveMethodSecurity
and@PreAuthorize
and spring boot version 3.0.4. With 3.0.3 version same issue, but 3.0.2 issues is not present and all works.
I have reproduced the issue with a hello world example:
with gradle dependencies:
Full public repo to reproduce the issue with integration tests:
https://github.com/elenavanengelenmaslova/kotlin-webflux-rest-security-example
#spring-projects/spring-security#12857
The text was updated successfully, but these errors were encountered: