Skip to content

Commit 8fb4b4d

Browse files
committed
2.0.26 release
1 parent 0384f2e commit 8fb4b4d

File tree

22 files changed

+54
-54
lines changed

22 files changed

+54
-54
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<dependency>
4141
<groupId>com.alibaba.fastjson2</groupId>
4242
<artifactId>fastjson2</artifactId>
43-
<version>2.0.25</version>
43+
<version>2.0.26</version>
4444
</dependency>
4545
```
4646

4747
`Gradle`:
4848

4949
```groovy
5050
dependencies {
51-
implementation 'com.alibaba.fastjson2:fastjson2:2.0.25'
51+
implementation 'com.alibaba.fastjson2:fastjson2:2.0.26'
5252
}
5353
```
5454

@@ -66,15 +66,15 @@ dependencies {
6666
<dependency>
6767
<groupId>com.alibaba</groupId>
6868
<artifactId>fastjson</artifactId>
69-
<version>2.0.25</version>
69+
<version>2.0.26</version>
7070
</dependency>
7171
```
7272

7373
`Gradle`:
7474

7575
```groovy
7676
dependencies {
77-
implementation 'com.alibaba:fastjson:2.0.25'
77+
implementation 'com.alibaba:fastjson:2.0.26'
7878
}
7979
```
8080

