-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.10
Tatu Saloranta edited this page Jul 26, 2017
·
9 revisions
Patch version of 2.8, not yet released (as of June 2017)
Following fixes are to be included.
-
#1657:
StdDateFormatdeserializes dates with no tz/offset as UTC instead of configured timezone - #1658: Infinite recursion when deserializing a class extending a Map, with a recursive value type
-
#1679:
StackOverflowErrorin DynamicStdKeySerializer -
#1711: Delegating creator fails to work for binary data (
byte[]) with binary formats (CBOR, Smile)
- #94: Should _ensureRoom in ProtobufGenerator.writeString()
Changes, Java 8 support
-
#33:
Jdk8Serializer.findReferenceSerializer()leads toStackOverflowErrorin 2.8.9
-
#53:
java.io.Fileis not a valid source for anyFrom()/mapFrom()