File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/test/java/com/fasterxml/jackson/databind/jsontype/ext Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Project: jackson-databind
66
772.8.4 (not yet released)
88
9+ #466: Jackson ignores Type information when raw return type is BigDecimal or BigInteger
910#1384: `@JsonDeserialize(keyUsing = ...)` does not work correctly together with
1011 DefaultTyping.NON_FINAL
1112 (reported by Oleg Z)
Original file line number Diff line number Diff line change 1- package com .fasterxml .jackson .failing ;
1+ package com .fasterxml .jackson .databind . jsontype . ext ;
22
33import java .io .*;
44import java .math .BigDecimal ;
88import com .fasterxml .jackson .databind .*;
99
1010@ SuppressWarnings ("serial" )
11- public class TestTypeWithJsonValue466 extends BaseMapTest
11+ public class JsonValueExtTypeIdTest extends BaseMapTest
1212{
1313 // The following is required for the testDecimalMetadata test case. That case fails.
1414 @ JsonTypeName (value = "decimalValue" )
You can’t perform that action at this time.
0 commit comments