File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -925,3 +925,8 @@ Vladimir Tsanev (tsachev@github)
925
925
David Becker (dsbecker@github)
926
926
* Suggested #2433: Improve `NullNode.equals()`
927
927
(2.10.0)
928
+
929
+ Hesham Massoud (heshamMassoud@github)
930
+ * Reported, contributed fix for #2442: `ArrayNode.addAll()` adds raw `null` values
931
+ which cause NPE on `deepCopy()`
932
+ (2.10.0)
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ Project: jackson-databind
34
34
#2430: Change `ObjectMapper.valueToTree()` to convert `null` to `NullNode`
35
35
#2433: Improve `NullNode.equals()`
36
36
(suggested by David B)
37
+ #2442: `ArrayNode.addAll()` adds raw `null` values which cause NPE on `deepCopy()`
38
+ and `toString()`
39
+ (reported, fix contributed by Hesham M)
37
40
38
41
2.10.0.pr1 (19-Jul-2019)
39
42
You can’t perform that action at this time.
0 commit comments