From f7d8fc7015ccc25fa0067f59d78271e4ce2e4c36 Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Sat, 6 May 2023 19:52:37 +0800 Subject: [PATCH] 2.0.30 release --- README.md | 20 ++++++++++---------- README_EN.md | 16 ++++++++-------- adapter/pom.xml | 2 +- android-test/app/build.gradle | 4 ++-- benchmark/pom.xml | 2 +- core/pom.xml | 2 +- docs/index.md | 16 ++++++++-------- docs/kotlin_cn.md | 4 ++-- docs/kotlin_en.md | 4 ++-- docs/spring_support_cn.md | 8 ++++---- docs/spring_support_en.md | 8 ++++---- docs/vector_optimized.md | 4 ++-- example-graalvm-native/pom.xml | 4 ++-- example-spring-test/pom.xml | 2 +- example-spring6-test/pom.xml | 4 ++-- extension-spring5/pom.xml | 2 +- extension-spring6/pom.xml | 2 +- extension/pom.xml | 2 +- fastjson1-compatible/pom.xml | 2 +- incubator-vector/pom.xml | 2 +- kotlin/pom.xml | 2 +- pom.xml | 2 +- safemode-test/pom.xml | 2 +- 23 files changed, 58 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index e84c055ccd..f4597f6f88 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.29 + 2.0.30 ``` @@ -49,7 +49,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.30' } ``` @@ -67,7 +67,7 @@ dependencies { com.alibaba fastjson - 2.0.29 + 2.0.30 ``` @@ -75,7 +75,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.29' + implementation 'com.alibaba:fastjson:2.0.30' } ``` @@ -89,7 +89,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.29 + 2.0.30 @@ -104,7 +104,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.29") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.30") } ``` @@ -118,7 +118,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.29 + 2.0.30 ``` @@ -126,7 +126,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.29 + 2.0.30 ``` @@ -134,14 +134,14 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.30' } ``` ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.30' } ``` diff --git a/README_EN.md b/README_EN.md index e926200b36..b709ed9389 100644 --- a/README_EN.md +++ b/README_EN.md @@ -47,7 +47,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.29 + 2.0.30 ``` @@ -55,7 +55,7 @@ Related Documents: ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.30' } ``` @@ -73,7 +73,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co com.alibaba fastjson - 2.0.29 + 2.0.30 ``` @@ -81,7 +81,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.29' + implementation 'com.alibaba:fastjson:2.0.30' } ``` @@ -95,7 +95,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.29 + 2.0.30 ``` @@ -103,7 +103,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.29") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.30") } ``` @@ -117,7 +117,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas com.alibaba.fastjson2 fastjson2-extension - 2.0.29 + 2.0.30 ``` @@ -125,7 +125,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.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.30' } ``` diff --git a/adapter/pom.xml b/adapter/pom.xml index 23e4575ae5..4519150c82 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -6,7 +6,7 @@ fastjson2-parent com.alibaba.fastjson2 - 2.0.30-SNAPSHOT + 2.0.30 fastjson2-adapter diff --git a/android-test/app/build.gradle b/android-test/app/build.gradle index 36a13003ca..e95261bf9f 100644 --- a/android-test/app/build.gradle +++ b/android-test/app/build.gradle @@ -35,8 +35,8 @@ android { dependencies { implementation 'com.alibaba:fastjson:1.1.73.android' - implementation 'com.alibaba.fastjson2:fastjson2:2.0.30-SNAPSHOT' - implementation 'com.alibaba.fastjson2:fastjson2-kotlin:2.0.30-SNAPSHOT' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.30' + implementation 'com.alibaba.fastjson2:fastjson2-kotlin:2.0.30' implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.10' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.2' diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 616cd917e3..8f764f9526 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 2d4bdad6df..cfea29fc71 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/docs/index.md b/docs/index.md index 036668a02a..750d1ccdfa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.29 + 2.0.30 ``` @@ -39,7 +39,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.30' } ``` @@ -57,7 +57,7 @@ dependencies { com.alibaba fastjson - 2.0.29 + 2.0.30 ``` @@ -65,7 +65,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.29' + implementation 'com.alibaba:fastjson:2.0.30' } ``` @@ -79,7 +79,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.29 + 2.0.30 ``` @@ -87,7 +87,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.29") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.30") } ``` @@ -101,7 +101,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.29 + 2.0.30 ``` @@ -109,7 +109,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.30' } ``` diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md index bd1ac69e59..fe1f83b752 100644 --- a/docs/kotlin_cn.md +++ b/docs/kotlin_cn.md @@ -11,7 +11,7 @@ com.alibaba.fastjson2 fastjson2-kotlin - 2.0.29 + 2.0.30 ``` @@ -19,7 +19,7 @@ ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.29") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.30") } ``` diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md index 8c696fcf95..e60e028168 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.29 + 2.0.30 ``` @@ -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.29") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.30") } ``` diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md index 64b622f4b8..a6fb5831e6 100644 --- a/docs/spring_support_cn.md +++ b/docs/spring_support_cn.md @@ -10,7 +10,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持 com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.29 + 2.0.30 or @@ -18,7 +18,7 @@ or com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.29 + 2.0.30 ``` @@ -26,13 +26,13 @@ or ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.30' } or dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.30' } ``` > 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。 diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md index ff14a2311f..14ca71970d 100644 --- a/docs/spring_support_en.md +++ b/docs/spring_support_en.md @@ -11,7 +11,7 @@ independent in the `extension` dependency. com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.29 + 2.0.30 or @@ -19,7 +19,7 @@ or com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.29 + 2.0.30 ``` @@ -27,13 +27,13 @@ or ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.30' } or dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.30' } ``` > After version 2.0.23, in order to be compatible with Spring 5.x / 6.x, different versions are independently opened with different dependency packages. diff --git a/docs/vector_optimized.md b/docs/vector_optimized.md index 79774ac793..226cfcc371 100644 --- a/docs/vector_optimized.md +++ b/docs/vector_optimized.md @@ -1,13 +1,13 @@ JDK 17中提供了[vector api](https://openjdk.org/jeps/426),可以用SIMD来优化性能。 -fastjson 2.0.29中已经支持vector api,这个优化目前处于incubator状态,需要通过如下方法打开: +fastjson 2.0.30中已经支持vector api,这个优化目前处于incubator状态,需要通过如下方法打开: 加上依赖 ```xml com.alibaba.fastjson2 fastjson2-incubator-vector - 2.0.29 + 2.0.30 ``` diff --git a/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml index 31af3c2ed2..89443cb862 100644 --- a/example-graalvm-native/pom.xml +++ b/example-graalvm-native/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml @@ -35,7 +35,7 @@ 17 ${maven.compiler.source} 3.2.2 - 2.0.30-SNAPSHOT + 2.0.30 fastjson2-example-graalvm-native diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml index af518569be..cc8444ed0e 100644 --- a/example-spring-test/pom.xml +++ b/example-spring-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml index 9d58193226..986643bb04 100644 --- a/example-spring6-test/pom.xml +++ b/example-spring6-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml @@ -16,7 +16,7 @@ true true - 2.0.30-SNAPSHOT + 2.0.30 17 17 ${maven.compiler.source} diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml index de89c7eef5..731bb899b0 100644 --- a/extension-spring5/pom.xml +++ b/extension-spring5/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml index 7c6d8b4ecc..55145bd70d 100644 --- a/extension-spring6/pom.xml +++ b/extension-spring6/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/extension/pom.xml b/extension/pom.xml index dd4049c65a..f416bb14b9 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml index b6e354da65..b0c25b8e8a 100644 --- a/fastjson1-compatible/pom.xml +++ b/fastjson1-compatible/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/incubator-vector/pom.xml b/incubator-vector/pom.xml index a59874f955..f74c1c23b1 100644 --- a/incubator-vector/pom.xml +++ b/incubator-vector/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 9362117948..74b76b5670 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml diff --git a/pom.xml b/pom.xml index e72e32f460..f2f3f6659c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ${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 7549f468e9..6bd5fba09c 100644 --- a/safemode-test/pom.xml +++ b/safemode-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.30-SNAPSHOT + 2.0.30 ../pom.xml