El contenido no se encuentra disponible en el idioma seleccionado. Estamos trabajando continuamente para agregar más idiomas. Gracias por su apoyo.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ Object Storage Service/ SDK Reference/ Java/ Before You Start (SDK for Java)

Before You Start (SDK for Java)

Updated on 2024-12-11 GMT+08:00

This section describes version updates and compatibility and important notes about Object Storage Service (OBS) SDK for Java.

Version Updates

Table 1 describes the version updates and compatibility of OBS SDK for Java.

Table 1 Version updates and compatibility of OBS SDK for Java

Version

Update

Description

Compatible or Not

v3.23.9.1

New features

Adaptation to third-party dependencies

New features:

  • Allowed you to customize DNS resolvers.

Adaptation to third-party dependencies:

  • Removed java-xmlbuilder and used the default javax.xml library.

-

v3.23.9

New features

Adaptation to third-party dependencies

New features:

  • Added the API for configuring bucket inventories.
  • Added client-side encryption.
  • Allowed you to configure the expiration time of fragments in lifecycle rules.

Adaptation to third-party dependencies:

  • Replaced Okio 2.10.0 with Okio 3.5.0.
  • Replaced OkHttp 4.10.0 with OkHttp 4.11.0.

Yes

v3.23.5

New features

New features:

  • Added the dual-write feature to buckets.
  • Supported the Standard, Infrequent Access, and Archive storage classes.
  • Supported capacity statistics on storage in three storage classes.

Yes

v3.23.3

New features

Adaptation to third-party dependencies

New features:

  • Allowed you to query the progress of cross-region replication.
  • Added the APIs for setting, obtaining, and deleting object tags.

Adaptation to third-party dependencies:

  • Replaced powermock-module-junit4 1.6.5 with powermock-module-junit4 2.0.9.
  • Replaced powermock-api-mockito 1.6.5 with powermock-api-mockito2 2.0.9.
  • Replaced mockito-core 1.10.19 with mockito-core 4.11.0.

Yes

v3.22.12

New features

Adaptation to third-party dependencies

New features:

  • Added the posix-accessible APIs.

Adaptation to third-party dependencies:

  • Replaced log4j2 2.17.1 with log4j2 2.18.0.
  • Replaced okhttp 4.9.3 with okhttp 4.10.0.
  • Replaced jackson-core 2.13.0 with jackson-core 2.13.3.
  • Replaced jackson-databind 2.13.0 with jackson-databind 2.13.4.1.
  • Replaced jackson-annotations 2.13.0 with jackson-annotations 2.13.3.

Yes

v3.22.3

Adaptation to third-party dependencies

  • Replaced log4j2 2.17.0 with log4j2 2.17.1.
  • Replaced okhttp 4.9.1 with okhttp 4.9.3.
  • Replaced Okio 2.7.0 with Okio 2.10.0.
  • Replaced jackson-core 2.12.5 with jackson-core 2.13.0.
  • Replaced jackson-databind 2.12.5 with jackson-databind 2.13.0.
  • Replaced jackson-annotations 2.12.5 with jackson-annotations 2.13.0.

Yes

v3.21.12

Adaptation to third-party dependencies

Replaced log4j2 2.16.0 with log4j2 2.17.0.

Yes

v3.21.11

New features

Adaptation to third-party dependencies

New features:

  • Allowed you to add user-defined headers in the requests.

Adaptation to third-party dependencies:

  • Replaced jackson-core 2.11.1 with jackson-core 2.12.5.
  • Replaced jackson-databind 2.11.1 with jackson-databind 2.12.5.
  • Replaced jackson-annotations 2.11.1 with jackson-annotations 2.12.5.
  • Replaced OkHttp 4.8.0 with OkHttp 4.9.1.
  • Replaced log4j2 2.14.1 with log4j2 2.16.0.

Yes

Earlier than v3.21.11

-

  • End of matching. You are advised to upgrade the version.

-

For more information about version updates, see ChangeLog.

Compatibility

  • Recommended JDK versions: JDK 8 or later
  • The earlier 2.X versions are no longer maintained. You are advised to upgrade them to the latest version as soon as possible.

Important Notes

Utilizamos cookies para mejorar nuestro sitio y tu experiencia. Al continuar navegando en nuestro sitio, tú aceptas nuestra política de cookies. Descubre más

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback