From 6aeffbdd3cc8adb6c52b087f3c8a17b357b69861 Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Sun, 11 Dec 2022 00:12:13 +0800 Subject: [PATCH] 2.0.21 release --- README.md | 20 ++++++++++---------- README_EN.md | 20 ++++++++++---------- adapter/pom.xml | 2 +- benchmark/pom.xml | 2 +- core/pom.xml | 2 +- docs/index.md | 20 ++++++++++---------- docs/kotlin_cn.md | 4 ++-- docs/kotlin_en.md | 4 ++-- docs/spring_support_cn.md | 4 ++-- docs/spring_support_en.md | 4 ++-- extension/pom.xml | 2 +- fastjson1-compatible/pom.xml | 2 +- kotlin/pom.xml | 2 +- pom.xml | 2 +- safemode-test/pom.xml | 2 +- spring-test/pom.xml | 2 +- 16 files changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 61b7bd5fa5..c748ec396f 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ - 支持`Java`服务端、客户端`Android`、大数据场景。 - 支持`Kotlin` [https://alibaba.github.io/fastjson2/kotlin_cn](https://alibaba.github.io/fastjson2/kotlin_cn) - 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn) -- 支持`Android 8+` [(2.0.20.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.20.android/) -- 支持`Graal Native-Image` [(2.0.20.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.20.graal/) +- 支持`Android 8+` [(2.0.21.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.21.android/) +- 支持`Graal Native-Image` [(2.0.21.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.21.graal/) ![fastjson](docs/logo.jpg "fastjson") @@ -47,7 +47,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.20 + 2.0.21 ``` @@ -55,7 +55,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.21' } ``` @@ -73,7 +73,7 @@ dependencies { com.alibaba fastjson - 2.0.20 + 2.0.21 ``` @@ -81,7 +81,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.20' + implementation 'com.alibaba:fastjson:2.0.21' } ``` @@ -95,7 +95,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.20 + 2.0.21 ``` @@ -103,7 +103,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.20") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21") } ``` @@ -117,7 +117,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.20 + 2.0.21 ``` @@ -125,7 +125,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21' } ``` diff --git a/README_EN.md b/README_EN.md index 7bd63079b4..9afecd683f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,8 +21,8 @@ - Supports full parsing and partial parsing. - Supports Java servers and Android Clients, and has big data applications. - Supports Kotlin [https://alibaba.github.io/fastjson2/kotlin_en](https://alibaba.github.io/fastjson2/kotlin_en) -- Supports Android 8+ [(2.0.20.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.20.android/) -- Supports `Graal Native-Image` [(2.0.20.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.20.graal/) +- Supports Android 8+ [(2.0.21.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.21.android/) +- Supports `Graal Native-Image` [(2.0.21.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.21.graal/) - Supports `JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn) ![fastjson](docs/logo.jpg "fastjson") @@ -46,7 +46,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.20 + 2.0.21 ``` @@ -54,7 +54,7 @@ Related Documents: ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.21' } ``` @@ -72,7 +72,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co com.alibaba fastjson - 2.0.20 + 2.0.21 ``` @@ -80,7 +80,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.20' + implementation 'com.alibaba:fastjson:2.0.21' } ``` @@ -94,7 +94,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.20 + 2.0.21 ``` @@ -102,7 +102,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.20") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21") } ``` @@ -116,7 +116,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas com.alibaba.fastjson2 fastjson2-extension - 2.0.20 + 2.0.21 ``` @@ -124,7 +124,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21' } ``` diff --git a/adapter/pom.xml b/adapter/pom.xml index 704d8e007f..b26d3b3cb9 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -6,7 +6,7 @@ fastjson2-parent com.alibaba.fastjson2 - 2.0.21-SNAPSHOT + 2.0.21 fastjson2-adapter diff --git a/benchmark/pom.xml b/benchmark/pom.xml index bdfa3f73f4..9c330a3c68 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 9e02d90e31..251ae067ed 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml diff --git a/docs/index.md b/docs/index.md index d9eeb0ec65..711998840d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ - 支持`Java`服务端、客户端`Android`、大数据场景。 - 支持`Kotlin` - 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn) -- 支持`Android` [(2.0.20.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.20.android/) -- 支持`Graal Native-Image` [(2.0.20.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.20.graal/) +- 支持`Android` [(2.0.21.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.21.android/) +- 支持`Graal Native-Image` [(2.0.21.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.21.graal/) ![fastjson](logo.jpg "fastjson") @@ -31,7 +31,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.20 + 2.0.21 ``` @@ -39,7 +39,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.21' } ``` @@ -57,7 +57,7 @@ dependencies { com.alibaba fastjson - 2.0.20 + 2.0.21 ``` @@ -65,7 +65,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.20' + implementation 'com.alibaba:fastjson:2.0.21' } ``` @@ -79,7 +79,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.20 + 2.0.21 ``` @@ -87,7 +87,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.20") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21") } ``` @@ -101,7 +101,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.20 + 2.0.21 ``` @@ -109,7 +109,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21' } ``` diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md index e0b76375fa..df5d2a6cea 100644 --- a/docs/kotlin_cn.md +++ b/docs/kotlin_cn.md @@ -11,7 +11,7 @@ com.alibaba.fastjson2 fastjson2-kotlin - 2.0.20 + 2.0.21 ``` @@ -19,7 +19,7 @@ ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.20") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21") } ``` diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md index e6afd0c756..9a751e2bbc 100644 --- a/docs/kotlin_en.md +++ b/docs/kotlin_en.md @@ -11,7 +11,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.20 + 2.0.21 ``` @@ -19,7 +19,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.20") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21") } ``` diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md index ffa4c1b43c..3ba26b0b68 100644 --- a/docs/spring_support_cn.md +++ b/docs/spring_support_cn.md @@ -11,7 +11,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持 com.alibaba.fastjson2 fastjson2-extension - 2.0.20 + 2.0.21 ``` @@ -19,7 +19,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持 ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21' } ``` diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md index 71b54058f9..8c65845feb 100644 --- a/docs/spring_support_en.md +++ b/docs/spring_support_en.md @@ -12,7 +12,7 @@ independent in the `extension` dependency. com.alibaba.fastjson2 fastjson2-extension - 2.0.20 + 2.0.21 ``` @@ -20,7 +20,7 @@ independent in the `extension` dependency. ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.20' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21' } ``` diff --git a/extension/pom.xml b/extension/pom.xml index dc0a63983d..e7be9c5d43 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml index d22edcfb43..9e11e5a3ef 100644 --- a/fastjson1-compatible/pom.xml +++ b/fastjson1-compatible/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 2b825e51cc..7c73bed6c1 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml diff --git a/pom.xml b/pom.xml index 694ca955b9..c0140597f1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ${project.artifactId} Fastjson is a JSON processor (JSON parser + JSON generator) written in Java pom diff --git a/safemode-test/pom.xml b/safemode-test/pom.xml index 71fbc65d1b..3af73009aa 100644 --- a/safemode-test/pom.xml +++ b/safemode-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml diff --git a/spring-test/pom.xml b/spring-test/pom.xml index e7d63985cf..d9ca29f4d7 100644 --- a/spring-test/pom.xml +++ b/spring-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.21-SNAPSHOT + 2.0.21 ../pom.xml