Skip to content

Jackson Release 2.12.6

Tatu Saloranta edited this page Dec 12, 2021 · 12 revisions

Patch version of 2.12, to be possible released in future. If so, following fixes will be included in this patch release.

Changes, core

  • #713: Incorrect parsing of single-quoted surrounded String values containing double quotes
  • #3280: Can not deserialize json to enum value with Object-/Array-valued input, @JsonCreator
  • #3305: ObjectMapper serializes CharSequence subtypes as POJO instead of as String (JDK 15+)
  • #3328: Possible DoS issue

Changes, data formats

  • #302: IllegalArgumentException in IonParser.getEmbeddedObject()
Clone this wiki locally