Skip to content

Commit bba323a

Browse files
committed
Releasing version 1.32.1
1 parent b2ba9e8 commit bba323a

File tree

114 files changed

+1830
-243
lines changed

Some content is hidden

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

114 files changed

+1830
-243
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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+
## 1.32.1 - 2021-02-16
7+
### Added
8+
- Support for scan DNS names and zone ids on database system, cloud VM cluster, and autonomous Exadata infrastructure responses in the Database service
9+
- Support for specifying ACL rules to limit ingress into public load balancers in the Integration service
10+
- Support for Cloud at Customer as a source type in the Application Migration service
11+
- Support for selective migration of specific resources in the Application Migration service
12+
613
## 1.32.0 - 2021-02-09
714
### Added
815
- Support for the Database Management service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 3 additions & 3 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>1.32.0</version>
7+
<version>1.32.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -42,15 +42,15 @@
4242
<dependency>
4343
<groupId>com.oracle.oci.sdk</groupId>
4444
<artifactId>oci-java-sdk-common</artifactId>
45-
<version>1.32.0</version>
45+
<version>1.32.1</version>
4646
</dependency>
4747

4848
<!-- Explicitly pull in this version of httpclient and its httpcore dependency to address:
4949
https://issues.apache.org/jira/browse/HTTPCLIENT-1803 -->
5050
<dependency>
5151
<groupId>org.apache.httpcomponents</groupId>
5252
<artifactId>httpclient</artifactId>
53-
<version>4.5.13</version>
53+
<version>${apache-httpcomponents.version}</version>
5454
</dependency>
5555
</dependencies>
5656
</project>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 10 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>1.32.0</version>
8+
<version>1.32.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -33,10 +33,18 @@
3333
<version>${resteasy.version}</version>
3434
</dependency>
3535

36+
<!-- Resteasy-JaxRs transitive dependencies that are resolved to a newer version to fix
37+
known security vulnerabilities -->
38+
<dependency>
39+
<groupId>org.apache.httpcomponents</groupId>
40+
<artifactId>httpclient</artifactId>
41+
<version>${apache-httpcomponents.version}</version>
42+
</dependency>
43+
3644
<dependency>
3745
<groupId>com.oracle.oci.sdk</groupId>
3846
<artifactId>oci-java-sdk-common</artifactId>
39-
<version>1.32.0</version>
47+
<version>1.32.1</version>
4048
</dependency>
4149
</dependencies>
4250
</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>1.32.0</version>
10+
<version>1.32.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.oracle.oci.sdk</groupId>
6363
<artifactId>oci-java-sdk-common</artifactId>
64-
<version>1.32.0</version>
64+
<version>1.32.1</version>
6565
</dependency>
6666
</dependencies>
6767

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

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

bmc-announcementsservice/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>1.32.0</version>
7+
<version>1.32.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.32.0</version>
20+
<version>1.32.1</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

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

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

bmc-applicationmigration/src/main/java/com/oracle/bmc/applicationmigration/model/AuthorizationDetails.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
defaultImpl = AuthorizationDetails.class
3131
)
3232
@com.fasterxml.jackson.annotation.JsonSubTypes({
33+
@com.fasterxml.jackson.annotation.JsonSubTypes.Type(
34+
value = OccAuthorizationDetails.class,
35+
name = "OCC"
36+
),
3337
@com.fasterxml.jackson.annotation.JsonSubTypes.Type(
3438
value = InternalAuthorizationDetails.class,
3539
name = "INTERNAL_COMPUTE"

0 commit comments

Comments
 (0)