Skip to content

Commit

Permalink
2.0.6.release
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 4, 2022
1 parent ba7c427 commit 06cc66a
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 45 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
- 支持`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` [(2.0.5.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.android/)
- 支持`Graal Native-Image` [(2.0.5.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.graal/)
- 支持`Android` [(2.0.6.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.android/)
- 支持`Graal Native-Image` [(2.0.6.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.graal/)

![fastjson](docs/logo.jpg "fastjson")

Expand All @@ -46,15 +46,15 @@
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2:2.0.5'
implementation 'com.alibaba.fastjson2:fastjson2:2.0.6'
}
```

Expand All @@ -72,15 +72,15 @@ dependencies {
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba:fastjson:2.0.5'
implementation 'com.alibaba:fastjson:2.0.6'
}
```

Expand All @@ -94,15 +94,15 @@ dependencies {
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-kotlin</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Kotlin Gradle`:

```kotlin
dependencies {
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
}
```

Expand All @@ -116,15 +116,15 @@ dependencies {
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5'
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6'
}
```

Expand Down
20 changes: 10 additions & 10 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [(2.0.5.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.android/)
- Supports `Graal Native-Image` [(2.0.5.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.graal/)
- Supports Android [(2.0.6.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.android/)
- Supports `Graal Native-Image` [(2.0.6.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.graal/)
- Supports `JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)

![fastjson](docs/logo.jpg "fastjson")
Expand All @@ -46,15 +46,15 @@ Related Documents:
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2:2.0.5'
implementation 'com.alibaba.fastjson2:fastjson2:2.0.6'
}
```

Expand All @@ -72,15 +72,15 @@ 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.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba:fastjson:2.0.5'
implementation 'com.alibaba:fastjson:2.0.6'
}
```

Expand All @@ -94,15 +94,15 @@ 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.5</version>
<version>2.0.6</version>
</dependency>
```

`Kotlin Gradle`:

```kotlin
dependencies {
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
}
```

Expand All @@ -116,15 +116,15 @@ 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.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5'
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
20 changes: 10 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.android/)
- 支持`Graal Native-Image` [(2.0.5.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.graal/)
- 支持`Android` [(2.0.6.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.android/)
- 支持`Graal Native-Image` [(2.0.6.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.graal/)

![fastjson](logo.jpg "fastjson")

Expand All @@ -31,15 +31,15 @@
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2:2.0.5'
implementation 'com.alibaba.fastjson2:fastjson2:2.0.6'
}
```

Expand All @@ -57,15 +57,15 @@ dependencies {
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba:fastjson:2.0.5'
implementation 'com.alibaba:fastjson:2.0.6'
}
```

Expand All @@ -79,15 +79,15 @@ dependencies {
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-kotlin</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```kotlin
dependencies {
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
}
```

Expand All @@ -101,15 +101,15 @@ dependencies {
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Gradle`:

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5'
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/kotlin_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-kotlin</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```

`Kotlin Gradle`:

```kotlin
dependencies {
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/kotlin_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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.5</version>
<version>2.0.6</version>
</dependency>
```

`Kotlin Gradle`:

```kotlin
dependencies {
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/spring_support_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public class RedisConfiguration {

## 4.3 JSONB Redis Serializer

如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对jsonb参数进行配置,该参数是 fastjson 2.0.6-SNAPSHOT 版本中新增的支持,配置也很简单。
如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对jsonb参数进行配置,该参数是 fastjson 2.0.6 版本中新增的支持,配置也很简单。

**Example**:

Expand Down Expand Up @@ -255,7 +255,7 @@ public class StreamConfiguration {

## 5.2 JSONB Message Converter

如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对 `FastJsonConfig``jsonb` 参数进行配置,该参数是 fastjson 2.0.6-SNAPSHOT 版本中新增的支持,配置也很简单。
如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对 `FastJsonConfig``jsonb` 参数进行配置,该参数是 fastjson 2.0.6 版本中新增的支持,配置也很简单。

_注意:JSONB仅支持将Message的payload序列化为byte[]_

Expand Down
4 changes: 2 additions & 2 deletions docs/spring_support_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public class RedisConfiguration {
## 4.3 JSONB Redis Serializer

If you plan to use JSONB as an object serialization/deserialization method and have higher serialization speed
requirements, you can configure the `jsonb` parameter, which is a new support in fastjson 2.0.6-SNAPSHOT, and the configuration
requirements, you can configure the `jsonb` parameter, which is a new support in fastjson 2.0.6, and the configuration
is also very simple.

**Example**:
Expand Down Expand Up @@ -266,7 +266,7 @@ public class StreamConfiguration {
## 5.2 JSONB Message Converter

If you plan to use JSONB as the object serialization/deserialization method and have high requirements on serialization
speed, you can configure the `jsonb` parameter of `FastJsonConfig`, which is a new support in fastjson 2.0.6-SNAPSHOT version ,
speed, you can configure the `jsonb` parameter of `FastJsonConfig`, which is a new support in fastjson 2.0.6 version ,
the configuration is also very simple.

_Note: JSONB only supports serializing the payload of Message to byte[]_
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fastjson1-compatible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<name>${project.artifactId}</name>
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -108,6 +108,10 @@
</developers>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down
2 changes: 1 addition & 1 deletion safemode-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.6-SNAPSHOT</version>
<version>2.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 06cc66a

Please sign in to comment.