Skip to content

Commit 4abfeb1

Browse files
authored
Releasing version 1.23.1
Releasing version 1.23.1
2 parents e4d7c12 + 3ae4c74 commit 4abfeb1

File tree

1,513 files changed

+186255
-491
lines changed

Some content is hidden

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

1,513 files changed

+186255
-491
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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+
## 1.23.1 - 2020-09-08
7+
### Added
8+
- Support for Logging Service
9+
- Support for Logging Analytics Service
10+
- Support for Logging Search Service
11+
- Support for Logging Ingestion Service
12+
- Support for Management Agent Cloud Service
13+
- Support for Management Dashboard Service
14+
- Support for Service Connector Hub service
15+
- Support for Policy based Request/Response transformation in the API Gateway Service
16+
- Support for sending diagnostic interrupt to a VM instance in the Compute Service
17+
- Support for custom Database Software Images in the Database Service
18+
- Support for getting and listing container database patches for Autonomous Container Database resources in the Database Service
19+
- Support for updating patch id on maintenance run for Autonomous Container Database resources in the Database Service
20+
- Support for searching Oracle Cloud resources across tenancies in the Search Service
21+
- Documentation update for Logging Policies in the API Gateway service
22+
623
## 1.23.0 - 2020-09-01
724
### Added
825
- Support for calling Oracle Cloud Infrastructure services in the ap-chiyoda-1 region

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>1.23.0</version>
7+
<version>1.23.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.oracle.oci.sdk</groupId>
4444
<artifactId>oci-java-sdk-common</artifactId>
45-
<version>1.23.0</version>
45+
<version>1.23.1</version>
4646
</dependency>
4747

4848
<!-- Explicitly pull in this version of httpclient and its httpcore dependency to address:

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>1.23.0</version>
8+
<version>1.23.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.oracle.oci.sdk</groupId>
3838
<artifactId>oci-java-sdk-common</artifactId>
39-
<version>1.23.0</version>
39+
<version>1.23.1</version>
4040
</dependency>
4141
</dependencies>
4242
</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>1.23.0</version>
10+
<version>1.23.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.oracle.oci.sdk</groupId>
6363
<artifactId>oci-java-sdk-common</artifactId>
64-
<version>1.23.0</version>
64+
<version>1.23.1</version>
6565
</dependency>
6666
</dependencies>
6767

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>1.23.0</version>
8+
<version>1.23.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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>1.23.0</version>
7+
<version>1.23.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.23.0</version>
18+
<version>1.23.1</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-analytics/src/main/java/com/oracle/bmc/analytics/AnalyticsAsyncClient.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,20 @@ public AnalyticsAsyncClient(
184184
java.util.List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
185185
String endpoint) {
186186
this.authenticationDetailsProvider = authenticationDetailsProvider;
187+
java.util.List<com.oracle.bmc.http.ClientConfigurator> authenticationDetailsConfigurators =
188+
new java.util.ArrayList<>();
189+
if (this.authenticationDetailsProvider
190+
instanceof com.oracle.bmc.auth.ProvidesClientConfigurators) {
191+
authenticationDetailsConfigurators.addAll(
192+
((com.oracle.bmc.auth.ProvidesClientConfigurators)
193+
this.authenticationDetailsProvider)
194+
.getClientConfigurators());
195+
}
187196
com.oracle.bmc.http.internal.RestClientFactory restClientFactory =
188197
com.oracle.bmc.http.internal.RestClientFactoryBuilder.builder()
189198
.clientConfigurator(clientConfigurator)
190199
.additionalClientConfigurators(additionalClientConfigurators)
200+
.additionalClientConfigurators(authenticationDetailsConfigurators)
191201
.build();
192202
com.oracle.bmc.http.signing.RequestSigner defaultRequestSigner =
193203
defaultRequestSignerFactory.createRequestSigner(

bmc-analytics/src/main/java/com/oracle/bmc/analytics/AnalyticsClient.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,20 @@ protected AnalyticsClient(
257257
java.util.concurrent.ExecutorService executorService,
258258
com.oracle.bmc.http.internal.RestClientFactoryBuilder restClientFactoryBuilder) {
259259
this.authenticationDetailsProvider = authenticationDetailsProvider;
260+
java.util.List<com.oracle.bmc.http.ClientConfigurator> authenticationDetailsConfigurators =
261+
new java.util.ArrayList<>();
262+
if (this.authenticationDetailsProvider
263+
instanceof com.oracle.bmc.auth.ProvidesClientConfigurators) {
264+
authenticationDetailsConfigurators.addAll(
265+
((com.oracle.bmc.auth.ProvidesClientConfigurators)
266+
this.authenticationDetailsProvider)
267+
.getClientConfigurators());
268+
}
260269
com.oracle.bmc.http.internal.RestClientFactory restClientFactory =
261270
restClientFactoryBuilder
262271
.clientConfigurator(clientConfigurator)
263272
.additionalClientConfigurators(additionalClientConfigurators)
273+
.additionalClientConfigurators(authenticationDetailsConfigurators)
264274
.build();
265275
com.oracle.bmc.http.signing.RequestSigner defaultRequestSigner =
266276
defaultRequestSignerFactory.createRequestSigner(

bmc-announcementsservice/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>1.23.0</version>
7+
<version>1.23.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.23.0</version>
20+
<version>1.23.1</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/AnnouncementAsyncClient.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,20 @@ public AnnouncementAsyncClient(
183183
java.util.List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
184184
String endpoint) {
185185
this.authenticationDetailsProvider = authenticationDetailsProvider;
186+
java.util.List<com.oracle.bmc.http.ClientConfigurator> authenticationDetailsConfigurators =
187+
new java.util.ArrayList<>();
188+
if (this.authenticationDetailsProvider
189+
instanceof com.oracle.bmc.auth.ProvidesClientConfigurators) {
190+
authenticationDetailsConfigurators.addAll(
191+
((com.oracle.bmc.auth.ProvidesClientConfigurators)
192+
this.authenticationDetailsProvider)
193+
.getClientConfigurators());
194+
}
186195
com.oracle.bmc.http.internal.RestClientFactory restClientFactory =
187196
com.oracle.bmc.http.internal.RestClientFactoryBuilder.builder()
188197
.clientConfigurator(clientConfigurator)
189198
.additionalClientConfigurators(additionalClientConfigurators)
199+
.additionalClientConfigurators(authenticationDetailsConfigurators)
190200
.build();
191201
com.oracle.bmc.http.signing.RequestSigner defaultRequestSigner =
192202
defaultRequestSignerFactory.createRequestSigner(

0 commit comments

Comments
 (0)