File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1165,6 +1165,14 @@ Xiang Zhang (zhangyangyu@github)
1165
1165
Collections
1166
1166
(2.12.0)
1167
1167
1168
+ David Nelson (eatdrinksleepcode@github)
1169
+ * Requested #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`
1170
+ (2.12.0)
1171
+
1172
+ Tiago Martins (upsidedownsmile@github)
1173
+ * Contributed #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`
1174
+ (2.12.0)
1175
+
1168
1176
Yona Appletree (Yona-Appletree@github)
1169
1177
* Reported #2283: `JsonProperty.Access.READ_ONLY` fails with collections when a
1170
1178
property name is specified
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ Project: jackson-databind
26
26
#2113 : Add `CoercionConfig[s]` mechanism for configuring allowed coercions
27
27
#2118 : `JsonProperty.Access.READ_ONLY` does not work with " getter-as-setter" `Collection`s
28
28
(reported by Xiang Z)
29
+ #2215 : Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`
30
+ (requested by David N, implementation contributed by Tiago M)
29
31
#2283 : `JsonProperty.Access.READ_ONLY` fails with collections when a property name is specified
30
32
(reported by Yona A)
31
33
#2644 : `BigDecimal` precision not retained for polymorphic deserialization
You can’t perform that action at this time.
0 commit comments