Skip to content

Commit 2ed69d5

Browse files
Releasing version 3.12.1
Releasing version 3.12.1
2 parents 0ebf4af + b91606f commit 2ed69d5

File tree

796 files changed

+38653
-972
lines changed

Some content is hidden

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

796 files changed

+38653
-972
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.12.1 - 2023-04-25
7+
### Added
8+
- Support for enabling mTLS authentication with Listener and for providing custom value for TLS port and Non-TLS Port during AVM Cluster Creation in Database service
9+
- Support for usedDataStorageSizeInGbs property for autonomous database in the Database service
10+
- Support for csiNumber organization in Tenant Manager Control Plane service
11+
- Support for creating and updating an infrastructure with LACP support in Database service
12+
- Support for changePrivateEndpointOutboundConnection operation in Integration Cloud service
13+
- Support for Enable Process in Integration Cloud service
14+
- Support for Disaster Recovery, DR enablement, switchover, and failover feature in Fusion Apps service
15+
- Support for discovery and monitoring of External Exadata infrastructure in Database Management Service
16+
### Fixed
17+
- Fixed ability to completely disable the Apache Connector. Before this fix, some settings were set even when `USE_APACHE_CONNECTOR` was set to `false`. For examples, see [DisableApacheConnectorExample.java (Jersey 2)](https://github.com/oracle/oci-java-sdk/blob/master/bmc-other-examples/bmc-jersey-examples/src/main/java/DisableApacheConnectorExample.java) and [DisableApacheConnectorExample.java (Jersey 3)](https://github.com/oracle/oci-java-sdk/blob/master/bmc-other-examples/bmc-jersey3-examples/src/main/java/DisableApacheConnectorExample.java)
18+
619
## 3.12.0 - 2023-04-18
720
### Added
821
- Support for private endpoints in the Digital Assistant service

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.12.0</version>
7+
<version>3.12.1</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.12.0</version>
21+
<version>3.12.1</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.12.0</version>
28+
<version>3.12.1</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.12.0</version>
7+
<version>3.12.1</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.12.0</version>
21+
<version>3.12.1</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.12.0</version>
28+
<version>3.12.1</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.12.0</version>
8+
<version>3.12.1</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.12.0</version>
22+
<version>3.12.1</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.12.0</version>
7+
<version>3.12.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -141,37 +141,37 @@
141141
<dependency>
142142
<groupId>com.oracle.oci.sdk</groupId>
143143
<artifactId>oci-java-sdk-common</artifactId>
144-
<version>3.12.0</version>
144+
<version>3.12.1</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.oracle.oci.sdk</groupId>
149149
<artifactId>oci-java-sdk-common-httpclient</artifactId>
150-
<version>3.12.0</version>
150+
<version>3.12.1</version>
151151
<scope>provided</scope>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.oracle.oci.sdk</groupId>
155155
<artifactId>oci-java-sdk-core</artifactId>
156-
<version>3.12.0</version>
156+
<version>3.12.1</version>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>com.oracle.oci.sdk</groupId>
161161
<artifactId>oci-java-sdk-identity</artifactId>
162-
<version>3.12.0</version>
162+
<version>3.12.1</version>
163163
<scope>test</scope>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.oracle.oci.sdk</groupId>
167167
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
168-
<version>3.12.0</version>
168+
<version>3.12.1</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
172172
<groupId>com.oracle.oci.sdk</groupId>
173173
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
174-
<version>3.12.0</version>
174+
<version>3.12.1</version>
175175
<scope>test</scope>
176176
</dependency>
177177
<dependency>

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.12.0</version>
7+
<version>3.12.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm-jersey3</artifactId>
@@ -142,37 +142,37 @@
142142
<dependency>
143143
<groupId>com.oracle.oci.sdk</groupId>
144144
<artifactId>oci-java-sdk-common</artifactId>
145-
<version>3.12.0</version>
145+
<version>3.12.1</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.oracle.oci.sdk</groupId>
150150
<artifactId>oci-java-sdk-common-httpclient</artifactId>
151-
<version>3.12.0</version>
151+
<version>3.12.1</version>
152152
<scope>provided</scope>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.oracle.oci.sdk</groupId>
156156
<artifactId>oci-java-sdk-core</artifactId>
157-
<version>3.12.0</version>
157+
<version>3.12.1</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.oracle.oci.sdk</groupId>
162162
<artifactId>oci-java-sdk-identity</artifactId>
163-
<version>3.12.0</version>
163+
<version>3.12.1</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>com.oracle.oci.sdk</groupId>
168168
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
169-
<version>3.12.0</version>
169+
<version>3.12.1</version>
170170
<scope>test</scope>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.oracle.oci.sdk</groupId>
174174
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
175-
<version>3.12.0</version>
175+
<version>3.12.1</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>

bmc-addons/bmc-oke-workload-identity/pom.xml

Lines changed: 5 additions & 5 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>3.12.0</version>
7+
<version>3.12.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -38,25 +38,25 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>3.12.0</version>
41+
<version>3.12.1</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-core</artifactId>
47-
<version>3.12.0</version>
47+
<version>3.12.1</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.oracle.oci.sdk</groupId>
5252
<artifactId>oci-java-sdk-identity</artifactId>
53-
<version>3.12.0</version>
53+
<version>3.12.1</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.oracle.oci.sdk</groupId>
5858
<artifactId>oci-java-sdk-keymanagement</artifactId>
59-
<version>3.12.0</version>
59+
<version>3.12.1</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

bmc-addons/bmc-oke-workload-identity/src/main/java/com/oracle/bmc/auth/okeworkloadidentity/internal/OkeWorkloadIdentityResourcePrincipalsFederationClient.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import java.nio.file.Paths;
1212
import java.security.KeyPair;
1313
import java.security.interfaces.RSAPublicKey;
14+
import java.time.Duration;
1415
import java.util.Base64;
1516
import java.util.Collections;
1617
import java.util.List;
@@ -96,12 +97,13 @@ public OkeWorkloadIdentityResourcePrincipalsFederationClient(
9697
@Override
9798
public String getSecurityToken() {
9899
try {
99-
String token =
100-
refreshAndGetSecurityTokenIfExpiringWithin(
101-
getSecurityTokenAdapter().getTokenValidDuration().dividedBy(2));
102-
return token;
100+
Duration time = Duration.ZERO;
101+
if (getSecurityTokenAdapter().isValid()) {
102+
time = getSecurityTokenAdapter().getTokenValidDuration().dividedBy(2);
103+
}
104+
return refreshAndGetSecurityTokenIfExpiringWithin(time);
103105
} catch (Exception e) {
104-
LOG.info("Refresh RPST token failed, use cached RPST token.");
106+
LOG.info("Refresh RPST token failed, use cached RPST token.", e);
105107
return getSecurityTokenAdapter().getSecurityToken();
106108
}
107109
}

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.12.0</version>
7+
<version>3.12.1</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.12.0</version>
27+
<version>3.12.1</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.12.0</version>
8+
<version>3.12.1</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.12.0</version>
63+
<version>3.12.1</version>
6464
</dependency>
6565
</dependencies>
6666

0 commit comments

Comments
 (0)