mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Suppress deprecation warning due to upgrade to context-propagation 1.0.3
See gh-30657
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ class ResponseBodyEmitterReturnValueHandlerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings({"try","unused"})
|
||||
@SuppressWarnings({"try","unused", "deprecation"})
|
||||
void responseBodyFluxWithThreadLocal() throws Exception {
|
||||
this.request.addHeader("Accept", "text/event-stream");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user