mirror of https://github.com/alibaba/fastjson2.git
2.0.22 release
This commit is contained in:
parent
006788bee9
commit
bf2cfa766a
21
README.md
21
README.md
|
|
@ -22,8 +22,9 @@
|
|||
- 支持`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.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/)
|
||||
- 支持`Android 8+`
|
||||
- 支持`Graal Native-Image`
|
||||
- 支持 `JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)
|
||||
|
||||

|
||||
|
||||
|
|
@ -47,7 +48,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -55,7 +56,7 @@
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -73,7 +74,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -81,7 +82,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba:fastjson:2.0.21'
|
||||
implementation 'com.alibaba:fastjson:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -95,7 +96,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -103,7 +104,7 @@ dependencies {
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -117,7 +118,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -125,7 +126,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
20
README_EN.md
20
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.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 Android 8+
|
||||
- Supports `Graal Native-Image`
|
||||
- Supports `JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)
|
||||
|
||||

|
||||
|
|
@ -46,7 +46,7 @@ Related Documents:
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ Related Documents:
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -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.21</version>
|
||||
<version>2.0.22</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.21'
|
||||
implementation 'com.alibaba:fastjson:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -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.21</version>
|
||||
<version>2.0.22</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.21")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -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.21</version>
|
||||
<version>2.0.22</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.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fastjson2-adapter</artifactId>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.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/)
|
||||
- 支持`Android`
|
||||
- 支持`Graal Native-Image`
|
||||
|
||||

|
||||
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba:fastjson:2.0.21'
|
||||
implementation 'com.alibaba:fastjson:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ dependencies {
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ dependencies {
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-kotlin</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.21")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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.21</version>
|
||||
<version>2.0.22</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.21")
|
||||
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ independent in the `extension` dependency.
|
|||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-extension</artifactId>
|
||||
<version>2.0.21</version>
|
||||
<version>2.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ independent in the `extension` dependency.
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.21'
|
||||
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</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.22-SNAPSHOT</fastjson2.version>
|
||||
<fastjson2.version>2.0.22</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.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<name>${project.artifactId}</name>
|
||||
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>
|
||||
<packaging>pom</packaging>
|
||||
|
|
@ -64,10 +64,8 @@
|
|||
<module>example-spring6-test</module>
|
||||
-->
|
||||
<module>extension</module>
|
||||
<!--
|
||||
<module>extension-spring6</module>
|
||||
-->
|
||||
<module>extension-spring5</module>
|
||||
<module>extension-spring6</module>
|
||||
<module>fastjson1-compatible</module>
|
||||
<module>kotlin</module>
|
||||
</modules>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.22-SNAPSHOT</version>
|
||||
<version>2.0.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue