Skip to content

Commit 0e9db3d

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 596e79d + 2e74176 commit 0e9db3d

File tree

6 files changed

+78
-1583
lines changed

6 files changed

+78
-1583
lines changed

release-notes/CREDITS-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,6 +1850,9 @@ wrongwrong (@k163377)
18501850
* Contributed #4749: Fixed problem in StdDelegatingSerializer#serializeWithType where final
18511851
serializer lookup was done on the pre-converted value when _delegateSerializer was null
18521852
(2.18.1)
1853+
* Reported #4878: When serializing a Map via Converter(StdDelegatingSerializer),
1854+
a NullPointerException is thrown due to missing key serializer
1855+
(2.18.3)
18531856

18541857
Bernd Ahlers (@bernd)
18551858
* Reported #4742: Deserialization with Builder, External type id, `@JsonCreator` failing

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Project: jackson-databind
5858
multiple constructors since 2.18
5959
(reported by Tomáš P)
6060
(fix by Joo-Hyuk K, @cowtowncoder)
61+
#4878: When serializing a Map via Converter(StdDelegatingSerializer),
62+
a NullPointerException is thrown due to missing key serializer
63+
(reported by @wrongwrong)
6164
#4908: Deserialization behavior change with @JsonCreator and
6265
@ConstructorProperties between 2.17 and 2.18
6366
(reported by Gustavo B)

0 commit comments

Comments
 (0)