File tree 2 files changed +3
-2
lines changed
src/test/java/com/fasterxml/jackson/databind/jsontype/ext
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Project: jackson-databind
6
6
7
7
2.8.4 (not yet released)
8
8
9
+ #466: Jackson ignores Type information when raw return type is BigDecimal or BigInteger
9
10
#1384: `@JsonDeserialize(keyUsing = ...)` does not work correctly together with
10
11
DefaultTyping.NON_FINAL
11
12
(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 ;
2
2
3
3
import java .io .*;
4
4
import java .math .BigDecimal ;
8
8
import com .fasterxml .jackson .databind .*;
9
9
10
10
@ SuppressWarnings ("serial" )
11
- public class TestTypeWithJsonValue466 extends BaseMapTest
11
+ public class JsonValueExtTypeIdTest extends BaseMapTest
12
12
{
13
13
// The following is required for the testDecimalMetadata test case. That case fails.
14
14
@ JsonTypeName (value = "decimalValue" )
You can’t perform that action at this time.
0 commit comments