Upgrade to Jetty 12.0.8

Closes gh-40300
This commit is contained in:
Andy Wilkinson
2024-04-10 17:59:32 +01:00
parent 28b9f40126
commit cdc95bb92a
3 changed files with 8 additions and 3 deletions

View File

@@ -683,6 +683,7 @@ public class JettyServletWebServerFactory extends AbstractServletWebServerFactor
}
@Override
@SuppressWarnings({ "deprecation", "removal" })
public ReadableByteChannel newReadableByteChannel() throws IOException {
return this.delegate.newReadableByteChannel();
}