Skip to content

Commit 065ac47

Browse files
Releasing version 3.2.2
Releasing version 3.2.2
2 parents e07bba5 + 99ad8ec commit 065ac47

File tree

254 files changed

+22598
-597
lines changed

Some content is hidden

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

254 files changed

+22598
-597
lines changed

CHANGELOG.md

Lines changed: 9 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+
## 3.2.2 - 2023-01-24
7+
### Added
8+
- Support for the Cloud Migrations service
9+
- Support for setting up custom private IPs while creating private endpoints in the Database service
10+
- Support for machine learning pipelines in the Data Science service
11+
- Support for personally identifiable information detection in the AI Language service
12+
613
## 3.2.1 - 2023-01-17
714
### Added
815
- Support for calling Oracle Cloud Infrastructure services in the us-chicago-1 region
@@ -16,6 +23,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1623
- Support for configurable timeouts in the Service Mesh service
1724

1825
## 3.2.0 - 2022-12-13
26+
### Fixed
27+
- Fixed regression in Instance Principals authentication in version 3.1.0 (see [#468](https://github.com/oracle/oci-java-sdk/issues/468))
1928
### Added
2029
- Support for the Queue service
2130
- Support for Intel X9 shapes when launching VM database systems in the Database service

THIRD_PARTY_LICENSES.txt

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ commons-lang3
4141
* Source code: https://github.com/apache/commons-lang
4242
* Project home: https://commons.apache.org/proper/commons-lang
4343

44-
guava
45-
* Copyright © 2021 Guava
46-
* License: Apache License 2.0
47-
* Source code: https://github.com/google/guava
48-
* Project home: https://guava.dev
49-
5044
jackson-annotations
5145
* Copyright © 2009-2011 FasterXML, LLC
5246
* License: Apache License 2.0
@@ -149,22 +143,10 @@ com.fasterxml.jackson.module:jackson-module-jaxb-annotations
149143
* Copyright © 2009-2011 FasterXML, LLC
150144
* License: Apache License 2.0
151145

152-
com.google.errorprone:error_prone_annotations
153-
* Copyright © 2015 The Error Prone Authors
154-
* License: Apache License 2.0
155-
156-
com.google.guava:failureaccess
157-
* Copyright © 2013 The Guava Authors
158-
* License: Apache License 2.0
159-
* Source code: https://github.com/google/guava/
160-
161-
com.google.guava:listenablefuture
146+
com.github.stephenc.jcip:jcip-annotations
147+
* Copyright © 2013 Stephen Connolly
162148
* License: Apache License 2.0
163-
164-
com.google.j2objc:j2objc-annotations
165-
* Copyright © 2012 Google Inc
166-
* License: Apache License 2.0
167-
* Source code: https://github.com/google/j2objc/
149+
* Source code: https://github.com/stephenc/jcip-annotations
168150

169151
com.nimbusds:nimbus-jose-jwt
170152
* Copyright © 2012 - 2020, Connect2id Ltd
@@ -226,10 +208,6 @@ org.bouncycastle:bcprov-jdk15on
226208
* Copyright © 2000-2021 The Legion of the Bouncy Castle Inc
227209
* License: MIT License
228210

229-
org.checkerframework:checker-qual
230-
* Copyright © 2004-present by the Checker Framework developers
231-
* License: MIT License
232-
233211
org.glassfish.hk2:hk2-api
234212
* Copyright © 2012, 2018 Oracle and/or its affiliates. All rights reserved.
235213
* Licenses: Eclipse Public License 2.0
@@ -2216,10 +2194,6 @@ Bootstrap v3.3.7
22162194
* Project: http://getbootstrap.com
22172195
* Copyright: 2011-2016 Twitter, Inc
22182196

2219-
Google Guava Version 18.0
2220-
* License: Apache License, 2.0
2221-
* Copyright (C) 2009 The Guava Authors
2222-
22232197
javax.inject Version: 1
22242198
* License: Apache License, 2.0
22252199
* Copyright (C) 2009 The JSR-330 Expert Group

bmc-addons/bmc-apache-configurator-jersey-addon/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>3.2.1</version>
7+
<version>3.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.2.1</version>
21+
<version>3.2.2</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
28-
<version>3.2.1</version>
28+
<version>3.2.2</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

bmc-addons/bmc-apache-configurator-jersey3-addon/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>3.2.1</version>
7+
<version>3.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.2.1</version>
21+
<version>3.2.2</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
28-
<version>3.2.1</version>
28+
<version>3.2.2</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

bmc-addons/bmc-apache-connector-provider/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>3.2.1</version>
8+
<version>3.2.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>3.2.1</version>
22+
<version>3.2.2</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

bmc-addons/bmc-graalvm-addon/pom.xml

Lines changed: 7 additions & 7 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>3.2.1</version>
7+
<version>3.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -145,37 +145,37 @@
145145
<dependency>
146146
<groupId>com.oracle.oci.sdk</groupId>
147147
<artifactId>oci-java-sdk-common</artifactId>
148-
<version>3.2.1</version>
148+
<version>3.2.2</version>
149149
<scope>provided</scope>
150150
</dependency>
151151
<dependency>
152152
<groupId>com.oracle.oci.sdk</groupId>
153153
<artifactId>oci-java-sdk-common-httpclient</artifactId>
154-
<version>3.2.1</version>
154+
<version>3.2.2</version>
155155
<scope>provided</scope>
156156
</dependency>
157157
<dependency>
158158
<groupId>com.oracle.oci.sdk</groupId>
159159
<artifactId>oci-java-sdk-core</artifactId>
160-
<version>3.2.1</version>
160+
<version>3.2.2</version>
161161
<scope>test</scope>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.oracle.oci.sdk</groupId>
165165
<artifactId>oci-java-sdk-identity</artifactId>
166-
<version>3.2.1</version>
166+
<version>3.2.2</version>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>
170170
<groupId>com.oracle.oci.sdk</groupId>
171171
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
172-
<version>3.2.1</version>
172+
<version>3.2.2</version>
173173
<scope>test</scope>
174174
</dependency>
175175
<dependency>
176176
<groupId>com.oracle.oci.sdk</groupId>
177177
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
178-
<version>3.2.1</version>
178+
<version>3.2.2</version>
179179
<scope>test</scope>
180180
</dependency>
181181
</dependencies>

bmc-addons/bmc-graalvm-jersey3-addon/pom.xml

Lines changed: 7 additions & 7 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>3.2.1</version>
7+
<version>3.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm-jersey3</artifactId>
@@ -146,37 +146,37 @@
146146
<dependency>
147147
<groupId>com.oracle.oci.sdk</groupId>
148148
<artifactId>oci-java-sdk-common</artifactId>
149-
<version>3.2.1</version>
149+
<version>3.2.2</version>
150150
<scope>provided</scope>
151151
</dependency>
152152
<dependency>
153153
<groupId>com.oracle.oci.sdk</groupId>
154154
<artifactId>oci-java-sdk-common-httpclient</artifactId>
155-
<version>3.2.1</version>
155+
<version>3.2.2</version>
156156
<scope>provided</scope>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.oracle.oci.sdk</groupId>
160160
<artifactId>oci-java-sdk-core</artifactId>
161-
<version>3.2.1</version>
161+
<version>3.2.2</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>com.oracle.oci.sdk</groupId>
166166
<artifactId>oci-java-sdk-identity</artifactId>
167-
<version>3.2.1</version>
167+
<version>3.2.2</version>
168168
<scope>test</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>com.oracle.oci.sdk</groupId>
172172
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
173-
<version>3.2.1</version>
173+
<version>3.2.2</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>com.oracle.oci.sdk</groupId>
178178
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
179-
<version>3.2.1</version>
179+
<version>3.2.2</version>
180180
<scope>test</scope>
181181
</dependency>
182182
</dependencies>

bmc-addons/bmc-resteasy-client-configurator/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>3.2.1</version>
7+
<version>3.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common</artifactId>
27-
<version>3.2.1</version>
27+
<version>3.2.2</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

bmc-addons/bmc-sasl/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>3.2.1</version>
8+
<version>3.2.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.oracle.oci.sdk</groupId>
6262
<artifactId>oci-java-sdk-common</artifactId>
63-
<version>3.2.1</version>
63+
<version>3.2.2</version>
6464
</dependency>
6565
</dependencies>
6666

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

0 commit comments

Comments
 (0)