File tree 5 files changed +10
-7
lines changed
src/main/java/com/huaweicloud/dis/util
huaweicloud-sdk-java-dis-iface
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 87
87
- Features
88
88
* 支持adapter sdk跨账号授权
89
89
# 1.3.20
90
+ - Bugfixs
91
+ * jackson-databind 类加载死锁问题处理:https://github.com/FasterXML/jackson-databind/issues/2715
92
+ # 1.3.21
90
93
- Bugfixs
91
94
* jackson-databind 类加载死锁问题处理:https://github.com/FasterXML/jackson-databind/issues/2715
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.20 </version >
9
+ <version >1.3.21 </version >
10
10
</parent >
11
11
<groupId >com.huaweicloud.dis</groupId >
12
12
<artifactId >huaweicloud-sdk-java-dis-iface</artifactId >
13
- <version >1.3.20 </version >
13
+ <version >1.3.21 </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.20 </version >
9
+ <version >1.3.21 </version >
10
10
</parent >
11
11
<groupId >com.huaweicloud.dis</groupId >
12
12
<artifactId >huaweicloud-sdk-java-dis</artifactId >
13
- <version >1.3.20 </version >
13
+ <version >1.3.21 </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.20 </version >
30
+ <version >1.3.21 </version >
31
31
</dependency >
32
32
33
33
<!-- Jackson -->
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public String translate(String input)
176
176
}
177
177
178
178
private static class DefaultPropertyNameingStrategy extends
179
- PropertyNamingStrategyBase
179
+ PropertyNamingStrategies . NamingBase
180
180
{
181
181
private static final long serialVersionUID = 1L ;
182
182
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.20 </version >
8
+ <version >1.3.21 </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