Skip to content

Commit 0512c23

Browse files
committed
Update to 3.22.12
Replace the Third-party dependence and update the README file.
1 parent de3172b commit 0512c23

File tree

8 files changed

+70
-41
lines changed

8 files changed

+70
-41
lines changed

README-Android.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
Version 3.22.3
2-
Third-party dependence:
3-
1. Replace log4j2 2.17.0 with log4j2 2.17.1
4-
2. Replace okhttp 4.9.1 with okhttp 4.9.3
5-
3. Replace okio 2.7.0 with okio 2.10.0
6-
4. Replace jackson-core 2.12.5 with jackson-core 2.13.0
7-
5. Replace jackson-databind 2.12.5 with jackson-databind 2.13.0
8-
6. Replace jackson-annotations 2.12.5 with jackson-annotations 2.13.0
9-
-----------------------------------------------------------------------------------
10-
111
Version 3.21.12
122
Third-party dependence:
133
1. Replace log4j2 2.16.0 with log4j2 2.17.0
@@ -16,19 +6,19 @@ Third-party dependence:
166
Version 3.21.11
177
New features:
188
1. Allowed you to add any custom header field in a request.
9+
1910
Third-party dependence:
20-
1. Replace jackson-core 2.11.1 with jackson-core 2.12.5
21-
2. Replace jackson-databind 2.11.1 with jackson-databind 2.12.5
22-
3. Replace jackson-annotations 2.11.1 with jackson-annotations 2.12.5
23-
4. Replace okhttp 4.8.0 with okhttp 4.9.1
24-
5. Replace log4j2 2.14.1 with log4j2 2.16.0
11+
1. Replace jackson-core 2.12.5 with jackson-core 2.11.1
12+
2. Replace jackson-databind 2.12.5 with jackson-databind 2.11.1
13+
3. Replace jackson-annotations 2.12.5 with jackson-annotations 2.11.1
14+
4. Replace okhttp 4.9.1 with okhttp 4.8.0
15+
5. Replace log4j2 2.16.0 with log4j2 2.14.1
2516
-----------------------------------------------------------------------------------
2617

2718
Version 3.21.8
2819

2920
1. Replace okhttp 3.14.9 with okhttp 4.8.0.
3021
2. Adding original headers to Response object
31-
3222
-----------------------------------------------------------------------------------
3323

3424
Version 3.21.4

README-Java.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 3.22.12
2+
New features:
3+
1. Added the Deep Archive storage class in the Java SDK.
4+
2. Implemented the APIs related to posix accesslable int the Java SDK.
5+
6+
Third-party dependence:
7+
1. Replace log4j2 2.17.1 with log4j2 2.18.0
8+
2. Replace okhttp 4.9.3 with okhttp 4.10.0
9+
4. Replace jackson-core 2.13.0 with jackson-core 2.13.3
10+
5. Replace jackson-databind 2.13.0 with jackson-databind 2.13.4.1
11+
6. Replace jackson-annotations 2.13.0 with jackson-annotations 2.13.3
12+
-----------------------------------------------------------------------------------
13+
114
Version 3.22.3
215
Third-party dependence:
316
1. Replace log4j2 2.17.0 with log4j2 2.17.1

README.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 3.22.12
2+
New features:
3+
1. Added the Deep Archive storage class in the Java SDK.
4+
2. Implemented the APIs related to posix accesslable int the Java SDK.
5+
6+
Third-party dependence:
7+
1. Replace log4j2 2.17.1 with log4j2 2.18.0
8+
2. Replace okhttp 4.9.3 with okhttp 4.10.0
9+
4. Replace jackson-core 2.13.0 with jackson-core 2.13.3
10+
5. Replace jackson-databind 2.13.0 with jackson-databind 2.13.4.1
11+
6. Replace jackson-annotations 2.13.0 with jackson-annotations 2.13.3
12+
-----------------------------------------------------------------------------------
13+
114
Version 3.22.3
215
Third-party dependence:
316
1. Replace log4j2 2.17.0 with log4j2 2.17.1

README_CN.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 3.22.12
2+
New features:
3+
1. Java SDK支持深度归档
4+
2. Java SDK实现posix accesslable相关接口
5+
6+
Third-party dependence:
7+
1. 使用 log4j2 2.18.0 替代 log4j2 2.17.1
8+
2. 使用 okhttp 4.10.0 替代 okhttp 4.9.3
9+
4. 使用 jackson-core 2.13.3 替代 jackson-core 2.13.0
10+
5. 使用 jackson-databind 2.13.4.1 替代 jackson-databind 2.13.0
11+
6. 使用 jackson-annotations 2.13.3 替代 jackson-annotations 2.13.0
12+
-----------------------------------------------------------------------------------
13+
114
Version 3.22.3
215
Third-party dependence:
316
1. 使用 log4j2 2.17.1 替代 log4j2 2.17.0

