@@ -1037,20 +1037,23 @@ Andrey Kulikov (ankulikov@github)
1037
1037
(2.10.1 )
1038
1038
1039
1039
João Guerra (joca-bt@github)
1040
- * Reported #2473 : Array index missing in path of `JsonMappingException` for `Collection<String>`,
1040
+ * Reported #2473 : Array index missing in path of `JsonMappingException` for `Collection<String>`,
1041
1041
with custom deserializer
1042
1042
(2.10.1 )
1043
- * Reported #2567 : Incorrect target type for arrays when providing nulls and nulls are disabled
1043
+ * Reported #2567 : Incorrect target type for arrays when providing nulls and nulls are disabled
1044
1044
(2.10.2 )
1045
- * Reported #2635 : JsonParser cannot getText () for input stream on MismatchedInputException
1045
+ * Reported #2635 : JsonParser cannot getText () for input stream on MismatchedInputException
1046
1046
(2.11.0 )
1047
- * Reported #2770 : JsonParser from MismatchedInputException cannot getText () for
1047
+ * Reported #2770 : JsonParser from MismatchedInputException cannot getText () for
1048
1048
floating-point value
1049
1049
(2.11.1 )
1050
- * Reported #3227 : Content `null` handling not working for root values
1050
+ * Reported #3227 : Content `null` handling not working for root values
1051
1051
(2.13.0 )
1052
- * Reported #3690 : Incorrect target type for arrays when disabling coercion
1052
+ * Reported #3690 : Incorrect target type for arrays when disabling coercion
1053
1053
(2.15.0 )
1054
+ * Reported #3924 : Incorrect target type when disabling coercion, trying to deserialize
1055
+ String from Array/Object
1056
+ (2.16.0 )
1054
1057
1055
1058
Ryan Bohn (bohnman@github)
1056
1059
* Reported #2475 : `StringCollectionSerializer` calls `JsonGenerator.setCurrentValue(value)`,
@@ -1575,7 +1578,7 @@ Joo Hyuk Kim (JooHyukKim@github)
1575
1578
* Contributed #3819: Add convenience method `SimpleBeanPropertyFilter.filterOutAll()` as
1576
1579
counterpart of `serializeAll()`
1577
1580
(2.15.0)
1578
- * And NUMEROUS other contributions more!!!
1581
+ * And NUMEROUS other contributions not listed here! (for 2.16 and above)
1579
1582
1580
1583
Vojtěch Knyttl (knyttl@github)
1581
1584
* Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
0 commit comments