Skip to content

Commit 79aebb2

Browse files
Releasing version 2.44.0
1 parent 9e73030 commit 79aebb2

File tree

1,043 files changed

+210560
-1109
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,043 files changed

+210560
-1109
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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.44.0 - 2022-09-20
7+
### Added
8+
- Support for the Cloud Bridge service
9+
- Support for the Cloud Migrations service
10+
- Support for display banners, trails, and sizes in the GoldenGate service
11+
- Support for generic REST data assets, flattening of data in Data Flow, and runtime information on pipelines in the Data Integration service
12+
- Support for expanded search functionality in the Threat Intelligence service
13+
- Support for ingest-time rules and specifying logsets and query strings during recalls in the Logging Analytics service
14+
- Support for repository mirroring from Visual Builder Studio in the DevOps service
15+
- Support for running a managed build stage with the source code hosted in a Visual Builder Studio repository in the DevOps service
16+
- Support for triggering a build run based on an event in a Visual Builder Studio repository in the DevOps service
17+
- Support for additional parameters during cost management scheduling in the Usage service
18+
19+
### Breaking Changes
20+
- Support for retries by default on operations of the GoldenGate service
21+
- Support for retries by default on operations of the Threat Intelligence service
22+
623
## 2.43.0 - 2022-09-13
724
### Added
825
- Support for calling Oracle Cloud Infrastructure services in the eu-madrid-1 region

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.43.0</version>
7+
<version>2.44.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.43.0</version>
21+
<version>2.44.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.43.0</version>
7+
<version>2.44.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.43.0</version>
135+
<version>2.44.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.oracle.oci.sdk</groupId>
139139
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
140-
<version>2.43.0</version>
140+
<version>2.44.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.43.0</version>
146+
<version>2.44.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.43.0</version>
152+
<version>2.44.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.43.0</version>
158+
<version>2.44.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
44
*/
5+
6+
/**
7+
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
8+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
9+
*/
510
package com.oracle.bmc.graalvm;
611

712
@SdkClientPackages({
@@ -28,7 +33,9 @@
2833
"com.oracle.bmc.certificates.SdkClientsMetadata",
2934
"com.oracle.bmc.certificatesmanagement.SdkClientsMetadata",
3035
"com.oracle.bmc.cims.SdkClientsMetadata",
36+
"com.oracle.bmc.cloudbridge.SdkClientsMetadata",
3137
"com.oracle.bmc.cloudguard.SdkClientsMetadata",
38+
"com.oracle.bmc.cloudmigrations.SdkClientsMetadata",
3239
"com.oracle.bmc.computeinstanceagent.SdkClientsMetadata",
3340
"com.oracle.bmc.containerengine.SdkClientsMetadata",
3441
"com.oracle.bmc.core.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.43.0</version>
8+
<version>2.44.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.43.0</version>
28+
<version>2.44.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.43.0</version>
10+
<version>2.44.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.43.0</version>
65+
<version>2.44.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.43.0</version>
8+
<version>2.44.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.43.0</version>
7+
<version>2.44.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.43.0</version>
18+
<version>2.44.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.43.0</version>
7+
<version>2.44.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.43.0</version>
18+
<version>2.44.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

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

0 commit comments

Comments
 (0)