Skip to content

Commit

Permalink
Update release notes wrt #2398
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 4, 2019
1 parent 66f59d5 commit 8af8bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,9 @@ Victor Noël (victornoel@github)
* Reported #2339: Suboptimal return type for `ObjectNode.set()`
(2.10.0)

Sam Smith (Oracle Security Researcher)
* Suggested #2398: Replace recursion in `TokenBuffer.copyCurrentStructure()` with iteration

Vladimir Tsanev (tsachev@github)
* Contributed #2415: Builder-based POJO deserializer should pass builder instance, not type,
to `handleUnknownVanilla()` to fix earlier #822
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Project: jackson-databind
#2393: `TreeTraversingParser.getLongValue()` incorrectly checks `canConvertToInt()`
(reported by RabbidDog@github)
#2398: Replace recursion in `TokenBuffer.copyCurrentStructure()` with iteration
(reported by Sam S)
#2415: Builder-based POJO deserializer should pass builder instance, not type,
to `handleUnknownVanilla()`
(proposed by Vladimir T, follow up to #822)
Expand Down

0 comments on commit 8af8bd6

Please sign in to comment.