Skip to content

Jackson Release 2.15.2

Tatu Saloranta edited this page May 31, 2023 · 11 revisions

Patch version of 2.15, released on May 30th, 2023.

Following fixes are included in this patch release.

Changes, core

  • #1019: Allow override of StreamReadContraints default with overrideDefaultStreamReadConstraints()
  • #1027: Extra module-info.class in 2.15.1
  • #1028: Wrong checksums in module.json (2.15.0, 2.15.1)
  • #1032: LICENSE misssing from 2.15.1 jar
  • #3938: Record setter not included from interface (2.15 regression)

Changes, data formats

Avro

  • #379: logback-test.xml in wrong place (avro/src/main/resources)

Changes, JVM Languages

  • #675: Modified to use Converter in Sequence serialization. This change allows serialization-related annotations, such as JsonSerialize(contentUsing = ...), to work on Sequence. Also fixes #674.

Changes, Other modules

Afterburner

  • Asm dependency updated to 9.5 (from 9.4)

Mr Bean

  • #207: Mr Bean exposing Asm as Maven dependency despite shading
  • Asm dependency updated to 9.5 (from 9.4)
Clone this wiki locally