File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,11 @@ Dylan Scott (dylanscott@github)
221
221
issue)
222
222
(2.5.2)
223
223
224
+ John Meyer (jpmeyer@github)
225
+ * Reported, contributed fix for #745: EnumDeserializer.deserializerForCreator fails
226
+ when used to deserialize a Map key
227
+ (2.5.3)
228
+
224
229
Charles Allen (drcrallen@github):
225
230
* Reported #696: Copy constructor does not preserve `_injectableValues`
226
231
(2.6.0)
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ Project: jackson-databind
16
16
#727: Improve `ObjectWriter.forType()` to avoid forcing base type for container types
17
17
- Remove old cglib compatibility tests; cause problems in Eclipse
18
18
19
+ 2.5.3 (not yet released)
20
+
21
+ #745: EnumDeserializer.deserializerForCreator fails when used to deserialize a Map key
22
+ (contributed by John M)
23
+
19
24
2.5.2 (29-Mar-2015)
20
25
21
26
#609: Problem resolving locally declared generic type
You can’t perform that action at this time.
0 commit comments