Skip to content

Commit 52be687

Browse files
committed
Update release notes wrt #2636
1 parent a512148 commit 52be687

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release-notes/CREDITS-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -1088,3 +1088,8 @@ Oleksandr Poslavskyi (alevskyi@github)
10881088
* Contributed fix for #1983: Polymorphic deserialization should handle case-insensitive Type Id
10891089
property name if `MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES` is enabled
10901090
(2.11.0)
1091+
1092+
Robin Roos (robinroos@github)
1093+
* Contributed #2636: ObjectReader readValue lacks Class<T> argument
1094+
(2.11.0)
1095+

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Project: jackson-databind
4242
(reported by Bartosz B)
4343
#2592: `ObjectMapper.setSerializationInclusion()` is ignored for `JsonAnyGetter`
4444
(reported by Oleksii K)
45+
#2636: ObjectReader readValue lacks Class<T> argument
46+
(contributed by Robin R)
4547
#2643: Change default textual serialization of `java.util.Date`/`Calendar`
4648
to include colon in timezone offset
4749
#2647: Add `ObjectMapper.createParser()` and `createGenerator()` methods

0 commit comments

Comments
 (0)