Skip to content

Commit 5bd40b3

Browse files
Releasing version 2.5.1
Releasing version 2.5.1
2 parents ee7e29b + c3e42de commit 5bd40b3

File tree

1,421 files changed

+23271
-5877
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,421 files changed

+23271
-5877
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.5.1 - 2021-09-14
7+
### Added
8+
- Support for serviceHostKeyFingerprint property for InstanceConsoleConnection in the Core service
9+
- Support for Shielded Instances in the Core service
10+
- Support for ML Jobs in the Data Science service
11+
612
## 2.5.0 - 2021-09-07
713
### Added
814
- Support for terraform advanced options (detailed log level, refresh, and parallelism) on jobs in the Resource Manager 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.5.0</version>
7+
<version>2.5.1</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.5.0</version>
21+
<version>2.5.1</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

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

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>2.5.0</version>
47+
<version>2.5.1</version>
4848
</dependency>
4949
</dependencies>
5050
</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.5.0</version>
10+
<version>2.5.1</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.5.0</version>
65+
<version>2.5.1</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.5.0</version>
8+
<version>2.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/requests/ChangeAiPrivateEndpointCompartmentRequest.java

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
@lombok.EqualsAndHashCode(callSuper = true)
1919
@lombok.Getter
2020
public class ChangeAiPrivateEndpointCompartmentRequest
21-
extends com.oracle.bmc.requests.BmcRequest<ChangeAiPrivateEndpointCompartmentDetails> {
21+
extends com.oracle.bmc.requests.BmcRequest<
22+
com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails> {
2223

2324
/**
2425
* Unique private reverse connection identifier.
@@ -28,7 +29,8 @@ public class ChangeAiPrivateEndpointCompartmentRequest
2829
/**
2930
* Details for the target compartment.
3031
*/
31-
private ChangeAiPrivateEndpointCompartmentDetails changeAiPrivateEndpointCompartmentDetails;
32+
private com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails
33+
changeAiPrivateEndpointCompartmentDetails;
3234

3335
/**
3436
* For optimistic concurrency control. In the PUT or DELETE call
@@ -61,14 +63,16 @@ public class ChangeAiPrivateEndpointCompartmentRequest
6163
*/
6264
@Override
6365
@com.oracle.bmc.InternalSdk
64-
public ChangeAiPrivateEndpointCompartmentDetails getBody$() {
66+
public com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails
67+
getBody$() {
6568
return changeAiPrivateEndpointCompartmentDetails;
6669
}
6770

6871
public static class Builder
6972
implements com.oracle.bmc.requests.BmcRequest.Builder<
7073
ChangeAiPrivateEndpointCompartmentRequest,
71-
ChangeAiPrivateEndpointCompartmentDetails> {
74+
com.oracle.bmc.aianomalydetection.model
75+
.ChangeAiPrivateEndpointCompartmentDetails> {
7276
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
7377
invocationCallback = null;
7478
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
@@ -135,7 +139,9 @@ public ChangeAiPrivateEndpointCompartmentRequest build() {
135139
* @return this builder instance
136140
*/
137141
@com.oracle.bmc.InternalSdk
138-
public Builder body$(ChangeAiPrivateEndpointCompartmentDetails body) {
142+
public Builder body$(
143+
com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails
144+
body) {
139145
changeAiPrivateEndpointCompartmentDetails(body);
140146
return this;
141147
}

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/requests/ChangeDataAssetCompartmentRequest.java

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
@lombok.EqualsAndHashCode(callSuper = true)
1919
@lombok.Getter
2020
public class ChangeDataAssetCompartmentRequest
21-
extends com.oracle.bmc.requests.BmcRequest<ChangeDataAssetCompartmentDetails> {
21+
extends com.oracle.bmc.requests.BmcRequest<
22+
com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails> {
2223

2324
/**
2425
* The OCID of the Data Asset.
@@ -28,7 +29,8 @@ public class ChangeDataAssetCompartmentRequest
2829
/**
2930
* The information to be updated.
3031
*/
31-
private ChangeDataAssetCompartmentDetails changeDataAssetCompartmentDetails;
32+
private com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails
33+
changeDataAssetCompartmentDetails;
3234

3335
/**
3436
* For optimistic concurrency control. In the PUT or DELETE call
@@ -61,13 +63,14 @@ public class ChangeDataAssetCompartmentRequest
6163
*/
6264
@Override
6365
@com.oracle.bmc.InternalSdk
64-
public ChangeDataAssetCompartmentDetails getBody$() {
66+
public com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails getBody$() {
6567
return changeDataAssetCompartmentDetails;
6668
}
6769

6870
public static class Builder
6971
implements com.oracle.bmc.requests.BmcRequest.Builder<
70-
ChangeDataAssetCompartmentRequest, ChangeDataAssetCompartmentDetails> {
72+
ChangeDataAssetCompartmentRequest,
73+
com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails> {
7174
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
7275
invocationCallback = null;
7376
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
@@ -133,7 +136,8 @@ public ChangeDataAssetCompartmentRequest build() {
133136
* @return this builder instance
134137
*/
135138
@com.oracle.bmc.InternalSdk
136-
public Builder body$(ChangeDataAssetCompartmentDetails body) {
139+
public Builder body$(
140+
com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails body) {
137141
changeDataAssetCompartmentDetails(body);
138142
return this;
139143
}

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/requests/ChangeModelCompartmentRequest.java

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
@lombok.EqualsAndHashCode(callSuper = true)
1919
@lombok.Getter
2020
public class ChangeModelCompartmentRequest
21-
extends com.oracle.bmc.requests.BmcRequest<ChangeModelCompartmentDetails> {
21+
extends com.oracle.bmc.requests.BmcRequest<
22+
com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails> {
2223

2324
/**
2425
* The OCID of the Model.
@@ -28,7 +29,8 @@ public class ChangeModelCompartmentRequest
2829
/**
2930
* The information to be updated.
3031
*/
31-
private ChangeModelCompartmentDetails changeModelCompartmentDetails;
32+
private com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails
33+
changeModelCompartmentDetails;
3234

3335
/**
3436
* For optimistic concurrency control. In the PUT or DELETE call
@@ -61,13 +63,14 @@ public class ChangeModelCompartmentRequest
6163
*/
6264
@Override
6365
@com.oracle.bmc.InternalSdk
64-
public ChangeModelCompartmentDetails getBody$() {
66+
public com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails getBody$() {
6567
return changeModelCompartmentDetails;
6668
}
6769

6870
public static class Builder
6971
implements com.oracle.bmc.requests.BmcRequest.Builder<
70-
ChangeModelCompartmentRequest, ChangeModelCompartmentDetails> {
72+
ChangeModelCompartmentRequest,
73+
com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails> {
7174
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
7275
invocationCallback = null;
7376
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
@@ -133,7 +136,8 @@ public ChangeModelCompartmentRequest build() {
133136
* @return this builder instance
134137
*/
135138
@com.oracle.bmc.InternalSdk
136-
public Builder body$(ChangeModelCompartmentDetails body) {
139+
public Builder body$(
140+
com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails body) {
137141
changeModelCompartmentDetails(body);
138142
return this;
139143
}

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/requests/ChangeProjectCompartmentRequest.java

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
@lombok.EqualsAndHashCode(callSuper = true)
1919
@lombok.Getter
2020
public class ChangeProjectCompartmentRequest
21-
extends com.oracle.bmc.requests.BmcRequest<ChangeProjectCompartmentDetails> {
21+
extends com.oracle.bmc.requests.BmcRequest<
22+
com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails> {
2223

2324
/**
2425
* The OCID of the Project.
@@ -28,7 +29,8 @@ public class ChangeProjectCompartmentRequest
2829
/**
2930
* The details to change the compartment of the project.
3031
*/
31-
private ChangeProjectCompartmentDetails changeProjectCompartmentDetails;
32+
private com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails
33+
changeProjectCompartmentDetails;
3234

3335
/**
3436
* For optimistic concurrency control. In the PUT or DELETE call
@@ -61,13 +63,14 @@ public class ChangeProjectCompartmentRequest
6163
*/
6264
@Override
6365
@com.oracle.bmc.InternalSdk
64-
public ChangeProjectCompartmentDetails getBody$() {
66+
public com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails getBody$() {
6567
return changeProjectCompartmentDetails;
6668
}
6769

6870
public static class Builder
6971
implements com.oracle.bmc.requests.BmcRequest.Builder<
70-
ChangeProjectCompartmentRequest, ChangeProjectCompartmentDetails> {
72+
ChangeProjectCompartmentRequest,
73+
com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails> {
7174
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
7275
invocationCallback = null;
7376
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
@@ -133,7 +136,8 @@ public ChangeProjectCompartmentRequest build() {
133136
* @return this builder instance
134137
*/
135138
@com.oracle.bmc.InternalSdk
136-
public Builder body$(ChangeProjectCompartmentDetails body) {
139+
public Builder body$(
140+
com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails body) {
137141
changeProjectCompartmentDetails(body);
138142
return this;
139143
}

0 commit comments

Comments
 (0)