aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-18 16:46:20 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-18 16:46:20 -0700
commit95fc106874f1620e196736721497d58638cda906 (patch)
tree48277e3aed304e4fa16dbe3df7139127e90b9ac4 /release-notes
parent40970f299188607f782e96f7f81ecf3a777d7130 (diff)
parent9252ee55fb880a07bc815a7f467745e7efd8a571 (diff)
downloadjackson-databind-95fc106874f1620e196736721497d58638cda906.tar.gz
Merge branch '2.11' into 2.12
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/CREDITS-2.x5
-rw-r--r--release-notes/VERSION-2.x5
2 files changed, 10 insertions, 0 deletions
diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x
index 36e3b12fd..267130cd5 100644
--- a/release-notes/CREDITS-2.x
+++ b/release-notes/CREDITS-2.x
@@ -991,6 +991,11 @@ João Guerra (joca-bt@github)
(2.10.1)
* Reported #2567: Incorrect target type for arrays when providing nulls and nulls are disabled
(2.10.2)
+ * Reported #2635: JsonParser cannot getText() for input stream on MismatchedInputException
+ (2.11.0)
+ * Reported #2770: JsonParser from MismatchedInputException cannot getText() for
+ floating-point value
+ (2.11.1)
Ryan Bohn (bohnman@github)
* Reported #2475: `StringCollectionSerializer` calls `JsonGenerator.setCurrentValue(value)`,
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 7c39e155e..c4226db65 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -53,6 +53,9 @@ Project: jackson-databind
#2760: Jackson doesn't respect `CAN_OVERRIDE_ACCESS_MODIFIERS=false` for
deserializer properties
(reported by Johannes K)
+#2770: JsonParser from MismatchedInputException cannot getText() for
+ floating-point value
+ (reported by João G)
2.11.0 (26-Apr-2020)
@@ -101,6 +104,8 @@ Project: jackson-databind
(reported by robotmrv@github)
#2632: Failure to resolve generic type parameters on serialization
(reported by Simone D)
+#2635: JsonParser cannot getText() for input stream on MismatchedInputException
+ (reported by João G)
#2636: ObjectReader readValue lacks Class<T> argument
(contributed by Robin R)
#2643: Change default textual serialization of `java.util.Date`/`Calendar`