pom-android.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.huaweicloud</groupId>
66
<artifactId>esdk-obs-android</artifactId>
7-
<version>3.22.3</version>
7+
<version>3.22.12</version>
88
<packaging>jar</packaging>
99

1010
<name>OBS SDK for Android</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.squareup.okhttp3</groupId>
3232
<artifactId>okhttp</artifactId>
33-
<version>4.9.3</version>
33+
<version>4.10.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.squareup.okio</groupId>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-core</artifactId>
44-
<version>2.13.0</version>
44+
<version>2.13.3</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.13.0</version>
49+
<version>2.13.4.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-annotations</artifactId>
54-
<version>2.13.0</version>
54+
<version>2.13.3</version>
5555
</dependency>
5656
</dependencies>
5757

pom-java-optimization.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.huaweicloud</groupId>
66
<artifactId>esdk-obs-java-optimised</artifactId>
7-
<version>3.22.3</version>
7+
<version>3.22.12.1</version>
88
<packaging>jar</packaging>
99

1010
<name>OBS SDK for Java</name>
@@ -40,28 +40,28 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-core</artifactId>
43-
<version>2.13.0</version>
43+
<version>2.13.3</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-databind</artifactId>
48-
<version>2.13.0</version>
48+
<version>2.13.4.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-annotations</artifactId>
53-
<version>2.13.0</version>
53+
<version>2.13.3</version>
5454
</dependency>
5555

5656
<dependency>
5757
<groupId>org.apache.logging.log4j</groupId>
5858
<artifactId>log4j-core</artifactId>
59-
<version>2.17.1</version>
59+
<version>2.18.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.logging.log4j</groupId>
6363
<artifactId>log4j-api</artifactId>
64-
<version>2.17.1</version>
64+
<version>2.18.0</version>
6565
</dependency>
6666
</dependencies>
6767

pom-java.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.huaweicloud</groupId>
66
<artifactId>esdk-obs-java</artifactId>
7-
<version>3.22.3</version>
7+
<version>3.22.12</version>
88
<packaging>jar</packaging>
99

1010
<name>OBS SDK for Java</name>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.squareup.okhttp3</groupId>
3131
<artifactId>okhttp</artifactId>
32-
<version>4.9.3</version>
32+
<version>4.10.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.squareup.okio</groupId>
@@ -40,28 +40,28 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-core</artifactId>
43-
<version>2.13.0</version>
43+
<version>2.13.3</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-databind</artifactId>
48-
<version>2.13.0</version>
48+
<version>2.13.4.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-annotations</artifactId>
53-
<version>2.13.0</version>
53+
<version>2.13.3</version>
5454
</dependency>
5555

5656
<dependency>
5757
<groupId>org.apache.logging.log4j</groupId>
5858
<artifactId>log4j-core</artifactId>
59-
<version>2.17.1</version>
59+
<version>2.18.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.logging.log4j</groupId>
6363
<artifactId>log4j-api</artifactId>
64-
<version>2.17.1</version>
64+
<version>2.18.0</version>
6565
</dependency>
6666

6767

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.huaweicloud</groupId>
66
<artifactId>esdk-obs-java</artifactId>
7-
<version>3.22.3</version>
7+
<version>3.22.12</version>
88
<packaging>jar</packaging>
99

1010
<name>OBS SDK for Java</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.squareup.okhttp3</groupId>
3232
<artifactId>okhttp</artifactId>
33-
<version>4.9.3</version>
33+
<version>4.10.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.squareup.okio</groupId>
@@ -41,28 +41,28 @@
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-core</artifactId>
44-
<version>2.13.0</version>
44+
<version>2.13.3</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.13.0</version>
49+
<version>2.13.4.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-annotations</artifactId>
54-
<version>2.13.0</version>
54+
<version>2.13.3</version>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>
5959
<artifactId>log4j-core</artifactId>
60-
<version>2.17.1</version>
60+
<version>2.18.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.logging.log4j</groupId>
6464
<artifactId>log4j-api</artifactId>
65-
<version>2.17.1</version>
65+
<version>2.18.0</version>
6666
</dependency>
6767

6868
<dependency>

0 commit comments

Comments
 (0)