Skip to content
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

Upgrade ServletHttpHandlerAdapter to rely on Servlet 6.1 ByteBuffer support #33748

Closed
jhoeller opened this issue Oct 18, 2024 · 0 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: dependency-upgrade A dependency upgrade
Milestone

Comments

@jhoeller
Copy link
Contributor

As of Servlet 6.1, there is ByteBuffer support in ServletInputStream/ServletOutputStream which can be used in ServletHttpHandlerAdapter and inherited by TomcatHttpHandlerAdapter.

@jhoeller jhoeller added in: web Issues in web modules (web, webmvc, webflux, websocket) type: dependency-upgrade A dependency upgrade labels Oct 18, 2024
@jhoeller jhoeller added this to the 7.0.x milestone Oct 18, 2024
@bclozel bclozel assigned bclozel and unassigned bclozel Nov 18, 2024
@bclozel bclozel changed the title Upgrade ServletHttpHandlerAdapter to rely on Servlet 6.1 ByteBuffer support Upgrade ServletHttpHandlerAdapter to rely on Servlet 6.1 ByteBuffer support Nov 22, 2024
@bclozel bclozel modified the milestones: 7.0.x, 7.0.0-M1 Nov 22, 2024
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: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

2 participants