Re: [jackson-user] Inconsistent jackson databinding behavior.[Fasterxml/databinding issue]

2017-01-31 Thread VinRoh
The issue is already added under GitHub : https://github.com/FasterXML/jackson-databind/issues/1512 Actually this has been happening from couple of months now and I have upgraded the jackson version from 2.5.x to 2.6.1 .But the issue still exists. Will upgrade to higher version. Probably some

Re: [jackson-user] Inconsistent jackson databinding behavior.[Fasterxml/databinding issue]

2017-01-31 Thread Tatu Saloranta
I can not think of anything specific in this area that would cause such problems. The first thing I would strongly recommend, however, is to upgrade to the latest patch of the minor version you have: there is absolutely no reason to use 2.6.1 over latest one, 2.6.7. If the problem still persists,

[jackson-user] Inconsistent jackson databinding behavior.[Fasterxml/databinding issue]

2017-01-31 Thread VinRoh
We have a serious problem with @JasonRootName annotation .This is happening on a highly critical Java project. The response of RestService is a POJO ServiceResponse.java with the @JasonRootName(value=serviceResponse). As expected most of the time the json response returned is correct as "servic

[jackson-user] Inconsistent jackson databinding behavior.[Fasterxml/databinding issue]

2017-01-31 Thread VinRoh
We have a serious problem with @JasonRootName annotation which is happening on a highly critical Java project. The response of RestService is a POJO ServiceResponse.java with the @JasonRootName(value=serviceResponse). As expected most of the time the json response returned is correct as "servic