Skip to content

Jackson Release 3.1.5

Tatu Saloranta edited this page Jun 22, 2026 · 5 revisions

Patch version of 3.1, under development as of June 2026.

Following fixes will be included in this patch release.

Changes, core

  • #1616: JsonParserSequence read methods no longer use Parsers beyond the first
  • #6042: Inconsistency in current token on invalid type coercion for List<String>
  • #6048: Apply content converters for String collection values (StringCollectionDeserializer)

Changes, dataformats

CBOR

  • #700: META-INF/services/tools.jackson.databind.ObjectMapper references wrong class name (...databind.CBORMapper/...databind.SmileMapper`)

Smile

  • #700: META-INF/services/tools.jackson.databind.ObjectMapper references wrong class name (...databind.CBORMapper/...databind.SmileMapper`)

Clone this wiki locally