File tree 3 files changed +159
-142
lines changed
src/main/java/com/fasterxml/jackson/databind/node
3 files changed +159
-142
lines changed Original file line number Diff line number Diff line change @@ -1340,3 +1340,6 @@ Eric Sirianni (sirianni@github)
1340
1340
* Reported #3122 : Deep merge for `JsonNode` using `ObjectReader.readTree()`
1341
1341
(2.13.0 )
1342
1342
1343
+ Tarekk Mohamed Abdalla (TarekkMA@github)
1344
+ * Contributed #3154 : Add ArrayNode#set(int index, primitive_type value)
1345
+ (2.13.0 )
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Project: jackson-databind
37
37
(reported by mistyzyq@github)
38
38
#3130: Serializing java.lang.Thread fails on JDK 11 and above (should suppress
39
39
serialization of ClassLoader)
40
+ #3154: Add ArrayNode#set(int index, primitive_type value)
41
+ (contributed by Tarekk Mohamed A)
40
42
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
41
43
[dataformats-binary#264] for details)
42
44
- Extend handling of `FAIL_ON_NULL_FOR_PRIMITIVES` to cover coercion from (Empty) String
You can’t perform that action at this time.
0 commit comments