diff --git a/cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/failing/BinaryToStringCoercionTest.java b/cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse/BinaryToStringCoercionTest.java similarity index 97% rename from cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/failing/BinaryToStringCoercionTest.java rename to cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse/BinaryToStringCoercionTest.java index 7daf62c0c..87651d6fe 100644 --- a/cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/failing/BinaryToStringCoercionTest.java +++ b/cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse/BinaryToStringCoercionTest.java @@ -1,4 +1,4 @@ -package com.fasterxml.jackson.dataformat.cbor.failing; +package com.fasterxml.jackson.dataformat.cbor.parse; import java.util.*; diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 365d634ee..aa1cbf881 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -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) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 7d114d7ba..7e41e3dc9 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -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)