Skip to content

Jackson Release 2.4.3

cowtowncoder edited this page Sep 12, 2014 · 21 revisions

Patch version, not yet released.

Changes, core

  • #524: @JsonIdentityReference(alwaysAsId = true) Custom resolver is reset to SimpleObjectIdResolver.

Changes, data formats

  • #5: Support binary (byte[]) Object keys (assuming UTF-8 encoding)
  • #6: Support 'self-describe' CBOR tag

Changes, datatypes

  • #45: Can't use LocalTime, LocalDate & LocalDateTime as Key type for a MapInterval deserialization fails for negative start instants
  • #46: Interval deserialization fails for negative start instants

Changes, other modules

  • #34: NPE when generating schema for class with @JsonValue annotation over array/Collection
Clone this wiki locally