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

2018-04-09 Thread Marte Marte
Thanks for suggestion, point 2) solve problem for me! I've made with my test case an example repo here: https://github.com/albertotn/Jackson-dataformat-xml-test Il giorno sabato 7 aprile 2018 00:09:01 UTC+2, Tatu Saloranta ha scritto: > > Ok, couple of notes: > > 1. Jackson does not know or

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