File tree 3 files changed +9
-1
lines changed
cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- package com .fasterxml .jackson .dataformat .cbor .failing ;
1
+ package com .fasterxml .jackson .dataformat .cbor .parse ;
2
2
3
3
import java .util .*;
4
4
Original file line number Diff line number Diff line change @@ -112,3 +112,8 @@ John (iziamos@github)
112
112
Paul Adolph (padolph @github )
113
113
* Reported #185 : Internal parsing of tagged arrays can lead to stack overflow
114
114
(2.10 .1 )
115
+
116
+ Yanming Zhou (quaff @github )
117
+ * Reported #188 : Unexpected `MismatchedInputException` for `byte[]` value bound to `String`
118
+ in collection /array
119
+ (2.10 .1 )
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ Project: jackson-datatypes-binaryModules:
12
12
13
13
#185 : Internal parsing of tagged arrays can lead to stack overflow
14
14
(reported by Paul A )
15
+ #188 : Unexpected `MismatchedInputException ` for `byte []` value bound to `String `
16
+ in collection /array (actual fix in `jackson - databind `)
17
+ (reported by Yanming Z )
15
18
16
19
2.10 .0 (26 - Sep - 2019 )
17
20
You can’t perform that action at this time.
0 commit comments