Skip to content

Jackson Release 2.7.3

Tatu Saloranta edited this page Mar 13, 2016 · 12 revisions

Patch version of [2.7](Jackson Release 2.7), not yet released.

Changes, core

  • #1125: Problem with polymorphic types, losing properties from base type(s)
  • #1150: Problem with Object id handling, explicit null token
  • #1154: @JsonFormat.pattern on dates is now ignored if shape is not explicitely provided

Changes, data formats

  • #35: Not able to serialize avro generated object having schema$ object
  • #59: Avoid exposing SnakeYAML exception types (wrap)

Changes, datatypes

  • #63: Should not leak DateTimeExceptions to caller

Changes, other modules

  • #32: @JsonProperty annotations on enums are not respected if parameter names module is registered
Clone this wiki locally