Skip to content

Commit

Permalink
Add release notes, minor tweaks for #3154
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 28, 2021
1 parent 884a050 commit 788a741
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 142 deletions.
3 changes: 3 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1340,3 +1340,6 @@ Eric Sirianni (sirianni@github)
* Reported #3122: Deep merge for `JsonNode` using `ObjectReader.readTree()`
(2.13.0)

Tarekk Mohamed Abdalla (TarekkMA@github)
* Contributed #3154: Add ArrayNode#set(int index, primitive_type value)
(2.13.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Project: jackson-databind
(reported by mistyzyq@github)
#3130: Serializing java.lang.Thread fails on JDK 11 and above (should suppress
serialization of ClassLoader)
#3154: Add ArrayNode#set(int index, primitive_type value)
(contributed by Tarekk Mohamed A)
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
[dataformats-binary#264] for details)
- Extend handling of `FAIL_ON_NULL_FOR_PRIMITIVES` to cover coercion from (Empty) String
Expand Down
Loading

0 comments on commit 788a741

Please sign in to comment.