Skip to content

Commit 6db505c

Browse files
committed
Update release notes wrt #3055
1 parent 4cf1a12 commit 6db505c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release-notes/CREDITS-2.x

+3-1
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,9 @@ Marc Carter (drekbour@github)
11981198
* Contributed #43 implementation: Add option to resolve type from multiple existing properties,
11991199
`@JsonTypeInfo(use=DEDUCTION)`
12001200
(2.12.0)
1201-
1201+
* Contributed #3055: Polymorphic subtype deduction ignores `defaultImpl` attribute
1202+
(2.12.2)
1203+
12021204
Mike Gilbode (gilbode@github)
12031205
* Reported #792: Deserialization Not Working Right with Generic Types and Builders
12041206
(2.12.0)

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Project: jackson-databind
1414
(fix contributed by Migwel@github)
1515
#3038: Two cases of incorrect error reporting about DeserializationFeature
1616
(reported by Jelle V)
17+
#3055: Polymorphic subtype deduction ignores `defaultImpl` attribute
18+
(contributed by drekbour@github)
1719
#3056: MismatchedInputException: Cannot deserialize instance of
1820
`com.fasterxml.jackson.databind.node.ObjectNode` out of VALUE_NULL token
1921
(reported by Stexxen@github)

0 commit comments

Comments
 (0)