-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.9.3
Tatu Saloranta edited this page Nov 30, 2017
·
26 revisions
Patch version of 2.9, not yet released.
Following fixes are included.
-
#418:
ArrayIndexOutOfBoundsExceptionfrom UTF32Reader.read on invalid input
- #1604: Nested type arguments doesn't work with polymorphic types
-
#1794:
StackTraceElementDeserializernot working if field visibility changed -
#1799: Allow creation of custom sub-types of
NullNode,BooleanNode,MissingNode -
#1804:
ValueInstantiator.canInstantiate()ignorescanCreateUsingArrayDelegate() -
#1807: Jackson-databind caches plain map deserializer and use it even map has
@JsonDeserializer
- #114: (cbor) copyStructure(): avoid duplicate tags when copying tagged binary
- #116: (protobuf) Should skip the positive byte which is the last byte of an varint
- #39: (yaml) Binary data not recognized by YAML parser
- #42: (csv) Add support for escaping double quotes with the configured escape character
- #53: (yaml) Binary values written without type tag
-
#33:
@JsonSerializewithnullUsingoption not working forStringproperties