Skip to content

Commit ea2c9a4

Browse files
committed
update release notes wrt #801
1 parent 5f09320 commit ea2c9a4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release-notes/CREDITS

+6
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,9 @@ Charles Allen:
250250
`Thread.currentThread().getContextClassLoader()`
251251
(2.5.4)
252252

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+

release-notes/VERSION

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Project: jackson-databind
1818
#792: Ensure Constructor Parameter annotations are linked with those of Field, Getter, or Setter
1919
#793: `ObjectMapper.readTree()` does not work with defaultTyping enabled
2020
(reported by gracefulgopher@github)
21+
#801: Using `@JsonCreator` cause generating invalid path reference in `JsonMappingException`
22+
(contributed by Kamil B)
2123
- Fix handling of Enums wrt JSON Schema, when 'toString()' used for serialization
2224

2325
2.5.3 (24-Apr-2015)

0 commit comments

Comments
 (0)