Skip to content

Commit

Permalink
Update release notes wrt fix for #3924
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 5, 2023
1 parent 404d64b commit bc8a93b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 10 additions & 7 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>`,
* Reported #2473: Array index missing in path of `JsonMappingException` for `Collection<String>`,
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)`,
Expand Down Expand Up @@ -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`)
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit bc8a93b

Please sign in to comment.