Below you will find pages that utilize the taxonomy term “Immutable”
Posts
read more
Bug in Jackson JSON serialization of Immutable objects
The bug
I have been using Jackson for JSON processing for many years now. It is a great framework and mostly just works. It is the default framework in Spring Boot and mostly it just sits behind the scenes and drives most micro services in Java these days. That is why I was surprised when we hit a bug in the framework as I hadn’t really had any issues in the past.