Skip to content

Commit 970c3c4

Browse files
committed
Update release notes wrt #4749
1 parent 92b4511 commit 970c3c4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,3 +1840,7 @@ Rikkarth (rikkarth@github)
18401840
Maxim Valeev (@MaximValeev)
18411841
* Reported #4508: Deserialized JsonAnySetter field in Kotlin data class is null
18421842
(2.18.1)
1843+
1844+
wrongwrong (@k163377)
1845+
* Contributed #4749: Fixed problem in StdDelegatingSerializer#serializeWithType where final serializer lookup was done
1846+
on the pre-converted value when _delegateSerializer was null

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Project: jackson-databind
66

77
2.18.1 (WIP-2024)
88

9+
#4749: Fixed a problem with `StdDelegatingSerializer#serializeWithType` looking up the serializer
10+
with the wrong argument
11+
(fix by wrongwrong)
912
#4508: Deserialized JsonAnySetter field in Kotlin data class is null
1013
(reported by @MaximValeev)
1114
(fix by Joo-Hyuk K)

0 commit comments

Comments
 (0)