Drop JettyHttpHandlerAdapter
in favor of JettyCoreHttpHandlerAdapter
/ ServletHttpHandlerAdapter
#33747
Labels
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Our new
JettyCoreHttpHandlerAdapter
for Jetty 12 supersedes the Servlet bridge for Jetty in general. That aside, as of Servlet 6.1, there isByteBuffer
support inServletInputStream
/ServletOutputStream
out of the box; a Jetty-specific subclass ofServletHttpHandlerAdapter
won't be necessary for that purpose anymore.The text was updated successfully, but these errors were encountered: