Hello,

i upgrade my camel version from 2.16.3 to 2.17.0

Server side, I am using rest component + json. 

Now I have a problem, in this version my json null values are gone!

Before camel upgrade i can send follow json

{ "first": "hello", "second": null, "third": "everyone" }

into camel 2.17.0 my json is:

{ "first": "hello", "third": "everyone" }

Where is my null value?

I just upgrade camel version, do you changed the default settings?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-2-17-x-null-values-are-gone-tp5783253.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to