Skip to content

Commit a268203

Browse files
committed
Merge branch '6.0.x'
2 parents 9536dd1 + 6cfb11a commit a268203

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.3"))
11-
api(platform("io.micrometer:micrometer-bom:1.10.7"))
11+
api(platform("io.micrometer:micrometer-bom:1.10.8"))
1212
api(platform("io.netty:netty-bom:4.1.93.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.7"))
@@ -46,7 +46,7 @@ dependencies {
4646
api("commons-io:commons-io:2.11.0")
4747
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
4848
api("info.picocli:picocli:4.7.4")
49-
api("io.micrometer:context-propagation:1.0.0")
49+
api("io.micrometer:context-propagation:1.0.3")
5050
api("io.mockk:mockk:1.13.4")
5151
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
5252
api("io.projectreactor.tools:blockhound:1.0.8.RELEASE")

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ReactiveTypeHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ public ResolvableType getReturnType() {
546546

547547
private static class ContextSnapshotHelper {
548548

549+
@SuppressWarnings("deprecation")
549550
public static Object writeReactorContext(Object returnValue) {
550551
if (Mono.class.isAssignableFrom(returnValue.getClass())) {
551552
ContextSnapshot snapshot = ContextSnapshot.captureAll();

0 commit comments

Comments
 (0)