We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deed3b0 commit a065516Copy full SHA for a065516
release-notes/CREDITS-2.x
@@ -1858,3 +1858,6 @@ Jonathan Mesny (@jmesny)
1858
* Reported #4810: Deserialization using `@JsonCreator` with renamed property failing (since 2.18)
1859
(2.18.2)
1860
1861
+Stanislav Shcherbakov (@glorrian)
1862
+ * Contributed #4844: Fix wrapped array hanlding wrt `null` by `StdDeserializer`
1863
+ (2.18.3)
release-notes/VERSION-2.x
@@ -9,6 +9,8 @@ Project: jackson-databind
9
#4827: Subclassed Throwable deserialization fails since v2.18.0 - no creator
10
index for property 'cause'
11
(fix by Joo-Hyuk K)
12
+#4844: Fix wrapped array hanlding wrt `null` by `StdDeserializer`
13
+ (fix by Stanislav S)
14
15
2.18.2 (27-Nov-2024)
16
0 commit comments