Skip to content

Commit

Permalink
Releasing version 2.5.1
Browse files Browse the repository at this point in the history
Releasing version 2.5.1
  • Loading branch information
VidhiBhansali authored Sep 15, 2021
2 parents ee7e29b + c3e42de commit 5bd40b3
Show file tree
Hide file tree
Showing 1,421 changed files with 23,271 additions and 5,877 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## 2.5.1 - 2021-09-14
### Added
- Support for serviceHostKeyFingerprint property for InstanceConsoleConnection in the Core service
- Support for Shielded Instances in the Core service
- Support for ML Jobs in the Data Science service

## 2.5.0 - 2021-09-07
### Added
- Support for terraform advanced options (detailed log level, refresh, and parallelism) on jobs in the Resource Manager service
Expand Down
4 changes: 2 additions & 2 deletions bmc-addons/bmc-apache-connector-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-addons</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions bmc-addons/bmc-resteasy-client-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-addons</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions bmc-addons/bmc-sasl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>oci-java-sdk-addons</artifactId>
<groupId>com.oracle.oci.sdk</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bmc-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bmc-aianomalydetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oci-java-sdk-aianomalydetection</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
@lombok.EqualsAndHashCode(callSuper = true)
@lombok.Getter
public class ChangeAiPrivateEndpointCompartmentRequest
extends com.oracle.bmc.requests.BmcRequest<ChangeAiPrivateEndpointCompartmentDetails> {
extends com.oracle.bmc.requests.BmcRequest<
com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails> {

/**
* Unique private reverse connection identifier.
Expand All @@ -28,7 +29,8 @@ public class ChangeAiPrivateEndpointCompartmentRequest
/**
* Details for the target compartment.
*/
private ChangeAiPrivateEndpointCompartmentDetails changeAiPrivateEndpointCompartmentDetails;
private com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails
changeAiPrivateEndpointCompartmentDetails;

/**
* For optimistic concurrency control. In the PUT or DELETE call
Expand Down Expand Up @@ -61,14 +63,16 @@ public class ChangeAiPrivateEndpointCompartmentRequest
*/
@Override
@com.oracle.bmc.InternalSdk
public ChangeAiPrivateEndpointCompartmentDetails getBody$() {
public com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails
getBody$() {
return changeAiPrivateEndpointCompartmentDetails;
}

public static class Builder
implements com.oracle.bmc.requests.BmcRequest.Builder<
ChangeAiPrivateEndpointCompartmentRequest,
ChangeAiPrivateEndpointCompartmentDetails> {
com.oracle.bmc.aianomalydetection.model
.ChangeAiPrivateEndpointCompartmentDetails> {
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
invocationCallback = null;
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
Expand Down Expand Up @@ -135,7 +139,9 @@ public ChangeAiPrivateEndpointCompartmentRequest build() {
* @return this builder instance
*/
@com.oracle.bmc.InternalSdk
public Builder body$(ChangeAiPrivateEndpointCompartmentDetails body) {
public Builder body$(
com.oracle.bmc.aianomalydetection.model.ChangeAiPrivateEndpointCompartmentDetails
body) {
changeAiPrivateEndpointCompartmentDetails(body);
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
@lombok.EqualsAndHashCode(callSuper = true)
@lombok.Getter
public class ChangeDataAssetCompartmentRequest
extends com.oracle.bmc.requests.BmcRequest<ChangeDataAssetCompartmentDetails> {
extends com.oracle.bmc.requests.BmcRequest<
com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails> {

/**
* The OCID of the Data Asset.
Expand All @@ -28,7 +29,8 @@ public class ChangeDataAssetCompartmentRequest
/**
* The information to be updated.
*/
private ChangeDataAssetCompartmentDetails changeDataAssetCompartmentDetails;
private com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails
changeDataAssetCompartmentDetails;

/**
* For optimistic concurrency control. In the PUT or DELETE call
Expand Down Expand Up @@ -61,13 +63,14 @@ public class ChangeDataAssetCompartmentRequest
*/
@Override
@com.oracle.bmc.InternalSdk
public ChangeDataAssetCompartmentDetails getBody$() {
public com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails getBody$() {
return changeDataAssetCompartmentDetails;
}

public static class Builder
implements com.oracle.bmc.requests.BmcRequest.Builder<
ChangeDataAssetCompartmentRequest, ChangeDataAssetCompartmentDetails> {
ChangeDataAssetCompartmentRequest,
com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails> {
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
invocationCallback = null;
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
Expand Down Expand Up @@ -133,7 +136,8 @@ public ChangeDataAssetCompartmentRequest build() {
* @return this builder instance
*/
@com.oracle.bmc.InternalSdk
public Builder body$(ChangeDataAssetCompartmentDetails body) {
public Builder body$(
com.oracle.bmc.aianomalydetection.model.ChangeDataAssetCompartmentDetails body) {
changeDataAssetCompartmentDetails(body);
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
@lombok.EqualsAndHashCode(callSuper = true)
@lombok.Getter
public class ChangeModelCompartmentRequest
extends com.oracle.bmc.requests.BmcRequest<ChangeModelCompartmentDetails> {
extends com.oracle.bmc.requests.BmcRequest<
com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails> {

/**
* The OCID of the Model.
Expand All @@ -28,7 +29,8 @@ public class ChangeModelCompartmentRequest
/**
* The information to be updated.
*/
private ChangeModelCompartmentDetails changeModelCompartmentDetails;
private com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails
changeModelCompartmentDetails;

/**
* For optimistic concurrency control. In the PUT or DELETE call
Expand Down Expand Up @@ -61,13 +63,14 @@ public class ChangeModelCompartmentRequest
*/
@Override
@com.oracle.bmc.InternalSdk
public ChangeModelCompartmentDetails getBody$() {
public com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails getBody$() {
return changeModelCompartmentDetails;
}

public static class Builder
implements com.oracle.bmc.requests.BmcRequest.Builder<
ChangeModelCompartmentRequest, ChangeModelCompartmentDetails> {
ChangeModelCompartmentRequest,
com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails> {
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
invocationCallback = null;
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
Expand Down Expand Up @@ -133,7 +136,8 @@ public ChangeModelCompartmentRequest build() {
* @return this builder instance
*/
@com.oracle.bmc.InternalSdk
public Builder body$(ChangeModelCompartmentDetails body) {
public Builder body$(
com.oracle.bmc.aianomalydetection.model.ChangeModelCompartmentDetails body) {
changeModelCompartmentDetails(body);
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
@lombok.EqualsAndHashCode(callSuper = true)
@lombok.Getter
public class ChangeProjectCompartmentRequest
extends com.oracle.bmc.requests.BmcRequest<ChangeProjectCompartmentDetails> {
extends com.oracle.bmc.requests.BmcRequest<
com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails> {

/**
* The OCID of the Project.
Expand All @@ -28,7 +29,8 @@ public class ChangeProjectCompartmentRequest
/**
* The details to change the compartment of the project.
*/
private ChangeProjectCompartmentDetails changeProjectCompartmentDetails;
private com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails
changeProjectCompartmentDetails;

/**
* For optimistic concurrency control. In the PUT or DELETE call
Expand Down Expand Up @@ -61,13 +63,14 @@ public class ChangeProjectCompartmentRequest
*/
@Override
@com.oracle.bmc.InternalSdk
public ChangeProjectCompartmentDetails getBody$() {
public com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails getBody$() {
return changeProjectCompartmentDetails;
}

public static class Builder
implements com.oracle.bmc.requests.BmcRequest.Builder<
ChangeProjectCompartmentRequest, ChangeProjectCompartmentDetails> {
ChangeProjectCompartmentRequest,
com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails> {
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
invocationCallback = null;
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
Expand Down Expand Up @@ -133,7 +136,8 @@ public ChangeProjectCompartmentRequest build() {
* @return this builder instance
*/
@com.oracle.bmc.InternalSdk
public Builder body$(ChangeProjectCompartmentDetails body) {
public Builder body$(
com.oracle.bmc.aianomalydetection.model.ChangeProjectCompartmentDetails body) {
changeProjectCompartmentDetails(body);
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
@lombok.EqualsAndHashCode(callSuper = true)
@lombok.Getter
public class CreateAiPrivateEndpointRequest
extends com.oracle.bmc.requests.BmcRequest<CreateAiPrivateEndpointDetails> {
extends com.oracle.bmc.requests.BmcRequest<
com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails> {

/**
* The information used to create the private reverse connection.
*/
private CreateAiPrivateEndpointDetails createAiPrivateEndpointDetails;
private com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails
createAiPrivateEndpointDetails;

/**
* The client request ID for tracing.
Expand All @@ -46,13 +48,14 @@ public class CreateAiPrivateEndpointRequest
*/
@Override
@com.oracle.bmc.InternalSdk
public CreateAiPrivateEndpointDetails getBody$() {
public com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails getBody$() {
return createAiPrivateEndpointDetails;
}

public static class Builder
implements com.oracle.bmc.requests.BmcRequest.Builder<
CreateAiPrivateEndpointRequest, CreateAiPrivateEndpointDetails> {
CreateAiPrivateEndpointRequest,
com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails> {
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
invocationCallback = null;
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
Expand Down Expand Up @@ -116,7 +119,8 @@ public CreateAiPrivateEndpointRequest build() {
* @return this builder instance
*/
@com.oracle.bmc.InternalSdk
public Builder body$(CreateAiPrivateEndpointDetails body) {
public Builder body$(
com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails body) {
createAiPrivateEndpointDetails(body);
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
@lombok.EqualsAndHashCode(callSuper = true)
@lombok.Getter
public class CreateDataAssetRequest
extends com.oracle.bmc.requests.BmcRequest<CreateDataAssetDetails> {
extends com.oracle.bmc.requests.BmcRequest<
com.oracle.bmc.aianomalydetection.model.CreateDataAssetDetails> {

/**
* Details for the new DataAsset.
*/
private CreateDataAssetDetails createDataAssetDetails;
private com.oracle.bmc.aianomalydetection.model.CreateDataAssetDetails createDataAssetDetails;

/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
Expand All @@ -46,13 +47,14 @@ public class CreateDataAssetRequest
*/
@Override
@com.oracle.bmc.InternalSdk
public CreateDataAssetDetails getBody$() {
public com.oracle.bmc.aianomalydetection.model.CreateDataAssetDetails getBody$() {
return createDataAssetDetails;
}

public static class Builder
implements com.oracle.bmc.requests.BmcRequest.Builder<
CreateDataAssetRequest, CreateDataAssetDetails> {
CreateDataAssetRequest,
com.oracle.bmc.aianomalydetection.model.CreateDataAssetDetails> {
private com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder>
invocationCallback = null;
private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
Expand Down Expand Up @@ -116,7 +118,7 @@ public CreateDataAssetRequest build() {
* @return this builder instance
*/
@com.oracle.bmc.InternalSdk
public Builder body$(CreateDataAssetDetails body) {
public Builder body$(com.oracle.bmc.aianomalydetection.model.CreateDataAssetDetails body) {
createDataAssetDetails(body);
return this;
}
Expand Down
Loading

0 comments on commit 5bd40b3

Please sign in to comment.