Skip to content

Commit 1c3214d

Browse files
committed
Update release notes wrt #3894
1 parent 329944a commit 1c3214d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

release-notes/CREDITS-2.x

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,16 +1583,18 @@ Hervé Boutemy (hboutemy@github)
15831583
(2.15.0)
15841584
15851585
Sim Yih Tsern (yihtsern@github)
1586-
* Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
1586+
* Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
15871587
(2.15.0)
1588-
* Contributed fix for #2992: Properties naming strategy do not work with Record
1588+
* Contributed fix for #2992: Properties naming strategy do not work with Record
15891589
(2.15.0)
1590-
* Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
1590+
* Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
15911591
(2.15.0)
1592-
* Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
1592+
* Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
15931593
(2.15.0)
1594-
* Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
1594+
* Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
15951595
(2.15.0)
1596+
* Contributed fix for #3894: Only avoid Records fields detection for deserialization
1597+
(2.15.1)
15961598
15971599
Ajay Siwach (Siwach16@github)
15981600
* Contributed #3637: Add enum features into `@JsonFormat.Feature`

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.15.1 (not yet released)
8+
9+
#3894: Only avoid Records fields detection for deserialization
10+
(contributed by Sim Y-T)
11+
712
2.15.0 (23-Apr-2023)
813

914
#2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with

0 commit comments

Comments
 (0)