Skip to content

Jackson Release 2.18.3

Tatu Saloranta edited this page Dec 21, 2024 · 7 revisions

Patch version of 2.18, under development.

Following fixes will be included in this patch release.

Changes, core

  • None yet
  • #4827: Subclassed Throwable deserialization fails since v2.18.0 - no creator index for property 'cause'
  • #4844: Fix wrapped array hanlding wrt null by StdDeserializer
  • #4848: Avoid type pollution in StringCollectionDeserializer
  • #4860: ConstructorDetector.USE_PROPERTIES_BASED does not work with multiple constructors since 2.18

Changes, data types

  • #333: ZonedDateTime serialization with @JsonFormat.pattern never uses it while WRITE_DATES_WITH_ZONE_ID enabled

Changes, Other modules

  • #161: Jakarta does not have jakarta.validation as module-info dependency
Clone this wiki locally