Re: [jackson-user] JsonMappingException with jackson-databind version 2.8.0 and higher

2017-03-23 Thread Tatu Saloranta
Could you please file an issue for `jackson-databind`. Looks like a bug. -+ Tatu +- On Thu, Mar 23, 2017 at 5:11 PM, Anuj Kumar wrote: > > I am getting an exception with jackson databind version 2.8.0 and later, > everything works fine with any version below 2.8.0. > > Issue

[jackson-user] JsonMappingException with jackson-databind version 2.8.0 and higher

2017-03-23 Thread Anuj Kumar
I am getting an exception with jackson databind version 2.8.0 and later, everything works fine with any version below 2.8.0. Issue is, if I have a property name with an underscore and the letter after it is NOT the same as the first letter, then things blow up. For example I have a Person