-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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.
-
#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 retainfloat
type (overdouble
) -
#1456:
TypeFactory
type resolution broken in 2.7 for generic types when usingconstructType
with context - #1476: Wrong constructor picked up when deserializing object
- #92: Add support for Hibernate 5.2