You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 3.31.1 - 2024-01-09
7
+
### Added
8
+
- Support for calling Oracle Cloud Infrastructure services in the sa-valparaiso-1 region
9
+
- Support for creation of up to 60 containers per container instance in the Container Instances service
10
+
- Support for Oracle GoldenGate discovery and monitoring in the Stack Monitoring service
11
+
- Support for GoldenGate stream analytics in the GoldenGate service
12
+
- Support for backup work requests in MySQL Heatwave service
13
+
- Support for create, update, delete and list operations on premise vantage points in the Application Performance Monitoring service
14
+
- Support for create, update, delete and list operations on workers in the Application Performance Monitoring service
15
+
- Support for host capacity planning for compute instances and host unallocated metrics in the Operations Insights service
16
+
17
+
### Fixed
18
+
- Operations that upload streams (e.g. `PutObject`) now retry according to global or client-level retry configurations (see [#566](https://github.com/oracle/oci-java-sdk/issues/566))
19
+
- Retry logic when fetching resource principal session tokens
20
+
6
21
## 3.31.0 - 2023-12-12
7
22
### Added
8
23
- Support for changing compartments of configurations in the PostgreSQL service
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ There is no HTTP client library configured by default. The OCI Java SDK offers t
55
55
### GraalVM Native Image Build
56
56
57
57
OCI Java SDK Jersey HTTP client and Jersey 3 Http client are both ready for GraalVM Native Image.
58
-
See [bmc-examples/native-gradle-example](bmc-examples/native-gradle-example) and [bmc-examples/native-maven-example](bmc-examples/native-maven-example)
58
+
See [bmc-examples/native-gradle-example](bmc-examples/native-gradle-example) and [bmc-other-examples/native-maven-example](bmc-other-examples/native-maven-example)
59
59
for configuration details for building Native Image executables.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/AccessGovernanceCP.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/AccessGovernanceCPAsync.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/AccessGovernanceCPAsyncClient.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/AccessGovernanceCPClient.java
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
4
*/
5
5
packagecom.oracle.bmc.accessgovernancecp;
@@ -151,11 +151,11 @@ public ChangeGovernanceInstanceCompartmentResponse changeGovernanceInstanceCompa
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/AccessGovernanceCPPaginators.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/AccessGovernanceCPWaiters.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/ChangeGovernanceInstanceCompartmentDetails.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/CreateGovernanceInstanceDetails.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/GovernanceInstance.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/GovernanceInstanceCollection.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/GovernanceInstanceConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/GovernanceInstanceSummary.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/InstanceLifecycleState.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/LicenseType.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/SenderConfig.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/SortOrder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/UpdateGovernanceInstanceConfigurationDetails.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/UpdateGovernanceInstanceDetails.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/model/UpdateSenderConfig.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/requests/ChangeGovernanceInstanceCompartmentRequest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/requests/CreateGovernanceInstanceRequest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
Copy file name to clipboardexpand all lines: bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/requests/DeleteGovernanceInstanceRequest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
0 commit comments