File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1088,3 +1088,8 @@ Oleksandr Poslavskyi (alevskyi@github)
1088
1088
* Contributed fix for #1983: Polymorphic deserialization should handle case-insensitive Type Id
1089
1089
property name if `MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES` is enabled
1090
1090
(2.11.0)
1091
+
1092
+ Robin Roos (robinroos@github)
1093
+ * Contributed #2636: ObjectReader readValue lacks Class<T> argument
1094
+ (2.11.0)
1095
+
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Project: jackson-databind
42
42
(reported by Bartosz B)
43
43
#2592 : `ObjectMapper.setSerializationInclusion()` is ignored for `JsonAnyGetter`
44
44
(reported by Oleksii K)
45
+ #2636 : ObjectReader readValue lacks Class <T> argument
46
+ (contributed by Robin R)
45
47
#2643 : Change default textual serialization of `java.util.Date`/`Calendar`
46
48
to include colon in timezone offset
47
49
#2647 : Add `ObjectMapper.createParser()` and `createGenerator()` methods
You can’t perform that action at this time.
0 commit comments