File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,11 @@ Charles Allen:
250
250
`Thread.currentThread().getContextClassLoader()`
251
251
(2.5.4)
252
252
253
+ Kamil Benedykciński (Kamil-Benedykcinski@github)
254
+ * Contributed #801: Using `@JsonCreator` cause generating invalid path reference
255
+ in `JsonMappingException`
256
+ (2.5.4)
257
+
253
258
Charles Allen (drcrallen@github):
254
259
* Reported #696: Copy constructor does not preserve `_injectableValues`
255
260
(2.6.0)
@@ -276,4 +281,3 @@ Jeff Schnitzer (stickfigure@github)
276
281
* Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`
277
282
(2.6.0)
278
283
279
-
Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ Project: jackson-databind
71
71
#792: Ensure Constructor Parameter annotations are linked with those of Field, Getter, or Setter
72
72
#793: `ObjectMapper.readTree()` does not work with defaultTyping enabled
73
73
(reported by gracefulgopher@github)
74
+ #801: Using `@JsonCreator` cause generating invalid path reference in `JsonMappingException`
75
+ (contributed by Kamil B)
74
76
- Fix handling of Enums wrt JSON Schema, when 'toString()' used for serialization
75
77
76
78
2.5.3 (24-Apr-2015)
You can’t perform that action at this time.
0 commit comments