File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -250,3 +250,9 @@ 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
+
258
+
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Project: jackson-databind
18
18
#792: Ensure Constructor Parameter annotations are linked with those of Field, Getter, or Setter
19
19
#793: `ObjectMapper.readTree()` does not work with defaultTyping enabled
20
20
(reported by gracefulgopher@github)
21
+ #801: Using `@JsonCreator` cause generating invalid path reference in `JsonMappingException`
22
+ (contributed by Kamil B)
21
23
- Fix handling of Enums wrt JSON Schema, when 'toString()' used for serialization
22
24
23
25
2.5.3 (24-Apr-2015)
You can’t perform that action at this time.
0 commit comments