-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.12.2
Tatu Saloranta edited this page Feb 2, 2021
·
35 revisions
Patch version of 2.12, under development as of January 2021.
Following fixes will be included.
-
#3022: Property ignorals cause
BeanDeserializer
to forget how to read from arrays (not copying_arrayDelegateDeserializer
) - #3025: UntypedObjectDeserializer` mixes multiple unwrapped collections
- #3038: Two cases of incorrect error reporting about DeserializationFeature
-
#445:
XmlMapper
/UntypedObjectDeserializer
mixes multiple unwrapped collections
-
#202: Unable to deserialize
YearMonth
when running as java9 module, added with@JsonDeserialize
annotation
-
#409:
module-info.java
missing "exports"