We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801317e commit e2736f1Copy full SHA for e2736f1
release-notes/CREDITS
@@ -141,6 +141,8 @@ Benson Margulies:
141
(2.4.0)
142
* Reported #601: ClassCastException for a custom serializer for enum key in `EnumMap`
143
(2.4.4)
144
+ * Contributed 944: Failure to use custom deserializer for key deserializer
145
+ (2.6.3)
146
147
Steve Sanbeg: (sanbeg@github)
148
* Contributed #482: Make date parsing error behavior consistent with JDK
release-notes/VERSION
@@ -12,6 +12,8 @@ Project: jackson-databind
12
(contributed by Sergio M)
13
#941: Deserialization from "{}" to ObjectNode field causes "out of END_OBJECT token" error
14
(reported by Sadayuki F)
15
+#944: Failure to use custom deserializer for key deserializer
16
+ (contributed by Benson M)
17
18
2.6.2 (14-Sep-2015)
19
0 commit comments