diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index f547d4bbae..db8e2e5103 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -1037,20 +1037,23 @@ Andrey Kulikov (ankulikov@github) (2.10.1) João Guerra (joca-bt@github) - * Reported #2473: Array index missing in path of `JsonMappingException` for `Collection`, + * Reported #2473: Array index missing in path of `JsonMappingException` for `Collection`, with custom deserializer (2.10.1) - * Reported #2567: Incorrect target type for arrays when providing nulls and nulls are disabled + * Reported #2567: Incorrect target type for arrays when providing nulls and nulls are disabled (2.10.2) - * Reported #2635: JsonParser cannot getText() for input stream on MismatchedInputException + * Reported #2635: JsonParser cannot getText() for input stream on MismatchedInputException (2.11.0) - * Reported #2770: JsonParser from MismatchedInputException cannot getText() for + * Reported #2770: JsonParser from MismatchedInputException cannot getText() for floating-point value (2.11.1) - * Reported #3227: Content `null` handling not working for root values + * Reported #3227: Content `null` handling not working for root values (2.13.0) - * Reported #3690: Incorrect target type for arrays when disabling coercion + * Reported #3690: Incorrect target type for arrays when disabling coercion (2.15.0) + * Reported #3924: Incorrect target type when disabling coercion, trying to deserialize + String from Array/Object + (2.16.0) Ryan Bohn (bohnman@github) * Reported #2475: `StringCollectionSerializer` calls `JsonGenerator.setCurrentValue(value)`, @@ -1575,7 +1578,7 @@ Joo Hyuk Kim (JooHyukKim@github) * Contributed #3819: Add convenience method `SimpleBeanPropertyFilter.filterOutAll()` as counterpart of `serializeAll()` (2.15.0) - * And NUMEROUS other contributions more!!! + * And NUMEROUS other contributions not listed here! (for 2.16 and above) Vojtěch Knyttl (knyttl@github) * Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 69e58e2b3d..cea7b20987 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -6,6 +6,10 @@ Project: jackson-databind 2.16.0 (not yet released) +#3924: Incorrect target type when disabling coercion, trying to deserialize + String from Array/Object + (reported by João G) + (fix contributed by Joo-Hyuk K) #3928: `@JsonProperty` on constructor parameter changes default field serialization order (contributed by @pjfanning) #3950: Create new `JavaType` subtype `IterationType` (extending `SimpleType`)