spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.75k stars 38.16k forks source link

Drop `JettyHttpHandlerAdapter` in favor of `JettyCoreHttpHandlerAdapter` / `ServletHttpHandlerAdapter` #33747

Open jhoeller opened 1 month ago

jhoeller commented 1 month ago

Our new JettyCoreHttpHandlerAdapter for Jetty 12 supersedes the Servlet bridge for Jetty in general. That aside, as of Servlet 6.1, there is ByteBuffer support in ServletInputStream/ServletOutputStream out of the box; a Jetty-specific subclass of ServletHttpHandlerAdapter won't be necessary for that purpose anymore.