[jackson-user] NULL inclusion bug(?) even with Include.NON_NULL

2018-08-05 Thread Bogdan Vaneev
I am using jackson-databind 2.9.6: compile("com.fasterxml.jackson.core:jackson-databind:2.9.6") And it looks like I found a bug. When object mapper is told to not include nulls, it still includes if you read JSON to tree, then write to string from this tree. I wrote small example using groovy

Re: [jackson-user] NULL inclusion bug(?) even with Include.NON_NULL

2018-08-05 Thread Tatu Saloranta
On Wed, Jul 18, 2018 at 4:32 AM, Bogdan Vaneev wrote: > I am using jackson-databind 2.9.6: > > compile("com.fasterxml.jackson.core:jackson-databind:2.9.6") > > > And it looks like I found a bug. When object mapper is told to not include > nulls, it still includes if you read JSON to tree, then