diff --git a/README.md b/README.md
index d5ed9d4494..658f66bb73 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@
com.alibaba.fastjson2
fastjson2
- 2.0.26
+ 2.0.27
```
@@ -48,7 +48,7 @@
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.27'
}
```
@@ -66,7 +66,7 @@ dependencies {
com.alibaba
fastjson
- 2.0.26
+ 2.0.27
```
@@ -74,7 +74,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba:fastjson:2.0.26'
+ implementation 'com.alibaba:fastjson:2.0.27'
}
```
@@ -88,7 +88,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.26
+ 2.0.27
@@ -103,7 +103,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.27")
}
```
@@ -117,7 +117,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-extension
- 2.0.26
+ 2.0.27
```
@@ -125,7 +125,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.27'
}
```
diff --git a/README_EN.md b/README_EN.md
index a84177f651..6e5f92d896 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -46,7 +46,7 @@ Related Documents:
com.alibaba.fastjson2
fastjson2
- 2.0.26
+ 2.0.27
```
@@ -54,7 +54,7 @@ Related Documents:
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.27'
}
```
@@ -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.26
+ 2.0.27
```
@@ -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.26'
+ implementation 'com.alibaba:fastjson:2.0.27'
}
```
@@ -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.26
+ 2.0.27
```
@@ -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.26")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.27")
}
```
@@ -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.26
+ 2.0.27
```
@@ -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.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.27'
}
```
diff --git a/adapter/pom.xml b/adapter/pom.xml
index dba20db678..e4beb19d92 100644
--- a/adapter/pom.xml
+++ b/adapter/pom.xml
@@ -6,7 +6,7 @@
fastjson2-parent
com.alibaba.fastjson2
- 2.0.27-SNAPSHOT
+ 2.0.27
fastjson2-adapter
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index fc1712a3f1..7ec45046f0 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 340e21ba73..62f492f466 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/docs/index.md b/docs/index.md
index 68b6fdc3c8..17823aad19 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -31,7 +31,7 @@
com.alibaba.fastjson2
fastjson2
- 2.0.26
+ 2.0.27
```
@@ -39,7 +39,7 @@
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.27'
}
```
@@ -57,7 +57,7 @@ dependencies {
com.alibaba
fastjson
- 2.0.26
+ 2.0.27
```
@@ -65,7 +65,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba:fastjson:2.0.26'
+ implementation 'com.alibaba:fastjson:2.0.27'
}
```
@@ -79,7 +79,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.26
+ 2.0.27
```
@@ -87,7 +87,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.27")
}
```
@@ -101,7 +101,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-extension
- 2.0.26
+ 2.0.27
```
@@ -109,7 +109,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.27'
}
```
diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md
index 6b256e7f6e..a27cf4031a 100644
--- a/docs/kotlin_cn.md
+++ b/docs/kotlin_cn.md
@@ -11,7 +11,7 @@
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.26
+ 2.0.27
```
@@ -19,7 +19,7 @@
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.27")
}
```
diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md
index de6e8cc375..ae3af49e10 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.26
+ 2.0.27
```
@@ -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.26")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.27")
}
```
diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md
index 2555fc34ed..8e01545821 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.26
+ 2.0.27
or
@@ -18,7 +18,7 @@ or
com.alibaba.fastjson2
fastjson2-extension-spring6
- 2.0.26
+ 2.0.27
```
@@ -26,13 +26,13 @@ or
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.27'
}
or
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.27'
}
```
> 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。
diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md
index 5acfcad73a..3a85526aba 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.26
+ 2.0.27
or
@@ -19,7 +19,7 @@ or
com.alibaba.fastjson2
fastjson2-extension-spring6
- 2.0.26
+ 2.0.27
```
@@ -27,13 +27,13 @@ or
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.27'
}
or
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.26'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.27'
}
```
> 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 7afe7c418d..0647308701 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.26中已经支持vector api,这个优化目前处于incubator状态,需要通过如下方法打开:
+fastjson 2.0.27中已经支持vector api,这个优化目前处于incubator状态,需要通过如下方法打开:
加上依赖
```xml
com.alibaba.fastjson2
fastjson2-incubator-vector
- 2.0.26
+ 2.0.27
```
diff --git a/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml
index 4e3857d691..dd365abdec 100644
--- a/example-graalvm-native/pom.xml
+++ b/example-graalvm-native/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
@@ -35,7 +35,7 @@
17
${maven.compiler.source}
3.2.2
- 2.0.27-SNAPSHOT
+ 2.0.27
fastjson2-example-graalvm-native
diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml
index cbafce2a24..d35a656641 100644
--- a/example-spring-test/pom.xml
+++ b/example-spring-test/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml
index 317c81e0e5..5e66b43b26 100644
--- a/example-spring6-test/pom.xml
+++ b/example-spring6-test/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
@@ -15,7 +15,7 @@
example-spring6-test
true
- 2.0.27-SNAPSHOT
+ 2.0.27
17
17
${maven.compiler.source}
diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml
index e97e2d31a1..d05efc3156 100644
--- a/extension-spring5/pom.xml
+++ b/extension-spring5/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml
index 916781f29c..31fbc7bea8 100644
--- a/extension-spring6/pom.xml
+++ b/extension-spring6/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/extension/pom.xml b/extension/pom.xml
index 757529f0aa..2116fca54e 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml
index c4c43fabda..d062545d8f 100644
--- a/fastjson1-compatible/pom.xml
+++ b/fastjson1-compatible/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/incubator-vector/pom.xml b/incubator-vector/pom.xml
index 48a761e66f..cb9ecc20ea 100644
--- a/incubator-vector/pom.xml
+++ b/incubator-vector/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index 92aaf0a1b7..b92eac0690 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml
diff --git a/pom.xml b/pom.xml
index c7a46ce427..9e135c4736 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
${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 0acfc1a6eb..b6c1ec34a7 100644
--- a/safemode-test/pom.xml
+++ b/safemode-test/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.27-SNAPSHOT
+ 2.0.27
../pom.xml