Merge branch '6.0.x'
This commit is contained in:
@@ -546,6 +546,7 @@ class ReactiveTypeHandler {
|
||||
|
||||
private static class ContextSnapshotHelper {
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public static Object writeReactorContext(Object returnValue) {
|
||||
if (Mono.class.isAssignableFrom(returnValue.getClass())) {
|
||||
ContextSnapshot snapshot = ContextSnapshot.captureAll();
|
||||
|
||||
Reference in New Issue
Block a user