Skip to content

Commit 1c8ac71

Browse files
Merge remote-tracking branch 'bitbucket/github' into legacy_v2_release_2022-12-13
2 parents ff9b10f + c6fc1d7 commit 1c8ac71

File tree

632 files changed

+48825
-1477
lines changed

Some content is hidden

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

632 files changed

+48825
-1477
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@ 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.51.0 - 2022-12-13
7+
### Added
8+
- Support for the Queue service
9+
- Support for Intel X9 shapes when launching VM database systems in the Database service
10+
- Support for enabling, disabling, and editing Database Management service connections on pluggable databases in the Database service
11+
- Support for availability configurations and maintenance window schedules on synthetic monitors in the Application Performance Monitoring service
12+
- Support for scheduling cascading deletes on a project in the DevOps service
13+
- Support for cancelling a scheduled cascading delete on a project in the DevOps service
14+
- Support for issue and action fields on job phases of validation and migration processes in the Database Migration service
15+
- Support for cluster profiles in the Big Data service
16+
- Support for egress-only services in the Service Mesh service
17+
- Support for optional listeners and service discovery metadata on virtual deployments in the Service Mesh service
18+
- Support for canceling work requests in the accepted state in the Service Mesh service
19+
- Support for filtering work requests on associated resource id and operation status in the Service Mesh service
20+
- Support for sorting while listing work requests, listing work request logs, and listing work request errors in the Service Mesh service
21+
- Support for Oracle Managed Access integration in the Fusion Apps as a Service service
22+
- Support for refresh scheduling in the Fusion Apps as a Service service
23+
- Support for additional connections types on database resources in the GoldenGate service
24+
25+
### Breaking Changes
26+
- Support for retries by default on operations of the Fusion Apps as a Service service
27+
- Support for retries by default on operations of the Database Migration service
28+
- Support for retries by default on operations of the Service Mesh service
29+
- Model `com.oracle.bmc.databasemigration.model.CreateAgentDetails` has been removed in the Database Migration service
30+
- Model `com.oracle.bmc.databasemigration.model.GenerateToken` has been removed in the Database Migration service
31+
- Model `com.oracle.bmc.databasemigration.model.ParLink` has been removed in the Database Migration service
32+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateIngressGatewayMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGatewayMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.CreateIngressGatewayDetails` in the Service Mesh service
33+
- Model `com.oracle.bmc.servicemesh.model.CreateIngressGatewayMutualTransportLayerSecurityDetails` has been removed in the Service Mesh service
34+
- Model `com.oracle.bmc.servicemesh.model.CreateMutualTransportLayerSecurityDetails` has been removed in in the Service Mesh service
35+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualServiceMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.CreateVirtualServiceDetails` in the Service Mesh service
36+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateIngressGatewayMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGatewayMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.UpdateIngressGatewayDetails` in the Service Mesh service
37+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualServiceMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.UpdateVirtualServiceDetails` in the Service Mesh service
38+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.AccessPolicy$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListAccessPoliciesRequest` in the Service Mesh service
39+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGatewayRouteTable$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListIngressGatewayRouteTablesRequest` in the Service Mesh service
40+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGateway$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListIngressGatewaysRequest` in the Service Mesh service
41+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.Mesh$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListMeshesRequest` in the Service Mesh service
42+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualDeployment$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListVirtualDeploymentsRequest` in the Service Mesh service
43+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualServiceRouteTable$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListVirtualServiceRouteTablesRequest` in the Service Mesh service
44+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualService$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListVirtualServicesRequest` in the Service Mesh service
45+
646
## 2.50.0 - 2022-12-06
747
### Added
848
- Support for the Container Instances service

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.50.0</version>
7+
<version>2.51.0</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.50.0</version>
21+
<version>2.51.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>oci-java-sdk-addons</artifactId>
66
<groupId>com.oracle.oci.sdk</groupId>
7-
<version>2.50.0</version>
7+
<version>2.51.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -132,30 +132,30 @@
132132
<dependency>
133133
<groupId>com.oracle.oci.sdk</groupId>
134134
<artifactId>oci-java-sdk-common</artifactId>
135-
<version>2.50.0</version>
135+
<version>2.51.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.oracle.oci.sdk</groupId>
139139
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
140-
<version>2.50.0</version>
140+
<version>2.51.0</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.oracle.oci.sdk</groupId>
145145
<artifactId>oci-java-sdk-identity</artifactId>
146-
<version>2.50.0</version>
146+
<version>2.51.0</version>
147147
<scope>test</scope>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.oracle.oci.sdk</groupId>
151151
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
152-
<version>2.50.0</version>
152+
<version>2.51.0</version>
153153
<scope>test</scope>
154154
</dependency>
155155
<dependency>
156156
<groupId>com.oracle.oci.sdk</groupId>
157157
<artifactId>oci-java-sdk-core</artifactId>
158-
<version>2.50.0</version>
158+
<version>2.51.0</version>
159159
<scope>test</scope>
160160
</dependency>
161161
</dependencies>

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
@@ -106,6 +106,7 @@
106106
"com.oracle.bmc.osuborganizationsubscription.SdkClientsMetadata",
107107
"com.oracle.bmc.osubsubscription.SdkClientsMetadata",
108108
"com.oracle.bmc.osubusage.SdkClientsMetadata",
109+
"com.oracle.bmc.queue.SdkClientsMetadata",
109110
"com.oracle.bmc.resourcemanager.SdkClientsMetadata",
110111
"com.oracle.bmc.resourcesearch.SdkClientsMetadata",
111112
"com.oracle.bmc.rover.SdkClientsMetadata",

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

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common</artifactId>
28-
<version>2.50.0</version>
28+
<version>2.51.0</version>
2929
</dependency>
3030
</dependencies>
3131
</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.50.0</version>
10+
<version>2.51.0</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.50.0</version>
65+
<version>2.51.0</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.50.0</version>
8+
<version>2.51.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

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.50.0</version>
7+
<version>2.51.0</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.50.0</version>
18+
<version>2.51.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

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

0 commit comments

Comments
 (0)