-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.12.2
Tatu Saloranta edited this page Feb 18, 2021
·
35 revisions
Patch version of 2.12, under development as of January 2021.
Following fixes will be included.
-
#3022: Property ignorals cause
BeanDeserializerto forget how to read from arrays (not copying_arrayDelegateDeserializer) -
#3025:
UntypedObjectDeserializermixes multiple unwrapped collections -
#3038: Two cases of incorrect error reporting about
DeserializationFeature -
#3055: Polymorphic subtype deduction ignores
defaultImplattribute -
#3056: MismatchedInputException: Cannot deserialize instance of
com.fasterxml.jackson.databind.node.ObjectNodeout of VALUE_NULL token
-
#236:
ArrayIndexOutOfBoundsExceptioninCBORParserfor invalid UTF-8 String -
#240: Handle invalid CBOR content like
[ 0x84 ](incomplete array)
-
#241: Respect
WRITE_ENUMS_USING_TO_STRINGinEnumAsIonSymbolSerializer - #242: Add support for generating IonSexps
- #244: Add support for deserializing IonTimestamps and IonBlobs
-
#445:
XmlMapper/UntypedObjectDeserializermixes multiple unwrapped collections - #451: Xml type resolver fails with NPE when property name is not specified in polymorphic (de)serialization
-
#202: Unable to deserialize
YearMonthwhen running as java9 module, added with@JsonDeserializeannotation
-
#409:
module-info.javamissing "exports"