Skip to content

Jackson Release 2.19.1

Tatu Saloranta edited this page Jun 10, 2025 · 9 revisions

Patch version of 2.19, under development.

Following fixes will be included in this patch release.

Changes, core

  • #99: Jackson BOM should not have managed dependency for third-party libraries (woodstox, stax-api)
  • #1425: JsonPointer.head() throws StringIndexOutOfBoundsException for valid JSON Pointers
  • #1446: Invalid package reference to "java.lang.foreign" from com.fasterxml.jackson.core:jackson-core (from FastDoubleParser) [Android]
  • #5139: In CollectionDeserializer, JsonSetter.contentNulls is sometimes ignored

Changes, data formats

Avro

  • #589: AvroSchema: Does not include base class for records with subclasses

Changes, data types

Guava

  • #185: ACCEPT_SINGLE_VALUE_AS_ARRAY doesn't work on Guava ImmutableList
  • #98: JsonFormat timezone attribute effect overwritten if pattern attribute present

Changes, JVM Languages

Clone this wiki locally