Skip to content

Jackson Release 2.10.5

Tatu Saloranta edited this page Jun 24, 2020 · 12 revisions

Patch version of 2.10, not yet released.

Following fixes will be included.

Changes, core

#616: Parsing JSON with ALLOW_MISSING_VALUE enabled results in endless stream of VALUE_NULL tokens

Changes, data formats

  • #211: Fix schema evolution involving maps of non-scalar
  • #204: Add IonFactory.getIonSystem() accessor
  • #395: Namespace repairing generates xmlns definitions for xml: prefix (which is implicit)
  • #413: Null String field serialization through ToXmlGenerator causes NullPointerException

Changes, datatypes

  • #18: Deserialization of JsonObject from null broken since 2.10.4
Clone this wiki locally