Merge branch '6.0.x'

This commit is contained in:
Sam Brannen
2023-06-15 16:20:19 +02:00
7 changed files with 7 additions and 7 deletions

View File

@@ -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");