Skip to content

Jackson Release 2.16.2

Tatu Saloranta edited this page Feb 2, 2024 · 11 revisions

Upcoming patch version of 2.16, open for development as of January 2024.

Following fixes will be included in this patch release.

Changes, core

  • #4302: Problem deserializing some type of Enums when using PropertyNamingStrategy
  • #4303: ObjectReader is not serializable if it's configured for polymorphism
  • #4316: NPE when deserializing JsonAnySetter in Throwable
  • #4355: Jackson 2.16 fails attempting to obtain ObjectWriter for an Enum of which some value returns null from toString()

Changes, datatypes

  • #296: NPE when serializing a LocalDate or LocalDateTime using AsDeductionTypeSerializer
Clone this wiki locally