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

Remove explicit disabling of buffer recycling in non-blocking Jackson parsing #23522

Closed
sdeleuze opened this issue Aug 27, 2019 · 0 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Milestone

Comments

@sdeleuze
Copy link
Contributor

As pointed out in this comment, Jackson 2.10 will support buffer recycling for non-blocking parsing. Since it is disabled since Jackson 2.9.7, the purpose of this issue is to remove JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING explicit disabling and raise the minimum requirement to Jackson 2.9.7 for Spring Framework 5.2.

@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task labels Aug 27, 2019
@sdeleuze sdeleuze added this to the 5.2 RC2 milestone Aug 27, 2019
@sdeleuze sdeleuze self-assigned this Aug 27, 2019
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

1 participant