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
In order to provide a good DevXP, the new org.springframework.core.PropagationContextElement introduced by #35185 and refined by #35469 should be used automatically in CoroutinesUtils#invokeSuspendingFunction when no CoroutineContext is provided. The trigger should be the same than Reactor context propagation thanks to reactor/reactor-core#4090.