Skip to content

Commit ad308b4

Browse files
committed
Update release notes wrt #3897
1 parent 1fa2d86 commit ad308b4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

release-notes/CREDITS-2.x

+8
Original file line numberDiff line numberDiff line change
@@ -1595,6 +1595,9 @@ Sim Yih Tsern (yihtsern@github)
15951595
(2.15.0)
15961596
* Contributed fix for #3894: Only avoid Records fields detection for deserialization
15971597
(2.15.1)
1598+
* Contributed fix for #3897: 2.15.0 breaks deserialization when POJO/Record only has a
1599+
single field and is marked `Access.WRITE_ONLY`
1600+
(2.15.1)
15981601
15991602
Ajay Siwach (Siwach16@github)
16001603
* Contributed #3637: Add enum features into `@JsonFormat.Feature`
@@ -1628,4 +1631,9 @@ Matteo Bertozzi (matteobertozzi@github)
16281631
* Reported #3895: 2.15.0 breaking behaviour change for records and Getter Visibility
16291632
(2.15.1)
16301633
1634+
Antti Lampinen (arlampin@github)
1635+
* Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
1636+
and is marked `Access.WRITE_ONLY`
1637+
(2.15.1)
1638+
16311639

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Project: jackson-databind
1010
(contributed by Sim Y-T)
1111
#3895: 2.15.0 breaking behaviour change for records and Getter Visibility
1212
(reported by Matteo B)
13+
#3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
14+
and is marked `Access.WRITE_ONLY`
15+
(reported by Antti L)
16+
(fix contributed by Sim Y-T)
1317
#3913: Issue with deserialization when there are unexpected properties (due
1418
to null `StreamReadConstraints`)
1519
(reported by @sbertault)

0 commit comments

Comments
 (0)