Skip to content

Commit 775634d

Browse files
committed
Merge branch '2.5'
Conflicts: release-notes/CREDITS
2 parents 384e645 + ea2c9a4 commit 775634d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release-notes/CREDITS

+5-1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@ 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+
253258
Charles Allen (drcrallen@github):
254259
* Reported #696: Copy constructor does not preserve `_injectableValues`
255260
(2.6.0)
@@ -276,4 +281,3 @@ Jeff Schnitzer (stickfigure@github)
276281
* Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`
277282
(2.6.0)
278283

279-

release-notes/VERSION

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

7678
2.5.3 (24-Apr-2015)

0 commit comments

Comments
 (0)