-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.5
Tatu Saloranta edited this page Mar 4, 2021
·
17 revisions
Patch version of 2.8, released Nov 14, 2016.
Following fixes were included.
-
#1417: Further issues with
@JsonIncludewithNON_DEFAULT -
#1421:
ACCEPT_SINGLE_VALUE_AS_ARRAYpartially broken in 2.7.x, 2.8.x -
#1429:
StdKeyDeserializercan erroneously use a static factory method with more than one argument -
#1432: Off by 1 bug in
PropertyValueBuffer -
#1438:
ACCEPT_CASE_INSENSITIVE_PROPERTIESis not respected for creator properties -
#1439: NPE when using with filter id, serializing
java.util.Maptypes - #1441: Failure with custom Enum key deserializer, polymorphic types
-
#1445: Map key
deserializerModifiers()ignored
-
#31: Exception serializing
double[][]
-
#213
XmlSerializerProviderdoes not usewithRootNameconfig for JSONnull
-
#6: (further fixes to earlier incomplete fix)
Multimapdoes not supportDeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY
Changes, JAX-RS
-
#91: Implemented dynamic selection of
NoContentExceptionto try to support JAX-RS 1.x
- #117: Deserialisation of enums does not respect ordering