File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ Project: jackson-databind
23
23
(contributed by Joo-Hyuk K)
24
24
#2787 : Mix-ins do not work for `Enum`s
25
25
(fix contributed by Joo-Hyuk K)
26
+ #3133 : Map deserialization results in different numeric classes based on
27
+ json ordering (BigDecimal / Double) when used in combination with @JsonSubTypes
28
+ (reported by @mreiterer)
26
29
#3251 : Generic class with generic field of runtime type `Double` is deserialized
27
30
as `BigDecimal` when used with `@JsonTypeInfo` and `JsonTypeInfo.As.EXISTING_PROPERTY`
28
31
(reported by Kevin B)
@@ -119,9 +122,6 @@ Project: jackson-databind
119
122
120
123
#1172 : `@JsonView` doesn' t work with `@JsonCreator`
121
124
(reported by Dmitry B)
122
- #3133: Map deserialization results in different numeric classes based on
123
- json ordering (BigDecimal / Double) when used in combination with @JsonSubTypes
124
- (reported by @mreiterer)
125
125
#4185: `@JsonIgnoreProperties` with `@JsonTypeInfo(include = JsonTypeInfo.As.EXTERNAL_PROPERTY)`
126
126
does not work
127
127
(reported by @jonasho)
You can’t perform that action at this time.
0 commit comments