mirror of https://github.com/alibaba/fastjson2.git
2.0.23 release
This commit is contained in:
parent
7711ed4c6c
commit
61bb3fe6bf
16
README.md
16
README.md
|
|
@ -48,7 +48,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -74,7 +74,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba:fastjson:2.0.22'
|
||||
implementation 'com.alibaba:fastjson:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ dependencies {
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
16
README_EN.md
16
README_EN.md
|
|
@ -46,7 +46,7 @@ Related Documents:
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ Related Documents:
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -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.22'
|
||||
implementation 'com.alibaba:fastjson:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -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.22")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -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.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fastjson2-adapter</artifactId>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba:fastjson:2.0.22'
|
||||
implementation 'com.alibaba:fastjson:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ dependencies {
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -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.22")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension-spring5</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
|
||||
or
|
||||
|
|
@ -18,7 +18,7 @@ or
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension-spring6</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -26,17 +26,17 @@ or
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.23'
|
||||
}
|
||||
|
||||
or
|
||||
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.23'
|
||||
}
|
||||
```
|
||||
> 2.0.22版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。
|
||||
> 如使用2.0.22之前的版本,请参考:
|
||||
> 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。
|
||||
> 如使用2.0.23之前的版本,请参考:
|
||||
|
||||
`Maven`:
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ independent in the `extension` dependency.
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension-spring5</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
|
||||
or
|
||||
|
|
@ -19,7 +19,7 @@ or
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension-spring6</artifactId>
|
||||
<version>2.0.22</version>
|
||||
<version>2.0.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -27,17 +27,17 @@ or
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.23'
|
||||
}
|
||||
|
||||
or
|
||||
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.22'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.23'
|
||||
}
|
||||
```
|
||||
> After version 2.0.22, in order to be compatible with Spring 5.x / 6.x, different versions are independently opened with different dependency packages.
|
||||
> If using a version earlier than 2.0.22, please refer to:
|
||||
> 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.
|
||||
> If using a version earlier than 2.0.23, please refer to:
|
||||
|
||||
`Maven`:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>com.example</groupId>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<properties>
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
<fastjson2.version>2.0.23-SNAPSHOT</fastjson2.version>
|
||||
<fastjson2.version>2.0.23</fastjson2.version>
|
||||
<java.version>17</java.version>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.23-SNAPSHOT</version>
|
||||
<version>2.0.23</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue