Skip to content

Commit

Permalink
Fix #188 (actual fix in jackson-databind; tests for cbor however to…
Browse files Browse the repository at this point in the history
… verify)
  • Loading branch information
cowtowncoder committed Nov 7, 2019
1 parent 14ac5b2 commit dd79fab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.dataformat.cbor.failing;
package com.fasterxml.jackson.dataformat.cbor.parse;

import java.util.*;

Expand Down
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Expand Up @@ -112,3 +112,8 @@ John (iziamos@github)
Paul Adolph (padolph@github)
* Reported #185: Internal parsing of tagged arrays can lead to stack overflow
(2.10.1)
Yanming Zhou (quaff@github)
* Reported #188: Unexpected `MismatchedInputException` for `byte[]` value bound to `String`
in collection/array
(2.10.1)
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -12,6 +12,9 @@ Project: jackson-datatypes-binaryModules:

#185: Internal parsing of tagged arrays can lead to stack overflow
(reported by Paul A)
#188: Unexpected `MismatchedInputException` for `byte[]` value bound to `String`
in collection/array (actual fix in `jackson-databind`)
(reported by Yanming Z)

2.10.0 (26-Sep-2019)

Expand Down

0 comments on commit dd79fab

Please sign in to comment.