File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1840,3 +1840,7 @@ Rikkarth (rikkarth@github)
18401840Maxim 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
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Project: jackson-databind
66
772.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)
You can’t perform that action at this time.
0 commit comments