Skip to content

Commit

Permalink
Update release notes wrt #3894
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 3, 2023
1 parent 329944a commit 1c3214d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 7 additions & 5 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1583,16 +1583,18 @@ Hervé Boutemy (hboutemy@github)
(2.15.0)
Sim Yih Tsern (yihtsern@github)
* Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
* Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
(2.15.0)
* Contributed fix for #2992: Properties naming strategy do not work with Record
* Contributed fix for #2992: Properties naming strategy do not work with Record
(2.15.0)
* Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
* Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
(2.15.0)
* Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
* Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
(2.15.0)
* Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
* Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
(2.15.0)
* Contributed fix for #3894: Only avoid Records fields detection for deserialization
(2.15.1)
Ajay Siwach (Siwach16@github)
* Contributed #3637: Add enum features into `@JsonFormat.Feature`
Expand Down
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

2.15.1 (not yet released)

#3894: Only avoid Records fields detection for deserialization
(contributed by Sim Y-T)

2.15.0 (23-Apr-2023)

#2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
Expand Down

0 comments on commit 1c3214d

Please sign in to comment.