Relative Content

Tag Archive for springjackson

Jackson 2.15.4 (Spring Boot 3.2) + JsonView + null Serialization

Since upgrading my Application to SpringBoot 3 / Jackson 2.15.4, all the properties that are null are not serialized anymore. I’m suspecting it has to do with @JsonView since another application without it is working fine and serialize null as {myproperty: null}.