From 0e5921298398d8a4d1410a1b5d7823e619f53353 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 25 Sep 2019 19:17:23 -0700 Subject: [PATCH] Prepare for 2.10.0 --- pom.xml | 2 +- release-notes/VERSION-2.x | 26 ++++++++++---------------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index a452ac919a..0051657b58 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.10.0-SNAPSHOT + 2.10.0 com.fasterxml.jackson.core diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 401596cc75..d77dd1e0ab 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,26 +14,12 @@ JSON library. === Releases === ------------------------------------------------------------------------ -2.10.0.pr3 (16-Sep-2019) - -#479: Improve thread-safety of buffer recycling -#561: Misleading exception for unquoted String parsing -#563: Async parser does not keep track of Array context properly - (reported by Doug R) - -2.10.0.pr2 (31-Aug-2019) - -#517: Add `JsonGenerator.writeStartObject(Object, int)` (needed by CBOR, maybe Avro) -#549: Add configurability of "quote character" for JSON factory -- Rewrite `JsonGenerator.copyCurrentStructure()` to remove recursion) -- Add `missingNode()`, `nullNode()` in `TreeCodec` -- Add `JsonParserDelegate.delegate()` methods - -2.10.0.pr1 (19-Jul-2019) +2.10.0 (26-Sep-2019) #433: Add Builder pattern for creating configured Stream factories #464: Add "maximum unescaped char" configuration option for `JsonFactory` via builder #467: Create `JsonReadFeature` to move JSON-specific `JsonParser.Feature`s to +#479: Improve thread-safety of buffer recycling #480: `SerializableString` value can not directly render to Writer (requested by Philippe M) #481: Create `JsonWriteFeature` to move JSON-specific `JsonGenerator.Feature`s to @@ -45,6 +31,7 @@ JSON library. #506: Add missing type parameter for `TypeReference` in `ObjectCodec` #508: Add new exception type `InputCoercionException` to be used for failed coercions like overflow for `int` +#517: Add `JsonGenerator.writeStartObject(Object, int)` (needed by CBOR, maybe Avro) #527: Add simple module-info for JDK9+, using Moditect #533: UTF-8 BOM not accounted for in JsonLocation.getByteOffset() (contributed by Fabien R) @@ -54,6 +41,13 @@ JSON library. (reported by Alex R) #548: ByteQuadsCanonicalizer: ArrayIndexOutOfBoundsException in addName (reported by Alex R) +#549: Add configurability of "quote character" for JSON factory +#561: Misleading exception for unquoted String parsing +#563: Async parser does not keep track of Array context properly + (reported by Doug R) +- Rewrite `JsonGenerator.copyCurrentStructure()` to remove recursion) +- Add `missingNode()`, `nullNode()` in `TreeCodec` +- Add `JsonParserDelegate.delegate()` methods 2.9.10 (21-Sep-2019)