Skip to content

Commit

Permalink
Update release notes wrt #3897
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 4, 2023
1 parent 1fa2d86 commit ad308b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,9 @@ Sim Yih Tsern (yihtsern@github)
(2.15.0)
* Contributed fix for #3894: Only avoid Records fields detection for deserialization
(2.15.1)
* Contributed fix for #3897: 2.15.0 breaks deserialization when POJO/Record only has a
single field and is marked `Access.WRITE_ONLY`
(2.15.1)
Ajay Siwach (Siwach16@github)
* Contributed #3637: Add enum features into `@JsonFormat.Feature`
Expand Down Expand Up @@ -1628,4 +1631,9 @@ Matteo Bertozzi (matteobertozzi@github)
* Reported #3895: 2.15.0 breaking behaviour change for records and Getter Visibility
(2.15.1)
Antti Lampinen (arlampin@github)
* Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
and is marked `Access.WRITE_ONLY`
(2.15.1)
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Project: jackson-databind
(contributed by Sim Y-T)
#3895: 2.15.0 breaking behaviour change for records and Getter Visibility
(reported by Matteo B)
#3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
and is marked `Access.WRITE_ONLY`
(reported by Antti L)
(fix contributed by Sim Y-T)
#3913: Issue with deserialization when there are unexpected properties (due
to null `StreamReadConstraints`)
(reported by @sbertault)
Expand Down

0 comments on commit ad308b4

Please sign in to comment.