Skip to content

Commit f22f439

Browse files
committed
Suppress deprecation warning due to upgrade to context-propagation 1.0.3
See gh-30657
1 parent 5672284 commit f22f439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitterReturnValueHandlerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ void responseBodyFlux() throws Exception {
233233
}
234234

235235
@Test
236-
@SuppressWarnings({"try","unused"})
236+
@SuppressWarnings({"try","unused", "deprecation"})
237237
void responseBodyFluxWithThreadLocal() throws Exception {
238238
this.request.addHeader("Accept", "text/event-stream");
239239

0 commit comments

Comments
 (0)