On Mon, Feb 4, 2019 at 2:21 PM <[email protected]> wrote: > > Folks, > > I put together a small library for Apache HttpClient 5.0 that makes use of > Jackson's asynchronous JsonParser to reactively handle incoming HTTP messages > with enclosed content consisting of a single JSON object or a long sequence > of JSON objects. > > I thought that some folks on this list might find it interesting or even > useful. > > https://github.com/ok2c/httpcomponents-jackson > > PS: Tatu, thank you for Jackson JSON processor! It is really great!
Hi Oleg! Thank you for sharing this: I agree that this is likely to be useful for many users; and being aware of what exists helps in future too, for new use cases and approaches! I am especially happy to see new libraries that use async processing, because using Jackson API directly is not that simple. So extending on that makes sense. -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
