File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse Expand file tree Collapse file tree 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 ;
22
33import java .util .*;
44
Original file line number Diff line number Diff line change @@ -112,3 +112,8 @@ John (iziamos@github)
112112Paul Adolph (padolph @github )
113113* Reported #185 : Internal parsing of tagged arrays can lead to stack overflow
114114 (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:
1212
1313#185 : Internal parsing of tagged arrays can lead to stack overflow
1414 (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 )
1518
16192.10 .0 (26 - Sep - 2019 )
1720
You can’t perform that action at this time.
0 commit comments