Skip to content

Commit 29cc17a

Browse files
committed
Update release notes wrt #2903
1 parent 7f7a2fa commit 29cc17a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Project: jackson-databind
2424
#2885: Add `JsonNode.canConvertToExactIntegral()` to indicate whether floating-point/BigDecimal
2525
values could be converted to integers losslessly
2626
(requested by Oguzhan U; implementation contributed by Siavash S)
27+
#2903: Allow preventing "Enum from integer" coercion using new `CoercionConfig` system
2728

2829
2.12.0-rc1 (12-Oct-2020)
2930

src/test/java/com/fasterxml/jackson/databind/convert/CoerceEnumTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.fasterxml.jackson.databind.convert;
22

33
import com.fasterxml.jackson.annotation.JsonEnumDefaultValue;
4-
import com.fasterxml.jackson.core.JsonProcessingException;
54

65
import com.fasterxml.jackson.databind.*;
76
import com.fasterxml.jackson.databind.cfg.CoercionAction;

0 commit comments

Comments
 (0)