Skip to content

Jackson Release 2.8.6

Tatu Saloranta edited this page Jan 9, 2017 · 12 revisions

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

Following fixes will be included.

Changes, core

  • #335: Missing exception for invalid last character of base64 string to decode using Base64Variant.decode()
  • #349: @JsonAnySetter with @JsonUnwrapped: deserialization fails with arrays
  • #1388: @JsonIdentityInfo: id has to be the first key in deserialization when deserializing with @JsonCreator
  • #1425: JsonNode.binaryValue() ignores illegal character if it's the last one
  • #1453: UntypedObjectDeserializer does not retain float type (over double)
  • #1456: TypeFactory type resolution broken in 2.7 for generic types when using constructType with context
  • #1476: Wrong constructor picked up when deserializing object

Changes, datatypes

  • #92: Add support for Hibernate 5.2
Clone this wiki locally