From 0512c23d52f0f0686d3b1f34f1e8650bd02cea83 Mon Sep 17 00:00:00 2001 From: redabc Date: Thu, 2 Feb 2023 11:41:12 +0800 Subject: [PATCH] Update to 3.22.12 Replace the Third-party dependence and update the README file. --- README-Android.md | 22 ++++++---------------- README-Java.md | 13 +++++++++++++ README.MD | 13 +++++++++++++ README_CN.MD | 13 +++++++++++++ pom-android.xml | 10 +++++----- pom-java-optimization.xml | 12 ++++++------ pom-java.xml | 14 +++++++------- pom.xml | 14 +++++++------- 8 files changed, 70 insertions(+), 41 deletions(-) diff --git a/README-Android.md b/README-Android.md index 029770c..b79a54a 100644 --- a/README-Android.md +++ b/README-Android.md @@ -1,13 +1,3 @@ -Version 3.22.3 -Third-party dependence: -1. Replace log4j2 2.17.0 with log4j2 2.17.1 -2. Replace okhttp 4.9.1 with okhttp 4.9.3 -3. Replace okio 2.7.0 with okio 2.10.0 -4. Replace jackson-core 2.12.5 with jackson-core 2.13.0 -5. Replace jackson-databind 2.12.5 with jackson-databind 2.13.0 -6. Replace jackson-annotations 2.12.5 with jackson-annotations 2.13.0 ------------------------------------------------------------------------------------ - Version 3.21.12 Third-party dependence: 1. Replace log4j2 2.16.0 with log4j2 2.17.0 @@ -16,19 +6,19 @@ Third-party dependence: Version 3.21.11 New features: 1. Allowed you to add any custom header field in a request. + Third-party dependence: -1. Replace jackson-core 2.11.1 with jackson-core 2.12.5 -2. Replace jackson-databind 2.11.1 with jackson-databind 2.12.5 -3. Replace jackson-annotations 2.11.1 with jackson-annotations 2.12.5 -4. Replace okhttp 4.8.0 with okhttp 4.9.1 -5. Replace log4j2 2.14.1 with log4j2 2.16.0 +1. Replace jackson-core 2.12.5 with jackson-core 2.11.1 +2. Replace jackson-databind 2.12.5 with jackson-databind 2.11.1 +3. Replace jackson-annotations 2.12.5 with jackson-annotations 2.11.1 +4. Replace okhttp 4.9.1 with okhttp 4.8.0 +5. Replace log4j2 2.16.0 with log4j2 2.14.1 ----------------------------------------------------------------------------------- Version 3.21.8 1. Replace okhttp 3.14.9 with okhttp 4.8.0. 2. Adding original headers to Response object - ----------------------------------------------------------------------------------- Version 3.21.4 diff --git a/README-Java.md b/README-Java.md index eceee0d..744907b 100644 --- a/README-Java.md +++ b/README-Java.md @@ -1,3 +1,16 @@ +Version 3.22.12 +New features: +1. Added the Deep Archive storage class in the Java SDK. +2. Implemented the APIs related to posix accesslable int the Java SDK. + +Third-party dependence: +1. Replace log4j2 2.17.1 with log4j2 2.18.0 +2. Replace okhttp 4.9.3 with okhttp 4.10.0 +4. Replace jackson-core 2.13.0 with jackson-core 2.13.3 +5. Replace jackson-databind 2.13.0 with jackson-databind 2.13.4.1 +6. Replace jackson-annotations 2.13.0 with jackson-annotations 2.13.3 +----------------------------------------------------------------------------------- + Version 3.22.3 Third-party dependence: 1. Replace log4j2 2.17.0 with log4j2 2.17.1 diff --git a/README.MD b/README.MD index eceee0d..99fbd44 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,16 @@ +Version 3.22.12 +New features: +1. Added the Deep Archive storage class in the Java SDK. +2. Implemented the APIs related to posix accesslable int the Java SDK. + +Third-party dependence: +1. Replace log4j2 2.17.1 with log4j2 2.18.0 +2. Replace okhttp 4.9.3 with okhttp 4.10.0 +4. Replace jackson-core 2.13.0 with jackson-core 2.13.3 +5. Replace jackson-databind 2.13.0 with jackson-databind 2.13.4.1 +6. Replace jackson-annotations 2.13.0 with jackson-annotations 2.13.3 +----------------------------------------------------------------------------------- + Version 3.22.3 Third-party dependence: 1. Replace log4j2 2.17.0 with log4j2 2.17.1 diff --git a/README_CN.MD b/README_CN.MD index 2f47983..d673480 100644 --- a/README_CN.MD +++ b/README_CN.MD @@ -1,3 +1,16 @@ +Version 3.22.12 +New features: +1. Java SDK支持深度归档 +2. Java SDK实现posix accesslable相关接口 + +Third-party dependence: +1. 使用 log4j2 2.18.0 替代 log4j2 2.17.1 +2. 使用 okhttp 4.10.0 替代 okhttp 4.9.3 +4. 使用 jackson-core 2.13.3 替代 jackson-core 2.13.0 +5. 使用 jackson-databind 2.13.4.1 替代 jackson-databind 2.13.0 +6. 使用 jackson-annotations 2.13.3 替代 jackson-annotations 2.13.0 +----------------------------------------------------------------------------------- + Version 3.22.3 Third-party dependence: 1. 使用 log4j2 2.17.1 替代 log4j2 2.17.0 diff --git a/pom-android.xml b/pom-android.xml index 2f5f503..b2e7981 100644 --- a/pom-android.xml +++ b/pom-android.xml @@ -4,7 +4,7 @@ com.huaweicloud esdk-obs-android - 3.22.3 + 3.22.12 jar OBS SDK for Android @@ -30,7 +30,7 @@ com.squareup.okhttp3 okhttp - 4.9.3 + 4.10.0 com.squareup.okio @@ -41,17 +41,17 @@ com.fasterxml.jackson.core jackson-core - 2.13.0 + 2.13.3 com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.4.1 com.fasterxml.jackson.core jackson-annotations - 2.13.0 + 2.13.3 diff --git a/pom-java-optimization.xml b/pom-java-optimization.xml index ec65507..310b26c 100644 --- a/pom-java-optimization.xml +++ b/pom-java-optimization.xml @@ -4,7 +4,7 @@ com.huaweicloud esdk-obs-java-optimised - 3.22.3 + 3.22.12.1 jar OBS SDK for Java @@ -40,28 +40,28 @@ com.fasterxml.jackson.core jackson-core - 2.13.0 + 2.13.3 com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.4.1 com.fasterxml.jackson.core jackson-annotations - 2.13.0 + 2.13.3 org.apache.logging.log4j log4j-core - 2.17.1 + 2.18.0 org.apache.logging.log4j log4j-api - 2.17.1 + 2.18.0 diff --git a/pom-java.xml b/pom-java.xml index b04984c..de781ba 100644 --- a/pom-java.xml +++ b/pom-java.xml @@ -4,7 +4,7 @@ com.huaweicloud esdk-obs-java - 3.22.3 + 3.22.12 jar OBS SDK for Java @@ -29,7 +29,7 @@ com.squareup.okhttp3 okhttp - 4.9.3 + 4.10.0 com.squareup.okio @@ -40,28 +40,28 @@ com.fasterxml.jackson.core jackson-core - 2.13.0 + 2.13.3 com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.4.1 com.fasterxml.jackson.core jackson-annotations - 2.13.0 + 2.13.3 org.apache.logging.log4j log4j-core - 2.17.1 + 2.18.0 org.apache.logging.log4j log4j-api - 2.17.1 + 2.18.0 diff --git a/pom.xml b/pom.xml index 367e807..04c1b83 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.huaweicloud esdk-obs-java - 3.22.3 + 3.22.12 jar OBS SDK for Java @@ -30,7 +30,7 @@ com.squareup.okhttp3 okhttp - 4.9.3 + 4.10.0 com.squareup.okio @@ -41,28 +41,28 @@ com.fasterxml.jackson.core jackson-core - 2.13.0 + 2.13.3 com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.4.1 com.fasterxml.jackson.core jackson-annotations - 2.13.0 + 2.13.3 org.apache.logging.log4j log4j-core - 2.17.1 + 2.18.0 org.apache.logging.log4j log4j-api - 2.17.1 + 2.18.0