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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,9 +173,9 @@ An example of configuring a proxy can be found [here](https://github.com/oracle/
173
173
174
174
`ApacheConfigurator` by default configures a connection pool with `defaultMaxConnectionsPerRoute` and
175
175
`maximumOpenConnections`. Please make sure to close all `InputStreams` obtained from the response object by
176
-
calling close on the stream object if doing partial read. If the stream is read completely, then the SDK will try to
176
+
calling close on the stream object if doing partial read or if not reading at all. If the stream is read completely, then the SDK will try to
177
177
auto-close the stream to release the connection from the connection pool.
178
-
To manually close the stream in case of partial read of stream. Please call close on the stream.
178
+
To manually close the stream in case of partial read of stream/no read. Please call close on the stream.
179
179
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.
@@ -189,10 +189,10 @@ Use `ApacheConnectionClosingStrategy.ImmediateClosingStrategy` for large files w
189
189
190
190
Note : If both the above Apache Connection closing strategies do not give you optimal results for your use-cases, please consider switching back to Jersey Default `HttpUrlConnectorProvider` using the method stated in the above section.
191
191
192
-
An example can be found [here](http://https://github.com/oracle/oci-java-sdk/tree/master/bmc-examples/src/main/java/ApacheConnectorPropertiesExample.java"here")
192
+
An example can be found [here](https://github.com/oracle/oci-java-sdk/tree/master/bmc-examples/src/main/java/ApacheConnectorPropertiesExample.java"here")
193
193
194
194
## More info
195
-
More examples related to customizing Apache Connector can be found [here](http://https://github.com/oracle/oci-java-sdk/tree/master/bmc-examples/src/main/java/ApacheConnectorPropertiesExample.java"here")
195
+
More examples related to customizing Apache Connector can be found [here](https://github.com/oracle/oci-java-sdk/tree/master/bmc-examples/src/main/java/ApacheConnectorPropertiesExample.java"here")
196
196
197
197
## License
198
198
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,38 @@ 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.7.0 - 2021-10-05
7
+
### Added
8
+
- Support for configuring Binlog variables in the MySQL Database service
9
+
- Support new response value "OPERATOR" for backup creationType in list and get MDS backup API in the MySQL Database service
10
+
- Support for SetAutoUpgradableConfig and GetAutoUpgradableConfig operations in Management Agent Cloud service
11
+
- Support for additional installType filter for List Management Agents, Images and Count API operations in Management Agent Cloud service
12
+
- Support for list and read DeploymentUpgrade, cancel and restore DeploymentBackup in the Golden Gate service
13
+
- Support for non-autonomous databases targets, executing Pre-Migration advisor, uploading Datapump logs into Object Storage bucket, and filtering Database Objects in the Database Migration service
14
+
- Support for calling Oracle Cloud Infrastructure services in the ap-ibaraki-1 region
15
+
16
+
### Breaking changes
17
+
- Return type of method `public com.oracle.bmc.databasemigration.model.LifecycleStates getLifecycleState()` has been changed to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates` in the Database Migration service
18
+
- Method `public java.lang.String getCompartmentId()` has been removed from model `com.oracle.bmc.databasemigration.model.UpdateAgentDetails` in the Database Migration service
19
+
- Method `public java.util.Date getTimeStamp()` has been removed from the model `com.oracle.bmc.databasemigration.model.WorkRequestError` in the Database Migration service
20
+
- Method `public java.util.Date getTimeStamp()` has been removed from the model `com.oracle.bmc.databasemigration.model.WorkRequestLogEntry` in the Database Migration service
21
+
- Return type of method `public com.oracle.bmc.databasemigration.model.LifecycleStates getLifecycleState()` has been changed to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates` in `com.oracle.bmc.databasemigration.requests.ListMigrationsRequest` in the Database Migration service
22
+
- Method `public java.lang.String getDisplayName()` has been removed from `com.oracle.bmc.databasemigration.requests.ListWorkRequestErrorsRequest` in the Database Migration service
23
+
- Removed field `DisplayName` from `com.oracle.bmc.databasemigration.requests.ListWorkRequestErrorsRequest$SortBy` in the Database Migration service
24
+
- Removed field `TimeCreated` from `com.oracle.bmc.databasemigration.requests.ListWorkRequestErrorsRequest$SortBy` in the Database Migration service
25
+
- Method `public java.lang.String getDisplayName()` has been removed from `com.oracle.bmc.databasemigration.requests.ListWorkRequestLogsRequest` in the Database Migration service
26
+
- Removed field `DisplayName` from `com.oracle.bmc.databasemigration.requests.ListWorkRequestLogsRequest$SortBy` in the Database Migration service
27
+
- Removed field `TimeCreated` from `com.oracle.bmc.databasemigration.requests.ListWorkRequestLogsRequest$SortBy` in the Database Migration service
28
+
- Method `public java.lang.String getDisplayName()` has been removed from `com.oracle.bmc.databasemigration.requests.ListWorkRequestsRequest` in the Database Migration service
29
+
- Removed field `DisplayName` from `com.oracle.bmc.databasemigration.requests.ListWorkRequestsRequest$SortBy` in the Database Migration service
30
+
- Removed field `TimeCreated` from `com.oracle.bmc.databasemigration.requests.ListWorkRequestsRequest$SortBy` in the Database Migration service
31
+
- Parameter 2 of `public com.oracle.bmc.waiter.Waiter forMigration(com.oracle.bmc.databasemigration.requests.GetMigrationRequest, com.oracle.bmc.databasemigration.model.LifecycleStates[])` has changed its type to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates[]` in `com.oracle.bmc.databasemigration.DatabaseMigrationWaiters` in the Database Migration service
32
+
- Parameter 2 of `public com.oracle.bmc.waiter.Waiter forMigration(com.oracle.bmc.databasemigration.requests.GetMigrationRequest, com.oracle.bmc.databasemigration.model.LifecycleStates, com.oracle.bmc.waiter.TerminationStrategy, com.oracle.bmc.waiter.DelayStrategy)` has changed its type to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates` in `com.oracle.bmc.databasemigration.DatabaseMigrationWaiters` in the Database Migration service
33
+
- Parameter 4 of `public com.oracle.bmc.waiter.Waiter forMigration(com.oracle.bmc.databasemigration.requests.GetMigrationRequest, com.oracle.bmc.waiter.TerminationStrategy, com.oracle.bmc.waiter.DelayStrategy, com.oracle.bmc.databasemigration.model.LifecycleStates[])` has changed its type to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates[]` in `com.oracle.bmc.databasemigration.DatabaseMigrationWaiters` in the Database Migration service
34
+
- Return type of method `public com.oracle.bmc.databasemigration.model.LifecycleStates getLifecycleState()` has been changed to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates` in the model `com.oracle.bmc.databasemigration.model.Migration` in the Database Migration service
35
+
- Return type of method `public com.oracle.bmc.databasemigration.model.LifecycleStates getLifecycleState()` has been changed to `com.oracle.bmc.databasemigration.model.MigrationLifecycleStates` in the model `com.oracle.bmc.databasemigration.model.MigrationSummary` in the Database Migration service
36
+
- Method `public java.lang.Boolean getIsAgentAutoUpgradable()` has been removed from `com.oracle.bmc.managementagent.model.UpdateManagementAgentDetails` in the Management Agent Cloud service
37
+
6
38
## 2.6.0 - 2021-09-28
7
39
### Added
8
40
- Support for autonomous databases and clones on shared infrastructure not requiring mTLS in the Database service
0 commit comments