File tree 2 files changed +1
-1
lines changed
src/test/java/com/fasterxml/jackson/databind/convert
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Project: jackson-databind
24
24
#2885 : Add `JsonNode.canConvertToExactIntegral()` to indicate whether floating-point/BigDecimal
25
25
values could be converted to integers losslessly
26
26
(requested by Oguzhan U; implementation contributed by Siavash S)
27
+ #2903 : Allow preventing " Enum from integer" coercion using new `CoercionConfig` system
27
28
28
29
2.12.0 -rc1 (12 -Oct-2020 )
29
30
Original file line number Diff line number Diff line change 1
1
package com .fasterxml .jackson .databind .convert ;
2
2
3
3
import com .fasterxml .jackson .annotation .JsonEnumDefaultValue ;
4
- import com .fasterxml .jackson .core .JsonProcessingException ;
5
4
6
5
import com .fasterxml .jackson .databind .*;
7
6
import com .fasterxml .jackson .databind .cfg .CoercionAction ;
You can’t perform that action at this time.
0 commit comments