Skip to content

Commit a4914dd

Browse files
Releasing version 3.9.0
Releasing version 3.9.0
2 parents 7ff9d20 + b9b5bdd commit a4914dd

File tree

693 files changed

+25023
-120595
lines changed

Some content is hidden

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

693 files changed

+25023
-120595
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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+
## 3.9.0 - 2023-03-21
7+
### Added
8+
- Support for backup automation integration with the Database Recovery service in the Database service
9+
- Support for changing the disaster recovery configuration of an autonomous database in remote regions of its disaster recovery association in the Database service
10+
- Support for creating a remote disaster recovery association clone of an autonomous database in the Database service
11+
- Support for managed build stages to be configured to use custom shape build runners in the DevOps service
12+
- Support for listing pre-built functions and creating functions from pre-built functions in the Functions service
13+
- Support for connections types for database resources of type Amazon S3, HDFS, SQL Server, Java Messaging service, Mongo DB, Oracle NoSQL, and Snowflake in the GoldenGate service
14+
15+
### Breaking Changes
16+
- The enum value `LAKE_HOUSE_CONNECTION` has been renamed to `LAKE_CONNECTION` in the enum `ModelType` in the models `Connection`, `ConnectionDetails`, `ConnectionSummary`, `CreateConnectionDetails`, `CreateDataAssetDetails`, `DataAssetSummary`, `UpdateConnectionDetails`, `UpdateDataAssetDetails` in the Data Integration service
17+
- The classes `ConnectionFromLakehouse`, `ConnectionFromLakehouseDetails`, `ConnectionSummaryFromLakehouse`, `CreateConnectionFromLakehouse`, `CreateDataAssetFromLakehouse`, `DataAssetFromLakehouseDetails`, `DataAssetSummaryFromLakehouse`, `UpdateConnectionFromLakehouse`, `UpdateDataAssetFromLakehouse` have been removed from the Data Integration service
18+
- Return type of method `public com.oracle.bmc.functions.model.FunctionSummary$LifecycleState getLifecycleState()` has been changed to `com.oracle.bmc.functions.model.Function$LifecycleState` in the Functions service
19+
- Class `com.oracle.bmc.functions.model.FunctionSummary$LifecycleState` has been removed from the Functions service
20+
621
## 3.8.0 - 2023-03-14
722
### Added
823
- Support for the Identity Domains service

bmc-addons/bmc-apache-configurator-jersey-addon/pom.xml

Lines changed: 3 additions & 3 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>3.8.0</version>
7+
<version>3.9.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.8.0</version>
21+
<version>3.9.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
28-
<version>3.8.0</version>
28+
<version>3.9.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

bmc-addons/bmc-apache-configurator-jersey3-addon/pom.xml

Lines changed: 3 additions & 3 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>3.8.0</version>
7+
<version>3.9.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.8.0</version>
21+
<version>3.9.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
28-
<version>3.8.0</version>
28+
<version>3.9.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

bmc-addons/bmc-apache-connector-provider/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>3.8.0</version>
8+
<version>3.9.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>3.8.0</version>
22+
<version>3.9.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

bmc-addons/bmc-graalvm-addon/pom.xml

Lines changed: 7 additions & 7 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>3.8.0</version>
7+
<version>3.9.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -141,37 +141,37 @@
141141
<dependency>
142142
<groupId>com.oracle.oci.sdk</groupId>
143143
<artifactId>oci-java-sdk-common</artifactId>
144-
<version>3.8.0</version>
144+
<version>3.9.0</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.oracle.oci.sdk</groupId>
149149
<artifactId>oci-java-sdk-common-httpclient</artifactId>
150-
<version>3.8.0</version>
150+
<version>3.9.0</version>
151151
<scope>provided</scope>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.oracle.oci.sdk</groupId>
155155
<artifactId>oci-java-sdk-core</artifactId>
156-
<version>3.8.0</version>
156+
<version>3.9.0</version>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>com.oracle.oci.sdk</groupId>
161161
<artifactId>oci-java-sdk-identity</artifactId>
162-
<version>3.8.0</version>
162+
<version>3.9.0</version>
163163
<scope>test</scope>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.oracle.oci.sdk</groupId>
167167
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
168-
<version>3.8.0</version>
168+
<version>3.9.0</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
172172
<groupId>com.oracle.oci.sdk</groupId>
173173
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
174-
<version>3.8.0</version>
174+
<version>3.9.0</version>
175175
<scope>test</scope>
176176
</dependency>
177177
<dependency>

