Skip to content

Commit bc8a93b

Browse files
committed
Update release notes wrt fix for #3924
1 parent 404d64b commit bc8a93b

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

release-notes/CREDITS-2.x

+10-7
Original file line numberDiff line numberDiff line change
@@ -1037,20 +1037,23 @@ Andrey Kulikov (ankulikov@github)
10371037
(2.10.1)
10381038

10391039
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>`,
10411041
with custom deserializer
10421042
(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
10441044
(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
10461046
(2.11.0)
1047-
* Reported #2770: JsonParser from MismatchedInputException cannot getText() for
1047+
* Reported #2770: JsonParser from MismatchedInputException cannot getText() for
10481048
floating-point value
10491049
(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
10511051
(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
10531053
(2.15.0)
1054+
* Reported #3924: Incorrect target type when disabling coercion, trying to deserialize
1055+
String from Array/Object
1056+
(2.16.0)
10541057

10551058
Ryan Bohn (bohnman@github)
10561059
* Reported #2475: `StringCollectionSerializer` calls `JsonGenerator.setCurrentValue(value)`,
@@ -1575,7 +1578,7 @@ Joo Hyuk Kim (JooHyukKim@github)
15751578
* Contributed #3819: Add convenience method `SimpleBeanPropertyFilter.filterOutAll()` as
15761579
counterpart of `serializeAll()`
15771580
(2.15.0)
1578-
* And NUMEROUS other contributions more!!!
1581+
* And NUMEROUS other contributions not listed here! (for 2.16 and above)
15791582
15801583
Vojtěch Knyttl (knyttl@github)
15811584
* Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Project: jackson-databind
66

77
2.16.0 (not yet released)
88

9+
#3924: Incorrect target type when disabling coercion, trying to deserialize
10+
String from Array/Object
11+
(reported by João G)
12+
(fix contributed by Joo-Hyuk K)
913
#3928: `@JsonProperty` on constructor parameter changes default field serialization order
1014
(contributed by @pjfanning)
1115
#3950: Create new `JavaType` subtype `IterationType` (extending `SimpleType`)

0 commit comments

Comments
 (0)