-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.8.7
Tatu Saloranta edited this page Mar 20, 2017
·
14 revisions
Patch version of 2.8, released February 21st, 2017.
Following fixes are included.
-
#935:
@JsonProperty(access = Access.READ_ONLY)- unexpected behaviour - #1317: '@JsonIgnore' annotation not working with creator properties, serialization
-
#1367: No Object Id found for an instance when using
@ConstructorProperties -
#1505:
@JsonEnumDefaultValueshould take precedence overDeserializationFeature.FAIL_ON_NUMBERS_FOR_ENUMS -
#1506: Missing
KeyDeserializerforCharSequence -
#1513:
MapSerializer._orderEntries()throws NPE when operating onConcurrentHashMap
- #34: Reading Avro with specified reader and writer schemas
-
#35: Serialization of multiple objects (
SequenceWriter) - #38: Deserialization of multiple (root) values from Avro
- #39: Problem decoding Maps with union values
- #220: Avoid root-level wrapping for Map-like types, not just Maps
-
#222:
DefaultXmlPrettyPrinterindentation configuration not preserved
-
#102:
NoSuchMethodExceptionwith Hibernate 5.2