You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ApacheConnector-README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,9 @@ For example - `GetObjectReponse.getInputStream().close()` or
180
180
use try-with-resources. Otherwise, a partial read without closing will lead to the connection not being released from
181
181
the pool and results in hanging for an indefinite time.
182
182
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
+
183
186
### Performance issues and switching between connection closing strategies with the Apache Connector
184
187
185
188
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`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,36 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
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
+
6
26
## 2.10.0 - 2021-11-17
7
27
### Added
8
28
- Support for getting subnet topology in the Networking service
9
29
- Support for encrypted FastConnect resources in the Networking service
10
30
- Support for performance and high availability, as well as recommendation metrics, in the Optimizer service
11
31
- Support for optional TDE wallet passwords in the Database service
12
32
- 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
14
36
- 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
0 commit comments