Suppress deprecation warning due to upgrade to context-propagation 1.0.3
See gh-30657
This commit is contained in:
parent
5672284f53
commit
f22f439a68
|
|
@ -233,7 +233,7 @@ class ResponseBodyEmitterReturnValueHandlerTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@SuppressWarnings({"try","unused"})
|
@SuppressWarnings({"try","unused", "deprecation"})
|
||||||
void responseBodyFluxWithThreadLocal() throws Exception {
|
void responseBodyFluxWithThreadLocal() throws Exception {
|
||||||
this.request.addHeader("Accept", "text/event-stream");
|
this.request.addHeader("Accept", "text/event-stream");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue