Context is empty if retrieved in RetrySpec since version 3.4.25 #3314
Labels
area/context
This issue is related to the Context
type/bug
A general bug
warn/regression
A regression from a previous release
The following code was working with reactor-core 3.4.24, but it does not work anymore with version 3.4.25.
ReactiveSecurityContextHolder.getContext() now returns empty.
We first faced the problem when we migrated from
spring-boot
2.7.5
to2.7.6
. But it works with spring-boot2.7.6
by simply downgrading to reactor-core3.4.24
It could be this change: https://github.com/reactor/reactor-core/pull/3262/files#diff-a5639cea15f6765fecf7b44413831dc92cc0c8f45c1314ae8f4fb2959c60a623, but I'm really not sure.
Thanks in advance
Your Environment
netty
, ...): spring-boot 2.7.6java -version
): 11 and 17The text was updated successfully, but these errors were encountered: