Re: [jackson-user] non blocking JSON parser optimized for UTF-8 stream

2018-04-06 Thread Tatu Saloranta
On Fri, Apr 6, 2018 at 2:59 PM, Xiao Ma wrote: > Hi, > > The NonBlockingJsonParser introduced in 2.9 is very useful. However, it > doesn't provide the optimization for UTF-8 encoding as in > UTF8StreamJsonParser. Is there a plan to provide a non-blocking JsonParser > with UTF-8 encoding optimizati

[jackson-user] Interest in a closed `jackson-security` discussion group?

2018-04-06 Thread Tatu Saloranta
Related to recent discussion about various CVEs filed against Jackson (and fixed, released), I think there is need for specific forum for discussing security issues related to Jackson. Since existing mailing groups are fully archived and open to anyone (although I do have moderation rights to preve

Re: [jackson-user] Backports of CVE-2017-7525

2018-04-06 Thread Tatu Saloranta
On Wed, Apr 4, 2018 at 9:43 PM, 'Michael Yoder' via jackson-user wrote: > On Wed, Apr 4, 2018 at 6:30 PM, Tatu Saloranta wrote: >> >> This sounds like useful for many users. Thank you for sharing! > > > You're welcome. > >> Some thoughts >> >> On 1.x; there is: >> >> https://github.com/Fast

Re: [jackson-user] Jackson 2.9.5 case sensitive problem

2018-04-06 Thread Tatu Saloranta
Ok, couple of notes: 1. Jackson does not know or care about XSD: the only thing that matters is generated Java class(es) 2. If using JAXB annotations, make sure to register JAXBAnnotationIntrospector: by default Jackson only uses its own annotations; but `AnnotationIntrospector` allows support

[jackson-user] non blocking JSON parser optimized for UTF-8 stream

2018-04-06 Thread Xiao Ma
Hi, The NonBlockingJsonParser introduced in 2.9 is very useful. However, it doesn't provide the optimization for UTF-8 encoding as in UTF8StreamJsonParser. Is there a plan to provide a non-blocking JsonParser with UTF-8 encoding optimization? Thanks, Xiao -- You received this message because