-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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
Leverage Jackson non-blocking JSON parsing (and remove netty-buffer dependency) [SPR-14528] #19097
Comments
Sébastien Deleuze commented Arjen Poutsma Rossen Stoyanchev I have created an updated Please notice that I fixed a bug in This I think I need Arjen Poutsma feedback to understand how to manage release/retain in that use cases, where we use slices and where 2 decoders are processing the data together. |
Sébastien Deleuze commented Jackson 2.9 (initial release or a patch release coming shortly after) should provide asynchronous Jackson JSON parsing capabilities that will allow to avoid requiring |
Sébastien Deleuze commented This feature should be available in the upcoming Jackson 2.9.0.pr4. |
Sébastien Deleuze commented We now use Jackson 2.9.0.pr4 which contains this non-blocking JSON feature. Arjen Poutsma Since you mention during last meeting that you want to have a look to this feature + you have the experience of implementing Aalto XML support, I assign you this issue. Feel free to assign back to me after your initial look if you don't have the time to handle it for RC3. |
Arjen Poutsma commented Completed in 31e0e53 |
Stéphane Nicoll commented That commit added an import on |
Stéphane Nicoll commented Polished in b1f06fd |
Rossen Stoyanchev opened SPR-14528 and commented
Affects: 5.0 M1
Issue Links:
The text was updated successfully, but these errors were encountered: