Skip to content

Commit 04daeab

Browse files
committed
Minor update to release notes wrt #3133
1 parent af3e7f0 commit 04daeab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/VERSION-2.x

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Project: jackson-databind
2323
(contributed by Joo-Hyuk K)
2424
#2787: Mix-ins do not work for `Enum`s
2525
(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)
2629
#3251: Generic class with generic field of runtime type `Double` is deserialized
2730
as `BigDecimal` when used with `@JsonTypeInfo` and `JsonTypeInfo.As.EXISTING_PROPERTY`
2831
(reported by Kevin B)
@@ -119,9 +122,6 @@ Project: jackson-databind
119122

120123
#1172: `@JsonView` doesn't work with `@JsonCreator`
121124
(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)
125125
#4185: `@JsonIgnoreProperties` with `@JsonTypeInfo(include = JsonTypeInfo.As.EXTERNAL_PROPERTY)`
126126
does not work
127127
(reported by @jonasho)

0 commit comments

Comments
 (0)