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>

0 commit comments

Comments
 (0)