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

Add support for non-blocking ("async") XML parsing #260

Open
sdeleuze opened this issue Sep 5, 2017 · 4 comments
Open

Add support for non-blocking ("async") XML parsing #260

sdeleuze opened this issue Sep 5, 2017 · 4 comments

Comments

@sdeleuze
Copy link

sdeleuze commented Sep 5, 2017

As a followup of FasterXML/jackson-core#57 which provides JSON (and SMILE) async parsing, it would be great for jackson-dataformat-xml to provide such support as well.

We would like to leverage such support in Spring WebFlux, see SPR-15697 to provide Jackson based XML + JSON support like in Spring MVC.

@cowtowncoder
Copy link
Member

Sounds good, in general. Not nearly as easy as with others, due to layering of things, but on plus side there is at least one actual parser (aalto-xml) that could implement this.

@edeandrea
Copy link

Hi I just wanted to see if there were any updates on this.

@arisjramos
Copy link

arisjramos commented Apr 16, 2019

Any update on this ? We need it to much!!

@cowtowncoder
Copy link
Member

@arisjramos No one is working on this, and I am fairly certain I will not have time to work on this any time soon. So contributions would be welcome.

Note, however, that since non-blocking handling is only implemented at streaming level, but XML module only support databind access, it is not certain there is specific route to make use of such implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants