Skip to content

Drop JettyHttpHandlerAdapter in favor of JettyCoreHttpHandlerAdapter / ServletHttpHandlerAdapter #33747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jhoeller opened this issue Oct 18, 2024 · 2 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Milestone

Comments

@jhoeller
Copy link
Contributor

jhoeller commented Oct 18, 2024

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.

@jhoeller jhoeller added in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task labels Oct 18, 2024
@jhoeller jhoeller added this to the 7.0.x milestone Oct 18, 2024
@jhoeller jhoeller modified the milestones: 7.0.x, 7.0.0-M1 Nov 19, 2024
@bclozel
Copy link
Member

bclozel commented Nov 28, 2024

Done in 3b65506

@bclozel bclozel closed this as completed Nov 28, 2024
@bclozel bclozel self-assigned this Nov 28, 2024
@philwebb
Copy link
Member

philwebb commented May 9, 2025

Just a quick note that https://github.com/spring-projects/spring-framework/blob/main/framework-docs/modules/ROOT/pages/web/webflux/reactive-spring.adoc still mentions the handler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Projects
None yet
Development

No branches or pull requests

3 participants