Skip to content

Commit 41a3f86

Browse files
Releasing version 2.4.0
Releasing version 2.4.0
2 parents 46c951c + ca938a6 commit 41a3f86

File tree

4,328 files changed

+28378
-9828
lines changed

Some content is hidden

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

4,328 files changed

+28378
-9828
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.4.0 - 2021-08-17
7+
### Added
8+
- Support for getting management agent hosts which are eligible to create Operations Insights host resources on, in the Operations Insights service
9+
- Support for getting summarized agent counts and summarized plugin counts in the Management Agent Cloud service
10+
11+
### Breaking Changes
12+
- Class `com.oracle.bmc.managementagent.model.WorkSubmissionKey` has been removed in the Management Agent service
13+
- Return type of method `public com.oracle.bmc.managementagent.model.PlatformTypes getPlatformType()` has been changed to `java.util.List` in the Management Agent service
14+
- Return type of method `public java.lang.String getPluginName()` has been changed to `java.util.List` in the Management Agent service
15+
- Return type of method `public java.lang.String getVersion()` has been changed to `java.util.List` in the Management Agent service
16+
617
## 2.3.2 - 2021-08-03
718
### Added
819
- Support for manually copying volume group backups across regions in the Block Volume 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.3.2</version>
7+
<version>2.4.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.3.2</version>
21+
<version>2.4.0</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.3.2</version>
8+
<version>2.4.0</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.3.2</version>
47+
<version>2.4.0</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.3.2</version>
10+
<version>2.4.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.3.2</version>
65+
<version>2.4.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.3.2</version>
8+
<version>2.4.0</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.3.2</version>
7+
<version>2.4.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.3.2</version>
18+
<version>2.4.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/internal/http/ChangeDataAssetCompartmentConverter.java

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
8787
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.ChangeDataAssetCompartmentResponse");
8888
com.google.common.base.Function<
8989
javax.ws.rs.core.Response,
90-
com.oracle.bmc.http.internal.WithHeaders<DataAsset>>
90+
com.oracle.bmc.http.internal.WithHeaders<
91+
com.oracle.bmc.aianomalydetection.model
92+
.DataAsset>>
9193
responseFn =
92-
RESPONSE_CONVERSION_FACTORY.create(DataAsset.class);
93-
94-
com.oracle.bmc.http.internal.WithHeaders<DataAsset> response =
95-
responseFn.apply(rawResponse);
94+
RESPONSE_CONVERSION_FACTORY.create(
95+
com.oracle.bmc.aianomalydetection.model
96+
.DataAsset
97+
.class);
98+
99+
com.oracle.bmc.http.internal.WithHeaders<
100+
com.oracle.bmc.aianomalydetection.model.DataAsset>
101+
response = responseFn.apply(rawResponse);
96102
javax.ws.rs.core.MultivaluedMap<String, String> headers =
97103
response.getHeaders();
98104

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/internal/http/CreateDataAssetConverter.java

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
7171
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.CreateDataAssetResponse");
7272
com.google.common.base.Function<
7373
javax.ws.rs.core.Response,
74-
com.oracle.bmc.http.internal.WithHeaders<DataAsset>>
74+
com.oracle.bmc.http.internal.WithHeaders<
75+
com.oracle.bmc.aianomalydetection.model
76+
.DataAsset>>
7577
responseFn =
76-
RESPONSE_CONVERSION_FACTORY.create(DataAsset.class);
77-
78-
com.oracle.bmc.http.internal.WithHeaders<DataAsset> response =
79-
responseFn.apply(rawResponse);
78+
RESPONSE_CONVERSION_FACTORY.create(
79+
com.oracle.bmc.aianomalydetection.model
80+
.DataAsset
81+
.class);
82+
83+
com.oracle.bmc.http.internal.WithHeaders<
84+
com.oracle.bmc.aianomalydetection.model.DataAsset>
85+
response = responseFn.apply(rawResponse);
8086
javax.ws.rs.core.MultivaluedMap<String, String> headers =
8187
response.getHeaders();
8288

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/internal/http/CreateModelConverter.java

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
6868
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.CreateModelResponse");
6969
com.google.common.base.Function<
7070
javax.ws.rs.core.Response,
71-
com.oracle.bmc.http.internal.WithHeaders<Model>>
71+
com.oracle.bmc.http.internal.WithHeaders<
72+
com.oracle.bmc.aianomalydetection.model
73+
.Model>>
7274
responseFn =
73-
RESPONSE_CONVERSION_FACTORY.create(Model.class);
74-
75-
com.oracle.bmc.http.internal.WithHeaders<Model> response =
76-
responseFn.apply(rawResponse);
75+
RESPONSE_CONVERSION_FACTORY.create(
76+
com.oracle.bmc.aianomalydetection.model
77+
.Model
78+
.class);
79+
80+
com.oracle.bmc.http.internal.WithHeaders<
81+
com.oracle.bmc.aianomalydetection.model.Model>
82+
response = responseFn.apply(rawResponse);
7783
javax.ws.rs.core.MultivaluedMap<String, String> headers =
7884
response.getHeaders();
7985

bmc-aianomalydetection/src/main/java/com/oracle/bmc/aianomalydetection/internal/http/CreateProjectConverter.java

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,18 @@ public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
6969
"Transform function invoked for com.oracle.bmc.aianomalydetection.responses.CreateProjectResponse");
7070
com.google.common.base.Function<
7171
javax.ws.rs.core.Response,
72-
com.oracle.bmc.http.internal.WithHeaders<Project>>
72+
com.oracle.bmc.http.internal.WithHeaders<
73+
com.oracle.bmc.aianomalydetection.model
74+
.Project>>
7375
responseFn =
74-
RESPONSE_CONVERSION_FACTORY.create(Project.class);
75-
76-
com.oracle.bmc.http.internal.WithHeaders<Project> response =
77-
responseFn.apply(rawResponse);
76+
RESPONSE_CONVERSION_FACTORY.create(
77+
com.oracle.bmc.aianomalydetection.model
78+
.Project
79+
.class);
80+
81+
com.oracle.bmc.http.internal.WithHeaders<
82+
com.oracle.bmc.aianomalydetection.model.Project>
83+
response = responseFn.apply(rawResponse);
7884
javax.ws.rs.core.MultivaluedMap<String, String> headers =
7985
response.getHeaders();
8086

0 commit comments

Comments
 (0)