Skip to content

Commit 27d94c1

Browse files
committed
Releasing version 2.11.0
1 parent 935bc8e commit 27d94c1

File tree

656 files changed

+30781
-1504
lines changed

Some content is hidden

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

656 files changed

+30781
-1504
lines changed

ApacheConnector-README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ For example - `GetObjectReponse.getInputStream().close()` or
180180
use try-with-resources. Otherwise, a partial read without closing will lead to the connection not being released from
181181
the pool and results in hanging for an indefinite time.
182182

183+
In addition to the above steps, please make sure to specify the `ConnectionRequestTimeout` in the `ClientConfigurator`. By adding this, requests made after connection pool exhaustion will throw a Timeout exception instead of hanging indefinitely.
184+
An example can be found [here](https://github.com/oracle/oci-java-sdk/tree/master/bmc-examples/src/main/java/ApacheConnectorPropertiesExample.java "here").
185+
183186
### Performance issues and switching between connection closing strategies with the Apache Connector
184187

185188
The Java SDK supports the Apache Connector as the default. The Apache Connector supports the use of two connection closing strategies - `ApacheConnectionClosingStrategy.GracefulClosingStrategy` and `ApacheConnectionClosingStrategy.ImmediateClosingStrategy`.

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,36 @@ 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.11.0 - 2021-11-30
7+
### Added
8+
- Support for SQL Tuning Advisor in the Database Management service
9+
- Support for listing users and getting user details in the Database Management service
10+
- Support for autonomous databases in the Database Management service
11+
- Support for enabling and disabling Database Management features on autonomous databases in the Database service
12+
- Support for the Solaris platform in the Management Agent Cloud service
13+
- Support for cross-compartment operations in the Operations Insights service
14+
- Support for listing deployment backups in the GoldenGate service
15+
- Support for standard tags in the Identity service
16+
- Support for viewing problems for deleted targets in the Cloud Guard service
17+
- Support for choosing a platform version while creating a platform instance in the Blockchain Platform service
18+
- Support for custom IPSec connection tunnel internet key exchange phase 1 and phase 2 encryption algorithms in the Networking service
19+
- Support for pagination when listing work requests corresponding to an APM domain in the Application Performance Monitoring service
20+
- Support for the "deleted" lifecycle state on APM domains in the Application Performance Monitoring service
21+
- Support for calling Oracle Cloud Infrastructure services in the eu-milan-1 and me-abudhabi-1 regions
22+
23+
### Breaking Changes
24+
- Support for retries enabled by default in all operations of the DevOps, Build, and Source Code Management services. This support is not added on the async clients.
25+
626
## 2.10.0 - 2021-11-17
727
### Added
828
- Support for getting subnet topology in the Networking service
929
- Support for encrypted FastConnect resources in the Networking service
1030
- Support for performance and high availability, as well as recommendation metrics, in the Optimizer service
1131
- Support for optional TDE wallet passwords in the Database service
1232
- Support for Object Storage service integration in the Big Data service
13-
- Support for circuit breakers enabled by default in all services except Streaming and Compute
33+
34+
### Breaking Changes
35+
- Support for circuit breakers enabled by default in all services except Streaming and Compute. This support is not added on the async clients
1436
- Support for retries enabled by default in all operations of the Functions and Roving Edge services, and in some operations of the Streaming service. This support is not added on the async clients
1537

1638
## 2.9.0 - 2021-11-09

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.10.0</version>
7+
<version>2.11.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.10.0</version>
21+
<version>2.11.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

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

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>2.10.0</version>
47+
<version>2.11.0</version>
4848
</dependency>
4949
</dependencies>
5050
</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.10.0</version>
10+
<version>2.11.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.10.0</version>
65+
<version>2.11.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.10.0</version>
8+
<version>2.11.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.10.0</version>
7+
<version>2.11.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.10.0</version>
18+
<version>2.11.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.10.0</version>
7+
<version>2.11.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.10.0</version>
18+
<version>2.11.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

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

0 commit comments

Comments
 (0)