bmc-addons/bmc-graalvm-addon/src/main/java/com/oracle/bmc/graalvm/SdkAutomaticFeatureMetadata.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"com.oracle.bmc.databaserecoverysystem.SdkClientsMetadata",
5555
"com.oracle.bmc.databasetools.SdkClientsMetadata",
5656
"com.oracle.bmc.datacatalog.SdkClientsMetadata",
57-
"com.oracle.bmc.dataconnectivity.SdkClientsMetadata",
5857
"com.oracle.bmc.dataflow.SdkClientsMetadata",
5958
"com.oracle.bmc.dataflowinteractive.SdkClientsMetadata",
6059
"com.oracle.bmc.dataintegration.SdkClientsMetadata",

bmc-addons/bmc-graalvm-jersey3-addon/pom.xml

Lines changed: 7 additions & 7 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>3.8.0</version>
7+
<version>3.9.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm-jersey3</artifactId>
@@ -142,37 +142,37 @@
142142
<dependency>
143143
<groupId>com.oracle.oci.sdk</groupId>
144144
<artifactId>oci-java-sdk-common</artifactId>
145-
<version>3.8.0</version>
145+
<version>3.9.0</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.oracle.oci.sdk</groupId>
150150
<artifactId>oci-java-sdk-common-httpclient</artifactId>
151-
<version>3.8.0</version>
151+
<version>3.9.0</version>
152152
<scope>provided</scope>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.oracle.oci.sdk</groupId>
156156
<artifactId>oci-java-sdk-core</artifactId>
157-
<version>3.8.0</version>
157+
<version>3.9.0</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.oracle.oci.sdk</groupId>
162162
<artifactId>oci-java-sdk-identity</artifactId>
163-
<version>3.8.0</version>
163+
<version>3.9.0</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>com.oracle.oci.sdk</groupId>
168168
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
169-
<version>3.8.0</version>
169+
<version>3.9.0</version>
170170
<scope>test</scope>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.oracle.oci.sdk</groupId>
174174
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
175-
<version>3.8.0</version>
175+
<version>3.9.0</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>

bmc-addons/bmc-graalvm-jersey3-addon/src/main/java/com/oracle/bmc/graalvm/SdkAutomaticFeatureMetadata.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"com.oracle.bmc.databaserecoverysystem.SdkClientsMetadata",
5353
"com.oracle.bmc.databasetools.SdkClientsMetadata",
5454
"com.oracle.bmc.datacatalog.SdkClientsMetadata",
55-
"com.oracle.bmc.dataconnectivity.SdkClientsMetadata",
5655
"com.oracle.bmc.dataflow.SdkClientsMetadata",
5756
"com.oracle.bmc.dataflowinteractive.SdkClientsMetadata",
5857
"com.oracle.bmc.dataintegration.SdkClientsMetadata",

bmc-addons/bmc-resteasy-client-configurator/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>3.8.0</version>
7+
<version>3.9.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common</artifactId>
27-
<version>3.8.0</version>
27+
<version>3.9.0</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

bmc-addons/bmc-sasl/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>3.8.0</version>
8+
<version>3.9.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.oracle.oci.sdk</groupId>
6262
<artifactId>oci-java-sdk-common</artifactId>
63-
<version>3.8.0</version>
63+
<version>3.9.0</version>
6464
</dependency>
6565
</dependencies>
6666

0 commit comments

Comments
 (0)