@@ -88,7 +88,7 @@ dependencies {
8888
<dependency>
8989
<groupId>com.alibaba.fastjson2</groupId>
9090
<artifactId>fastjson2-kotlin</artifactId>
91-
<version>2.0.25</version>
91+
<version>2.0.26</version>
9292
</dependency>
9393

9494
<!-- 有些场景需要依赖kotlin-reflect -->
@@ -103,7 +103,7 @@ dependencies {
103103

104104
```kotlin
105105
dependencies {
106-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.25")
106+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
107107
}
108108
```
109109

@@ -117,15 +117,15 @@ dependencies {
117117
<dependency>
118118
<groupId>com.alibaba.fastjson2</groupId>
119119
<artifactId>fastjson2-extension</artifactId>
120-
<version>2.0.25</version>
120+
<version>2.0.26</version>
121121
</dependency>
122122
```
123123

124124
`Gradle`:
125125

126126
```groovy
127127
dependencies {
128-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.25'
128+
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.26'
129129
}
130130
```
131131

README_EN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Related Documents:
4646
<dependency>
4747
<groupId>com.alibaba.fastjson2</groupId>
4848
<artifactId>fastjson2</artifactId>
49-
<version>2.0.25</version>
49+
<version>2.0.26</version>
5050
</dependency>
5151
```
5252

5353
`Gradle`:
5454

5555
```groovy
5656
dependencies {
57-
implementation 'com.alibaba.fastjson2:fastjson2:2.0.25'
57+
implementation 'com.alibaba.fastjson2:fastjson2:2.0.26'
5858
}
5959
```
6060

@@ -72,15 +72,15 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
7272
<dependency>
7373
<groupId>com.alibaba</groupId>
7474
<artifactId>fastjson</artifactId>
75-
<version>2.0.25</version>
75+
<version>2.0.26</version>
7676
</dependency>
7777
```
7878

7979
`Gradle`:
8080

8181
```groovy
8282
dependencies {
83-
implementation 'com.alibaba:fastjson:2.0.25'
83+
implementation 'com.alibaba:fastjson:2.0.26'
8484
}
8585
```
8686

@@ -94,15 +94,15 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
9494
<dependency>
9595
<groupId>com.alibaba.fastjson2</groupId>
9696
<artifactId>fastjson2-kotlin</artifactId>
97-
<version>2.0.25</version>
97+
<version>2.0.26</version>
9898
</dependency>
9999
```
100100

101101
`Kotlin Gradle`:
102102

103103
```kotlin
104104
dependencies {
105-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.25")
105+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
106106
}
107107
```
108108

@@ -116,15 +116,15 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas
116116
<dependency>
117117
<groupId>com.alibaba.fastjson2</groupId>
118118
<artifactId>fastjson2-extension</artifactId>
119-
<version>2.0.25</version>
119+
<version>2.0.26</version>
120120
</dependency>
121121
```
122122

123123
`Gradle`:
124124

125125
```groovy
126126
dependencies {
127-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.25'
127+
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.26'
128128
}
129129
```
130130

adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>fastjson2-parent</artifactId>
88
<groupId>com.alibaba.fastjson2</groupId>
9-
<version>2.0.26-SNAPSHOT</version>
9+
<version>2.0.26</version>
1010
</parent>
1111

1212
<artifactId>fastjson2-adapter</artifactId>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.26-SNAPSHOT</version>
9+
<version>2.0.26</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.26-SNAPSHOT</version>
9+
<version>2.0.26</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<dependency>
3232
<groupId>com.alibaba.fastjson2</groupId>
3333
<artifactId>fastjson2</artifactId>
34-
<version>2.0.25</version>
34+
<version>2.0.26</version>
3535
</dependency>
3636
```
3737

3838
`Gradle`:
3939

4040
```groovy
4141
dependencies {
42-
implementation 'com.alibaba.fastjson2:fastjson2:2.0.25'
42+
implementation 'com.alibaba.fastjson2:fastjson2:2.0.26'
4343
}
4444
```
4545

@@ -57,15 +57,15 @@ dependencies {
5757
<dependency>
5858
<groupId>com.alibaba</groupId>
5959
<artifactId>fastjson</artifactId>
60-
<version>2.0.25</version>
60+
<version>2.0.26</version>
6161
</dependency>
6262
```
6363

6464
`Gradle`:
6565

6666
```groovy
6767
dependencies {
68-
implementation 'com.alibaba:fastjson:2.0.25'
68+
implementation 'com.alibaba:fastjson:2.0.26'
6969
}
7070
```
7171

@@ -79,15 +79,15 @@ dependencies {
7979
<dependency>
8080
<groupId>com.alibaba.fastjson2</groupId>
8181
<artifactId>fastjson2-kotlin</artifactId>
82-
<version>2.0.25</version>
82+
<version>2.0.26</version>
8383
</dependency>
8484
```
8585

8686
`Gradle`:
8787

8888
```kotlin
8989
dependencies {
90-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.25")
90+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
9191
}
9292
```
9393

@@ -101,15 +101,15 @@ dependencies {
101101
<dependency>
102102
<groupId>com.alibaba.fastjson2</groupId>
103103
<artifactId>fastjson2-extension</artifactId>
104-
<version>2.0.25</version>
104+
<version>2.0.26</version>
105105
</dependency>
106106
```
107107

108108
`Gradle`:
109109

110110
```groovy
111111
dependencies {
112-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.25'
112+
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.26'
113113
}
114114
```
115115

docs/kotlin_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<dependency>
1212
<groupId>com.alibaba.fastjson2</groupId>
1313
<artifactId>fastjson2-kotlin</artifactId>
14-
<version>2.0.25</version>
14+
<version>2.0.26</version>
1515
</dependency>
1616
```
1717

1818
`Kotlin Gradle`:
1919

2020
```kotlin
2121
dependencies {
22-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.25")
22+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
2323
}
2424
```
2525

docs/kotlin_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use
1111
<dependency>
1212
<groupId>com.alibaba.fastjson2</groupId>
1313
<artifactId>fastjson2-kotlin</artifactId>
14-
<version>2.0.25</version>
14+
<version>2.0.26</version>
1515
</dependency>
1616
```
1717

1818
`Kotlin Gradle`:
1919

2020
```kotlin
2121
dependencies {
22-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.25")
22+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.26")
2323
}
2424
```
2525

docs/spring_support_cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持
1010
<dependency>
1111
<groupId>com.alibaba.fastjson2</groupId>
1212
<artifactId>fastjson2-extension-spring5</artifactId>
13-
<version>2.0.25</version>
13+
<version>2.0.26</version>
1414
</dependency>
1515

1616
or
1717

1818
<dependency>
1919
<groupId>com.alibaba.fastjson2</groupId>
2020
<artifactId>fastjson2-extension-spring6</artifactId>
21-
<version>2.0.25</version>
21+
<version>2.0.26</version>
2222
</dependency>
2323
```
2424

2525
`Gradle`:
2626

2727
```groovy
2828
dependencies {
29-
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.25'
29+
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.26'
3030
}
3131
3232
or
3333
3434
dependencies {
35-
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.25'
35+
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.26'
3636
}
3737
```
3838
> 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。

docs/spring_support_en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ independent in the `extension` dependency.
1111
<dependency>
1212
<groupId>com.alibaba.fastjson2</groupId>
1313
<artifactId>fastjson2-extension-spring5</artifactId>
14-
<version>2.0.25</version>
14+
<version>2.0.26</version>
1515
</dependency>
1616

1717
or
1818

1919
<dependency>
2020
<groupId>com.alibaba.fastjson2</groupId>
2121
<artifactId>fastjson2-extension-spring6</artifactId>
22-
<version>2.0.25</version>
22+
<version>2.0.26</version>
2323
</dependency>
2424
```
2525

2626
`Gradle`:
2727

2828
```groovy
2929
dependencies {
30-
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.25'
30+
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.26'
3131
}
3232
3333
or
3434
3535
dependencies {
36-
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.25'
36+
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.26'
3737
}
3838
```
3939
> 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.

0 commit comments

Comments
 (0)