File tree 5 files changed +11
-8
lines changed
huaweicloud-sdk-java-dis-iface 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 85
85
* protobuf升级到3.25.5
86
86
* snappy-java升级到1.1.10.4
87
87
- Features
88
- * 支持adapter sdk跨账号授权
88
+ * 支持adapter sdk跨账号授权
89
+ # 1.3.20
90
+ - Bugfixs
91
+ * jackson-databind 类加载死锁问题处理:https://github.com/FasterXML/jackson-databind/issues/2715
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The recommended way to use the DIS SDK for Java in your project is to consume it
18
18
<dependency>
19
19
<groupId>com.huaweicloud.dis</groupId>
20
20
<artifactId>huaweicloud-sdk-java-dis</artifactId>
21
- <version>1.3.19 </version>
21
+ <version>1.3.20 </version>
22
22
<scope>compile</scope>
23
23
</dependency>
24
24
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.huaweicloud.dis</groupId >
8
8
<artifactId >huaweicloud-sdk-java-dis-pom</artifactId >
9
- <version >1.3.19-SNAPSHOT </version >
9
+ <version >1.3.20 </version >
10
10
</parent >
11
11
<groupId >com.huaweicloud.dis</groupId >
12
12
<artifactId >huaweicloud-sdk-java-dis-iface</artifactId >
13
- <version >1.3.19-SNAPSHOT </version >
13
+ <version >1.3.20 </version >
14
14
<name >huaweicloud-sdk-java-dis-iface</name >
15
15
<url >http://maven.apache.org</url >
16
16
<properties >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.huaweicloud.dis</groupId >
8
8
<artifactId >huaweicloud-sdk-java-dis-pom</artifactId >
9
- <version >1.3.19-SNAPSHOT </version >
9
+ <version >1.3.20 </version >
10
10
</parent >
11
11
<groupId >com.huaweicloud.dis</groupId >
12
12
<artifactId >huaweicloud-sdk-java-dis</artifactId >
13
- <version >1.3.19-SNAPSHOT </version >
13
+ <version >1.3.20 </version >
14
14
<name >huaweicloud-sdk-java-dis</name >
15
15
<url >http://maven.apache.org</url >
16
16
<properties >
27
27
<dependency >
28
28
<groupId >com.huaweicloud.dis</groupId >
29
29
<artifactId >huaweicloud-sdk-java-dis-iface</artifactId >
30
- <version >1.3.19-SNAPSHOT </version >
30
+ <version >1.3.20 </version >
31
31
</dependency >
32
32
33
33
<!-- Jackson -->
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.huaweicloud.dis</groupId >
7
7
<artifactId >huaweicloud-sdk-java-dis-pom</artifactId >
8
- <version >1.3.19-SNAPSHOT </version >
8
+ <version >1.3.20 </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >huaweicloud-sdk-java-dis</name >
You can’t perform that action at this time.
0 commit comments