Skip to content

Jackson Release 2.15.1

Tatu Saloranta edited this page May 4, 2023 · 18 revisions

Patch version of 2.15, under development as of April 2023.

Following fixes will be included in this patch release.

Changes, core

  • #999: Gradle metadata for jackson-core 2.15.0 adds dependency on ch.randelshofer:fastdoubleparser
  • #1003: Add FastDoubleParser section to NOTICE
  • #3894: Only avoid Records fields detection for deserialization
  • #3913: Issue with deserialization when there are unexpected properties (due to null StreamReadConstraints)
  • #3914: Fix TypeId serialization for JsonTypeInfo.Id.DEDUCTION, native type ids

Changes, data formats

YAML

  • #404: Cannot serialize YAML with Deduction-Based Polymorphism

Changes, Other modules

Afterburner

  • #204: Gradle metadata for jackson-core 2.15.0 adds dependency on shaded org.ow2.asm:asm
Clone this wiki locally