Skip to content

Commit 788a741

Browse files
committed
Add release notes, minor tweaks for #3154
1 parent 884a050 commit 788a741

File tree

3 files changed

+159
-142
lines changed

3 files changed

+159
-142
lines changed

release-notes/CREDITS-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,3 +1340,6 @@ Eric Sirianni (sirianni@github)
13401340
* Reported #3122: Deep merge for `JsonNode` using `ObjectReader.readTree()`
13411341
(2.13.0)
13421342

1343+
Tarekk Mohamed Abdalla (TarekkMA@github)
1344+
* Contributed #3154: Add ArrayNode#set(int index, primitive_type value)
1345+
(2.13.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Project: jackson-databind
3737
(reported by mistyzyq@github)
3838
#3130: Serializing java.lang.Thread fails on JDK 11 and above (should suppress
3939
serialization of ClassLoader)
40+
#3154: Add ArrayNode#set(int index, primitive_type value)
41+
(contributed by Tarekk Mohamed A)
4042
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
4143
[dataformats-binary#264] for details)
4244
- Extend handling of `FAIL_ON_NULL_FOR_PRIMITIVES` to cover coercion from (Empty) String

0 commit comments

Comments
 (0)