-
-
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
@JsonInclude
withNON_DEFAULT
-
#1421:
ACCEPT_SINGLE_VALUE_AS_ARRAY
partially broken in 2.7.x, 2.8.x -
#1429:
StdKeyDeserializer
can erroneously use a static factory method with more than one argument -
#1432: Off by 1 bug in
PropertyValueBuffer
-
#1438:
ACCEPT_CASE_INSENSITIVE_PROPERTIES
is not respected for creator properties -
#1439: NPE when using with filter id, serializing
java.util.Map
types - #1441: Failure with custom Enum key deserializer, polymorphic types
-
#1445: Map key
deserializerModifiers()
ignored
-
#31: Exception serializing
double[][]
-
#213
XmlSerializerProvider
does not usewithRootName
config for JSONnull
-
#6: (further fixes to earlier incomplete fix)
Multimap
does not supportDeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY
Changes, JAX-RS
-
#91: Implemented dynamic selection of
NoContentException
to try to support JAX-RS 1.x
- #117: Deserialisation of enums does not respect ordering