Skip to content

Commit dd79fab

Browse files
committed
Fix FasterXML#188 (actual fix in jackson-databind; tests for cbor however to verify)
1 parent 14ac5b2 commit dd79fab

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/failing/BinaryToStringCoercionTest.java renamed to cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse/BinaryToStringCoercionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.dataformat.cbor.failing;
1+
package com.fasterxml.jackson.dataformat.cbor.parse;
22

33
import java.util.*;
44

release-notes/CREDITS-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@ John (iziamos@github)
112112
Paul 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)

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff 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

1619
2.10.0 (26-Sep-2019)
1720

0 commit comments

Comments
 (0)