Skip to content

Commit bf0386d

Browse files
Releasing version 3.23.2
Releasing version 3.23.2
2 parents b7d45eb + 38b63b6 commit bf0386d

File tree

3,903 files changed

+38860
-15072
lines changed

Some content is hidden

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

3,903 files changed

+38860
-15072
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.23.2 - 2023-08-22
7+
### Added
8+
- Support for Compute Cloud at Customer service
9+
- Support for warehouse data objects in the Operations Insights service
10+
- Support for standard queries on operations Insights data objects in the Operations Insights service
11+
- Support for database in memory on autonomous database create operations in the Database service
12+
613
## 3.23.1 - 2023-08-15
714
### Added
815
- Support for credential stores, including Single Sign-On support, for deployments in the GoldenGate service

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

bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/responses/CreateGovernanceInstanceResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ public String getOpcRequestId() {
5252
return opcRequestId;
5353
}
5454

55-
/** The returned GovernanceInstance instance. */
55+
/** The returned {@code GovernanceInstance} instance. */
5656
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstance governanceInstance;
5757

5858
/**
59-
* The returned GovernanceInstance instance.
59+
* The returned {@code GovernanceInstance} instance.
6060
*
6161
* @return the value
6262
*/
@@ -155,11 +155,11 @@ public Builder opcRequestId(String opcRequestId) {
155155
return this;
156156
}
157157

158-
/** The returned GovernanceInstance instance. */
158+
/** The returned {@code GovernanceInstance} instance. */
159159
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstance governanceInstance;
160160

161161
/**
162-
* The returned GovernanceInstance instance.
162+
* The returned {@code GovernanceInstance} instance.
163163
*
164164
* @param governanceInstance the value to set
165165
* @return this builder

bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/responses/GetGovernanceInstanceConfigurationResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ public String getOpcRequestId() {
3737
return opcRequestId;
3838
}
3939

40-
/** The returned GovernanceInstanceConfiguration instance. */
40+
/** The returned {@code GovernanceInstanceConfiguration} instance. */
4141
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstanceConfiguration
4242
governanceInstanceConfiguration;
4343

4444
/**
45-
* The returned GovernanceInstanceConfiguration instance.
45+
* The returned {@code GovernanceInstanceConfiguration} instance.
4646
*
4747
* @return the value
4848
*/
@@ -122,12 +122,12 @@ public Builder opcRequestId(String opcRequestId) {
122122
return this;
123123
}
124124

125-
/** The returned GovernanceInstanceConfiguration instance. */
125+
/** The returned {@code GovernanceInstanceConfiguration} instance. */
126126
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstanceConfiguration
127127
governanceInstanceConfiguration;
128128

129129
/**
130-
* The returned GovernanceInstanceConfiguration instance.
130+
* The returned {@code GovernanceInstanceConfiguration} instance.
131131
*
132132
* @param governanceInstanceConfiguration the value to set
133133
* @return this builder

bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/responses/GetGovernanceInstanceResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ public String getOpcRequestId() {
3636
return opcRequestId;
3737
}
3838

39-
/** The returned GovernanceInstance instance. */
39+
/** The returned {@code GovernanceInstance} instance. */
4040
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstance governanceInstance;
4141

4242
/**
43-
* The returned GovernanceInstance instance.
43+
* The returned {@code GovernanceInstance} instance.
4444
*
4545
* @return the value
4646
*/
@@ -117,11 +117,11 @@ public Builder opcRequestId(String opcRequestId) {
117117
return this;
118118
}
119119

120-
/** The returned GovernanceInstance instance. */
120+
/** The returned {@code GovernanceInstance} instance. */
121121
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstance governanceInstance;
122122

123123
/**
124-
* The returned GovernanceInstance instance.
124+
* The returned {@code GovernanceInstance} instance.
125125
*
126126
* @param governanceInstance the value to set
127127
* @return this builder

bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/responses/ListGovernanceInstancesResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ public String getOpcNextPage() {
4242
return opcNextPage;
4343
}
4444

45-
/** The returned GovernanceInstanceCollection instance. */
45+
/** The returned {@code GovernanceInstanceCollection} instance. */
4646
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstanceCollection
4747
governanceInstanceCollection;
4848

4949
/**
50-
* The returned GovernanceInstanceCollection instance.
50+
* The returned {@code GovernanceInstanceCollection} instance.
5151
*
5252
* @return the value
5353
*/
@@ -133,12 +133,12 @@ public Builder opcNextPage(String opcNextPage) {
133133
return this;
134134
}
135135

