You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In #11194, the Mono.subscriberContext() and Flux.subscriberContext() calls were replaced since they were removed with reactor-core 3.5.0.
But right now, there is no released spring-security version compatible with 3.5.0 as the PR was not back-ported.
The replacement method .contextWrite() exists since reactor 3.4.0, so there should be no issue with back-porting the fix.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
In #11194, the
Mono.subscriberContext()
andFlux.subscriberContext()
calls were replaced since they were removed with reactor-core 3.5.0.But right now, there is no released spring-security version compatible with 3.5.0 as the PR was not back-ported.
The replacement method
.contextWrite()
exists since reactor 3.4.0, so there should be no issue with back-porting the fix.To Reproduce
Set reactor-core to 3.5.0 in spring-security 5.7.x or 5.8.x, https://github.com/spring-projects/spring-security/blob/5.7.5/config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java#L3239 will not compile.
Expected behavior
spring-security 5.7 and 5.8 should be compatible with reactor-core 3.5.0.
Sample
See the To Reproduce section.
The text was updated successfully, but these errors were encountered: