From aabcd38647c6e86ec046ee94fc0e90c2bcbd4605 Mon Sep 17 00:00:00 2001 From: wenshao Date: Mon, 31 Mar 2025 12:11:05 +0800 Subject: [PATCH] 2.0.57 release --- README.md | 20 +++++++++---------- README_EN.md | 16 +++++++-------- benchmark/pom.xml | 2 +- benchmark_21/pom.xml | 2 +- codegen-test/pom.xml | 2 +- codegen/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 | 2 +- example-graalvm-native/pom.xml | 4 ++-- example-solon-test/pom.xml | 2 +- example-spring-test/pom.xml | 2 +- example-spring6-test/pom.xml | 4 ++-- .../extension-jaxrs-jakarta/pom.xml | 2 +- extension-jaxrs/extension-jaxrs-javax/pom.xml | 2 +- extension-jaxrs/pom.xml | 2 +- extension-solon/pom.xml | 2 +- extension-spring5/pom.xml | 2 +- extension-spring6/pom.xml | 2 +- extension/pom.xml | 2 +- fastjson1-compatible/pom.xml | 2 +- kotlin/pom.xml | 2 +- pom.xml | 2 +- safemode-test/pom.xml | 2 +- test-jdk17/pom.xml | 2 +- 29 files changed, 62 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 6b600b48d..e46313316 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.56 + 2.0.57 ``` @@ -49,7 +49,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.57' } ``` @@ -67,7 +67,7 @@ dependencies { com.alibaba fastjson - 2.0.56 + 2.0.57 ``` @@ -75,7 +75,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.56' + implementation 'com.alibaba:fastjson:2.0.57' } ``` @@ -89,7 +89,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.56 + 2.0.57 ``` @@ -114,7 +114,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.56") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.57") } ``` @@ -135,7 +135,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.56 + 2.0.57 ``` @@ -143,7 +143,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.56 + 2.0.57 ``` @@ -151,14 +151,14 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.57' } ``` ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.57' } ``` diff --git a/README_EN.md b/README_EN.md index 9c033195c..0c8d97ed6 100644 --- a/README_EN.md +++ b/README_EN.md @@ -47,7 +47,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.56 + 2.0.57 ``` @@ -55,7 +55,7 @@ Related Documents: ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.57' } ``` @@ -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.56 + 2.0.57 ``` @@ -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.56' + implementation 'com.alibaba:fastjson:2.0.57' } ``` @@ -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.56 + 2.0.57 ``` @@ -120,7 +120,7 @@ If the data class is used or the parameters are passed in through constructor, t ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.56") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.57") } ``` @@ -141,7 +141,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas com.alibaba.fastjson2 fastjson2-extension - 2.0.56 + 2.0.57 ``` @@ -149,7 +149,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.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.57' } ``` diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 47bcc9f96..f919028ad 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/benchmark_21/pom.xml b/benchmark_21/pom.xml index a984ff2ec..f56494ac9 100644 --- a/benchmark_21/pom.xml +++ b/benchmark_21/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/codegen-test/pom.xml b/codegen-test/pom.xml index 31f1fc5aa..8983c5b5a 100644 --- a/codegen-test/pom.xml +++ b/codegen-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/codegen/pom.xml b/codegen/pom.xml index 94a0beb93..bc58ddd10 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 53fda5797..bcb2a2f8b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/docs/index.md b/docs/index.md index 8c21d18fb..af204eb2e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.56 + 2.0.57 ``` @@ -39,7 +39,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.57' } ``` @@ -57,7 +57,7 @@ dependencies { com.alibaba fastjson - 2.0.56 + 2.0.57 ``` @@ -65,7 +65,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.56' + implementation 'com.alibaba:fastjson:2.0.57' } ``` @@ -79,7 +79,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.56 + 2.0.57 ``` @@ -87,7 +87,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.56") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.57") } ``` @@ -101,7 +101,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.56 + 2.0.57 ``` @@ -109,7 +109,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.57' } ``` diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md index cd5cc88bc..3f1025a8c 100644 --- a/docs/kotlin_cn.md +++ b/docs/kotlin_cn.md @@ -10,7 +10,7 @@ com.alibaba.fastjson2 fastjson2-kotlin - 2.0.56 + 2.0.57 ``` @@ -35,7 +35,7 @@ ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.56") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.57") } ``` diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md index 68309758f..40371a153 100644 --- a/docs/kotlin_en.md +++ b/docs/kotlin_en.md @@ -10,7 +10,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.56 + 2.0.57 ``` @@ -35,7 +35,7 @@ If the data class is used or the parameters are passed in through constructor, t ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.56") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.57") } ``` diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md index 0c4940b09..06f9fb8cc 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.56 + 2.0.57 or @@ -18,7 +18,7 @@ or com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.56 + 2.0.57 ``` @@ -26,13 +26,13 @@ or ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.57' } or dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.57' } ``` > 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。 diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md index 668a32a07..27b44518f 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.56 + 2.0.57 or @@ -19,7 +19,7 @@ or com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.56 + 2.0.57 ``` @@ -27,13 +27,13 @@ or ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.57' } or dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.56' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.57' } ``` > 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 dc5a04489..64008b315 100644 --- a/docs/vector_optimized.md +++ b/docs/vector_optimized.md @@ -1,3 +1,3 @@ JDK 17中提供了[vector api](https://openjdk.org/jeps/426),可以用SIMD来优化性能。 -fastjson 2.0.56版本开始全面使用SWAR(SIMD within a register)来做SIMD优化,不再需要使用vector api. +fastjson 2.0.57版本开始全面使用SWAR(SIMD within a register)来做SIMD优化,不再需要使用vector api. diff --git a/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml index 8cc363beb..46176f3d9 100644 --- a/example-graalvm-native/pom.xml +++ b/example-graalvm-native/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml @@ -35,7 +35,7 @@ 17 ${maven.compiler.source} 3.4.2 - 2.0.57-SNAPSHOT + 2.0.57 fastjson2-example-graalvm-native diff --git a/example-solon-test/pom.xml b/example-solon-test/pom.xml index 7c26dfa78..b7772d100 100644 --- a/example-solon-test/pom.xml +++ b/example-solon-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml index d735abac8..6b99173ab 100644 --- a/example-spring-test/pom.xml +++ b/example-spring-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml index dcd2d9fea..07db34958 100644 --- a/example-spring6-test/pom.xml +++ b/example-spring6-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml @@ -16,7 +16,7 @@ true true - 2.0.57-SNAPSHOT + 2.0.57 17 17 ${maven.compiler.source} diff --git a/extension-jaxrs/extension-jaxrs-jakarta/pom.xml b/extension-jaxrs/extension-jaxrs-jakarta/pom.xml index 8f3dcd9f6..cc606063a 100644 --- a/extension-jaxrs/extension-jaxrs-jakarta/pom.xml +++ b/extension-jaxrs/extension-jaxrs-jakarta/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-extension-jaxrs - 2.0.57-SNAPSHOT + 2.0.57 fastjson2-extension-jaxrs-jakarta diff --git a/extension-jaxrs/extension-jaxrs-javax/pom.xml b/extension-jaxrs/extension-jaxrs-javax/pom.xml index 0e976307c..916611b18 100644 --- a/extension-jaxrs/extension-jaxrs-javax/pom.xml +++ b/extension-jaxrs/extension-jaxrs-javax/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-extension-jaxrs - 2.0.57-SNAPSHOT + 2.0.57 fastjson2-extension-jaxrs-javax diff --git a/extension-jaxrs/pom.xml b/extension-jaxrs/pom.xml index 805d4a13f..412ea20b9 100644 --- a/extension-jaxrs/pom.xml +++ b/extension-jaxrs/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 fastjson2-extension-jaxrs pom diff --git a/extension-solon/pom.xml b/extension-solon/pom.xml index 5cdf802d6..8520d1b6d 100644 --- a/extension-solon/pom.xml +++ b/extension-solon/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml index 5e6eee0b7..852682f7b 100644 --- a/extension-spring5/pom.xml +++ b/extension-spring5/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml index c2fa9278f..386f4bf7f 100644 --- a/extension-spring6/pom.xml +++ b/extension-spring6/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/extension/pom.xml b/extension/pom.xml index 66c997d24..5c2836faa 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml index 998178d30..a01955f2e 100644 --- a/fastjson1-compatible/pom.xml +++ b/fastjson1-compatible/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 63344ceef..05c635d32 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/pom.xml b/pom.xml index 4fcf8f3f5..183eb4fc7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ${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 c20f5b29f..e0c8fb659 100644 --- a/safemode-test/pom.xml +++ b/safemode-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml diff --git a/test-jdk17/pom.xml b/test-jdk17/pom.xml index 7ee056ccc..f50d0a154 100644 --- a/test-jdk17/pom.xml +++ b/test-jdk17/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.57-SNAPSHOT + 2.0.57 ../pom.xml