Skip to content

Commit

Permalink
Update release notes wrt #2442
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 6, 2019
1 parent 11dfe14 commit ae7c1e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -925,3 +925,8 @@ Vladimir Tsanev (tsachev@github)
David Becker (dsbecker@github)
* Suggested #2433: Improve `NullNode.equals()`
(2.10.0)
Hesham Massoud (heshamMassoud@github)
* Reported, contributed fix for #2442: `ArrayNode.addAll()` adds raw `null` values
which cause NPE on `deepCopy()`
(2.10.0)
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Project: jackson-databind
#2430: Change `ObjectMapper.valueToTree()` to convert `null` to `NullNode`
#2433: Improve `NullNode.equals()`
(suggested by David B)
#2442: `ArrayNode.addAll()` adds raw `null` values which cause NPE on `deepCopy()`
and `toString()`
(reported, fix contributed by Hesham M)
2.10.0.pr1 (19-Jul-2019)
Expand Down

0 comments on commit ae7c1e5

Please sign in to comment.