Skip to content

Commit

Permalink
Minor update to release notes wrt #3133
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 28, 2023
1 parent af3e7f0 commit 04daeab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Project: jackson-databind
(contributed by Joo-Hyuk K)
#2787: Mix-ins do not work for `Enum`s
(fix contributed by Joo-Hyuk K)
#3133: Map deserialization results in different numeric classes based on
json ordering (BigDecimal / Double) when used in combination with @JsonSubTypes
(reported by @mreiterer)
#3251: Generic class with generic field of runtime type `Double` is deserialized
as `BigDecimal` when used with `@JsonTypeInfo` and `JsonTypeInfo.As.EXISTING_PROPERTY`
(reported by Kevin B)
Expand Down Expand Up @@ -119,9 +122,6 @@ Project: jackson-databind

#1172: `@JsonView` doesn't work with `@JsonCreator`
(reported by Dmitry B)
#3133: Map deserialization results in different numeric classes based on
json ordering (BigDecimal / Double) when used in combination with @JsonSubTypes
(reported by @mreiterer)
#4185: `@JsonIgnoreProperties` with `@JsonTypeInfo(include = JsonTypeInfo.As.EXTERNAL_PROPERTY)`
does not work
(reported by @jonasho)
Expand Down

0 comments on commit 04daeab

Please sign in to comment.