Tag: immutable

  • 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…