Skip to content

Commit a1fed71

Browse files
authored
Releasing version 2.14.1
Releasing version 2.14.1
2 parents 4f4c35a + 1bb8712 commit a1fed71

File tree

361 files changed

+14122
-1246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+14122
-1246
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.14.1 - 2022-02-01
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the ap-dcc-canberra-1 region
9+
- Support for the Console Dashboard service
10+
- Support for capacity reservation in the Container Engine for Kubernetes service
11+
- Support for tagging in the Container Engine for Kubernetes service
12+
- Support for fetching listings by image OCID in the Marketplace service
13+
- Support for underscores and hyphens in project resource names in the DevOps service
14+
- Support for cross-region cloning in the Database service
15+
616
## 2.14.0 - 2022-01-25
717
### Added
818
- Support for OneSubscription services

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>2.14.0</version>
7+
<version>2.14.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.14.0</version>
21+
<version>2.14.1</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>2.14.0</version>
8+
<version>2.14.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>2.14.0</version>
47+
<version>2.14.1</version>
4848
</dependency>
4949
</dependencies>
5050
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>2.14.0</version>
10+
<version>2.14.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-common</artifactId>
65-
<version>2.14.0</version>
65+
<version>2.14.1</version>
6666
</dependency>
6767
</dependencies>
6868

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>2.14.0</version>
8+
<version>2.14.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-aianomalydetection/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.14.0</version>
7+
<version>2.14.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-aianomalydetection</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.14.0</version>
18+
<version>2.14.1</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/AnomalyDetectionClient.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import com.oracle.bmc.aianomalydetection.internal.http.*;
88
import com.oracle.bmc.aianomalydetection.requests.*;
99
import com.oracle.bmc.aianomalydetection.responses.*;
10-
import com.oracle.bmc.circuitbreaker.JaxRsCircuitBreaker;
10+
import com.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration;
1111
import com.oracle.bmc.util.CircuitBreakerUtils;
1212

1313
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210101")
@@ -308,18 +308,19 @@ protected AnomalyDetectionClient(
308308
? configuration
309309
: com.oracle.bmc.ClientConfiguration.builder().build();
310310
this.retryConfiguration = clientConfigurationToUse.getRetryConfiguration();
311-
JaxRsCircuitBreaker circuitBreaker =
312-
CircuitBreakerUtils.getUserDefinedCircuitBreaker(configuration);
313-
if (circuitBreaker == null) {
314-
circuitBreaker = CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER;
311+
CircuitBreakerConfiguration circuitBreakerConfiguration =
312+
CircuitBreakerUtils.getUserDefinedCircuitBreakerConfiguration(configuration);
313+
if (circuitBreakerConfiguration == null) {
314+
circuitBreakerConfiguration = CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER_CONFIGURATION;
315315
}
316316
this.client =
317317
restClientFactory.create(
318318
defaultRequestSigner,
319319
requestSigners,
320320
clientConfigurationToUse,
321321
isNonBufferingApacheClient,
322-
circuitBreaker);
322+
null,
323+
circuitBreakerConfiguration);
323324

324325
if (executorService == null) {
325326
// up to 50 (core) threads, time out after 60s idle, all daemon

bmc-ailanguage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.14.0</version>
7+
<version>2.14.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-ailanguage</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.14.0</version>
18+
<version>2.14.1</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-ailanguage/src/main/java/com/oracle/bmc/ailanguage/AIServiceLanguageClient.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import com.oracle.bmc.ailanguage.internal.http.*;
88
import com.oracle.bmc.ailanguage.requests.*;
99
import com.oracle.bmc.ailanguage.responses.*;
10-
import com.oracle.bmc.circuitbreaker.JaxRsCircuitBreaker;
10+
import com.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration;
1111
import com.oracle.bmc.util.CircuitBreakerUtils;
1212

1313
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210101")
@@ -264,18 +264,19 @@ protected AIServiceLanguageClient(
264264
? configuration
265265
: com.oracle.bmc.ClientConfiguration.builder().build();
266266
this.retryConfiguration = clientConfigurationToUse.getRetryConfiguration();
267-
JaxRsCircuitBreaker circuitBreaker =
268-
CircuitBreakerUtils.getUserDefinedCircuitBreaker(configuration);
269-
if (circuitBreaker == null) {
270-
circuitBreaker = CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER;
267+
CircuitBreakerConfiguration circuitBreakerConfiguration =
268+
CircuitBreakerUtils.getUserDefinedCircuitBreakerConfiguration(configuration);
269+
if (circuitBreakerConfiguration == null) {
270+
circuitBreakerConfiguration = CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER_CONFIGURATION;
271271
}
272272
this.client =
273273
restClientFactory.create(
274274
defaultRequestSigner,
275275
requestSigners,
276276
clientConfigurationToUse,
277277
isNonBufferingApacheClient,
278-
circuitBreaker);
278+
null,
279+
circuitBreakerConfiguration);
279280

280281
if (this.authenticationDetailsProvider instanceof com.oracle.bmc.auth.RegionProvider) {
281282
com.oracle.bmc.auth.RegionProvider provider =

bmc-analytics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.14.0</version>
7+
<version>2.14.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>2.14.0</version>
20+
<version>2.14.1</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

0 commit comments

Comments
 (0)