136-
/** The returned GovernanceInstanceCollection instance. */
136+
/** The returned {@code GovernanceInstanceCollection} instance. */
137137
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstanceCollection
138138
governanceInstanceCollection;
139139

140140
/**
141-
* The returned GovernanceInstanceCollection instance.
141+
* The returned {@code GovernanceInstanceCollection} instance.
142142
*
143143
* @param governanceInstanceCollection the value to set
144144
* @return this builder

bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/responses/UpdateGovernanceInstanceConfigurationResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ public String getOpcRequestId() {
5353
return opcRequestId;
5454
}
5555

56-
/** The returned GovernanceInstanceConfiguration instance. */
56+
/** The returned {@code GovernanceInstanceConfiguration} instance. */
5757
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstanceConfiguration
5858
governanceInstanceConfiguration;
5959

6060
/**
61-
* The returned GovernanceInstanceConfiguration instance.
61+
* The returned {@code GovernanceInstanceConfiguration} instance.
6262
*
6363
* @return the value
6464
*/
@@ -159,12 +159,12 @@ public Builder opcRequestId(String opcRequestId) {
159159
return this;
160160
}
161161

162-
/** The returned GovernanceInstanceConfiguration instance. */
162+
/** The returned {@code GovernanceInstanceConfiguration} instance. */
163163
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstanceConfiguration
164164
governanceInstanceConfiguration;
165165

166166
/**
167-
* The returned GovernanceInstanceConfiguration instance.
167+
* The returned {@code GovernanceInstanceConfiguration} instance.
168168
*
169169
* @param governanceInstanceConfiguration the value to set
170170
* @return this builder

bmc-accessgovernancecp/src/main/java/com/oracle/bmc/accessgovernancecp/responses/UpdateGovernanceInstanceResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ public String getOpcRequestId() {
5252
return opcRequestId;
5353
}
5454

55-
/** The returned GovernanceInstance instance. */
55+
/** The returned {@code GovernanceInstance} instance. */
5656
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstance governanceInstance;
5757

5858
/**
59-
* The returned GovernanceInstance instance.
59+
* The returned {@code GovernanceInstance} instance.
6060
*
6161
* @return the value
6262
*/
@@ -155,11 +155,11 @@ public Builder opcRequestId(String opcRequestId) {
155155
return this;
156156
}
157157

158-
/** The returned GovernanceInstance instance. */
158+
/** The returned {@code GovernanceInstance} instance. */
159159
private com.oracle.bmc.accessgovernancecp.model.GovernanceInstance governanceInstance;
160160

161161
/**
162-
* The returned GovernanceInstance instance.
162+
* The returned {@code GovernanceInstance} instance.
163163
*
164164
* @param governanceInstance the value to set
165165
* @return this builder

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

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-bom</artifactId>
20-
<version>3.23.1</version>
20+
<version>3.23.2</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
27-
<version>3.23.1</version>
27+
<version>3.23.2</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</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.23.1</version>
7+
<version>3.23.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-bom</artifactId>
20-
<version>3.23.1</version>
20+
<version>3.23.2</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
27-
<version>3.23.1</version>
27+
<version>3.23.2</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</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.23.1</version>
8+
<version>3.23.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>3.23.1</version>
21+
<version>3.23.2</version>
2222
</dependency>
2323
</dependencies>
2424
</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.23.1</version>
7+
<version>3.23.2</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.23.1</version>
144+
<version>3.23.2</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.23.1</version>
150+
<version>3.23.2</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.23.1</version>
156+
<version>3.23.2</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.23.1</version>
162+
<version>3.23.2</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.23.1</version>
168+
<version>3.23.2</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.23.1</version>
174+
<version>3.23.2</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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"com.oracle.bmc.cloudguard.SdkClientsMetadata",
4545
"com.oracle.bmc.cloudmigrations.SdkClientsMetadata",
4646
"com.oracle.bmc.compdocsapi.SdkClientsMetadata",
47+
"com.oracle.bmc.computecloudatcustomer.SdkClientsMetadata",
4748
"com.oracle.bmc.computeinstanceagent.SdkClientsMetadata",
4849
"com.oracle.bmc.containerengine.SdkClientsMetadata",
4950
"com.oracle.bmc.containerinstances.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.23.1</version>
7+
<version>3.23.2</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.23.1</version>
145+
<version>3.23.2</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.23.1</version>
151+
<version>3.23.2</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.23.1</version>
157+
<version>3.23.2</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.23.1</version>
163+
<version>3.23.2</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.23.1</version>
169+
<version>3.23.2</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.23.1</version>
175+
<version>3.23.2</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>

0 commit comments

Comments
 (0)