File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ Benson Margulies:
141
141
(2.4.0)
142
142
* Reported #601: ClassCastException for a custom serializer for enum key in `EnumMap`
143
143
(2.4.4)
144
+ * Contributed 944: Failure to use custom deserializer for key deserializer
145
+ (2.6.3)
144
146
145
147
Steve Sanbeg: (sanbeg@github)
146
148
* Contributed #482: Make date parsing error behavior consistent with JDK
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Project: jackson-databind
19
19
(contributed by Sergio M)
20
20
#941: Deserialization from "{}" to ObjectNode field causes "out of END_OBJECT token" error
21
21
(reported by Sadayuki F)
22
+ #944: Failure to use custom deserializer for key deserializer
23
+ (contributed by Benson M)
22
24
23
25
2.6.2 (14-Sep-2015)
24
26
You can’t perform that action at this time.
0 commit comments