-
-
Couldn't load subscription status.
- Fork 1.2k
Jackson Release 2.16.2
Tatu Saloranta edited this page Mar 9, 2024
·
11 revisions
Patch version of 2.16, released on March 9, 2024.
Following fixes are included in this patch release, in addition to fixes from 2.15.4.
-
#4302: Problem deserializing some type of Enums when using
PropertyNamingStrategy -
#4303:
ObjectReaderis not serializable if it's configured for polymorphism -
#4316: NPE when deserializing
JsonAnySetterinThrowable -
#4355: Jackson 2.16 fails attempting to obtain
ObjectWriterfor anEnumof which some value returns null fromtoString() -
#4409: Deserialization of enums with name defined with different cases leads to
InvalidDefinitionException: Multiple fields representing property
-
#296: NPE when serializing a
LocalDateorLocalDateTimeusingAsDeductionTypeSerializer
-
#145:
GuavaOptionalDeserializer.getEmptyValue()should not call itself recursively