Skip to content

Commit

Permalink
Releasing version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VidhiBhansali committed Aug 17, 2021
1 parent 46c951c commit ca938a6
Show file tree
Hide file tree
Showing 4,328 changed files with 28,378 additions and 9,828 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.

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

## 2.4.0 - 2021-08-17
### Added
- Support for getting management agent hosts which are eligible to create Operations Insights host resources on, in the Operations Insights service
- Support for getting summarized agent counts and summarized plugin counts in the Management Agent Cloud service

### Breaking Changes
- Class `com.oracle.bmc.managementagent.model.WorkSubmissionKey` has been removed in the Management Agent service
- Return type of method `public com.oracle.bmc.managementagent.model.PlatformTypes getPlatformType()` has been changed to `java.util.List` in the Management Agent service
- Return type of method `public java.lang.String getPluginName()` has been changed to `java.util.List` in the Management Agent service
- Return type of method `public java.lang.String getVersion()` has been changed to `java.util.List` in the Management Agent service

## 2.3.2 - 2021-08-03
### Added
- Support for manually copying volume group backups across regions in the Block Volume 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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</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.3.2</version>
<version>2.4.0</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.ChangeDataAssetCompartmentResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<DataAsset>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.DataAsset>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(DataAsset.class);

com.oracle.bmc.http.internal.WithHeaders<DataAsset> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.DataAsset
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.DataAsset>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.CreateDataAssetResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<DataAsset>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.DataAsset>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(DataAsset.class);

com.oracle.bmc.http.internal.WithHeaders<DataAsset> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.DataAsset
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.DataAsset>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.CreateModelResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<Model>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.Model>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(Model.class);

com.oracle.bmc.http.internal.WithHeaders<Model> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.Model
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.Model>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.CreateProjectResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<Project>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.Project>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(Project.class);

com.oracle.bmc.http.internal.WithHeaders<Project> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.Project
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.Project>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,17 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<
AnomalyDetectResult>>
com.oracle.bmc.aianomalydetection.model
.AnomalyDetectResult>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(
AnomalyDetectResult.class);
com.oracle.bmc.aianomalydetection.model
.AnomalyDetectResult
.class);

com.oracle.bmc.http.internal.WithHeaders<AnomalyDetectResult>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.AnomalyDetectResult>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,17 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<
AiPrivateEndpoint>>
com.oracle.bmc.aianomalydetection.model
.AiPrivateEndpoint>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(
AiPrivateEndpoint.class);
com.oracle.bmc.aianomalydetection.model
.AiPrivateEndpoint
.class);

com.oracle.bmc.http.internal.WithHeaders<AiPrivateEndpoint>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.AiPrivateEndpoint>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.GetDataAssetResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<DataAsset>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.DataAsset>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(DataAsset.class);

com.oracle.bmc.http.internal.WithHeaders<DataAsset> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.DataAsset
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.DataAsset>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.GetModelResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<Model>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.Model>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(Model.class);

com.oracle.bmc.http.internal.WithHeaders<Model> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.Model
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.Model>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.GetProjectResponse");
com.google.common.base.Function<
javax.ws.rs.core.Response,
com.oracle.bmc.http.internal.WithHeaders<Project>>
com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model
.Project>>
responseFn =
RESPONSE_CONVERSION_FACTORY.create(Project.class);

com.oracle.bmc.http.internal.WithHeaders<Project> response =
responseFn.apply(rawResponse);
RESPONSE_CONVERSION_FACTORY.create(
com.oracle.bmc.aianomalydetection.model
.Project
.class);

com.oracle.bmc.http.internal.WithHeaders<
com.oracle.bmc.aianomalydetection.model.Project>
response = responseFn.apply(rawResponse);
javax.ws.rs.core.MultivaluedMap<String, String> headers =
response.getHeaders();

Expand Down
Loading

0 comments on commit ca938a6

Please sign in to comment.