-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.6
Tatu Saloranta edited this page Nov 30, 2016
·
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:
UntypedObjectDeserializerdoes not retainfloattype (overdouble) -
#1456:
TypeFactorytype resolution broken in 2.7 for generic types when usingconstructTypewith context