Skip to content

Commit e5bba89

Browse files
Releasing version 2.60.1
1 parent 9e2220a commit e5bba89

File tree

1,139 files changed

+49192
-2018
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,139 files changed

+49192
-2018
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.60.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+
617
## 2.60.0 - 2023-04-18
718
### Added
819
- Support for private endpoints in the Digital Assistant 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.60.0</version>
7+
<version>2.60.1</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.60.0</version>
21+
<version>2.60.1</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.60.0</version>
7+
<version>2.60.1</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.60.0</version>
135+
<version>2.60.1</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.oracle.oci.sdk</groupId>
139139
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
140-
<version>2.60.0</version>
140+
<version>2.60.1</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.60.0</version>
146+
<version>2.60.1</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.60.0</version>
152+
<version>2.60.1</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.60.0</version>
158+
<version>2.60.1</version>
159159
<scope>test</scope>
160160
</dependency>
161161
</dependencies>

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>2.60.0</version>
7+
<version>2.60.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -38,24 +38,24 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>2.60.0</version>
41+
<version>2.60.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.oracle.oci.sdk</groupId>
4545
<artifactId>oci-java-sdk-core</artifactId>
46-
<version>2.60.0</version>
46+
<version>2.60.1</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.oracle.oci.sdk</groupId>
5151
<artifactId>oci-java-sdk-identity</artifactId>
52-
<version>2.60.0</version>
52+
<version>2.60.1</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.oracle.oci.sdk</groupId>
5757
<artifactId>oci-java-sdk-keymanagement</artifactId>
58-
<version>2.60.0</version>
58+
<version>2.60.1</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<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
@@ -29,6 +29,7 @@
2929
import java.nio.file.Paths;
3030
import java.security.KeyPair;
3131
import java.security.interfaces.RSAPublicKey;
32+
import java.time.Duration;
3233

3334
import static com.oracle.bmc.http.internal.RestClient.generateRequestId;
3435

@@ -88,12 +89,13 @@ public OkeWorkloadIdentityResourcePrincipalsFederationClient(
8889
@Override
8990
public String getSecurityToken() {
9091
try {
91-
String token =
92-
refreshAndGetSecurityTokenIfExpiringWithin(
93-
getSecurityTokenAdapter().getTokenValidDuration().dividedBy(2));
94-
return token;
92+
Duration time = Duration.ZERO;
93+
if (getSecurityTokenAdapter().isValid()) {
94+
time = getSecurityTokenAdapter().getTokenValidDuration().dividedBy(2);
95+
}
96+
return refreshAndGetSecurityTokenIfExpiringWithin(time);
9597
} catch (Exception e) {
96-
LOG.info("Refresh RPST token failed, use cached RPST token.");
98+
LOG.info("Refresh RPST token failed, use cached RPST token.", e);
9799
return getSecurityTokenAdapter().getSecurityToken();
98100
}
99101
}

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.60.0</version>
8+
<version>2.60.1</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.60.0</version>
28+
<version>2.60.1</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.60.0</version>
10+
<version>2.60.1</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.60.0</version>
65+
<version>2.60.1</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.60.0</version>
8+
<version>2.60.1</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.60.0</version>
7+
<version>2.60.1</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.60.0</version>
18+
<version>2.60.1</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-adm/src/main/java/com/oracle/bmc/adm/ApplicationDependencyManagement.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ public interface ApplicationDependencyManagement extends AutoCloseable {
5252
*/
5353
void setRegion(String regionId);
5454

55+
/**
56+
* Determines whether realm specific endpoint should be used or not.
57+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
58+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
59+
*/
60+
void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled);
61+
5562
/**
5663
* Cancel work request with the given ID.
5764
* @param request The request object containing the details to send

0 commit comments

Comments
 (0)