Skip to content

Commit b0dfda7

Browse files
committed
Releasing version 2.7.0
1 parent 3362e18 commit b0dfda7

File tree

408 files changed

+8284
-995
lines changed

Some content is hidden

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

408 files changed

+8284
-995
lines changed

ApacheConnector-README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ An example of configuring a proxy can be found [here](https://github.com/oracle/
173173

174174
`ApacheConfigurator` by default configures a connection pool with `defaultMaxConnectionsPerRoute` and
175175
`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
177177
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.
179179
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.
@@ -189,10 +189,10 @@ Use `ApacheConnectionClosingStrategy.ImmediateClosingStrategy` for large files w
189189

190190
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.
191191

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")
193193

194194
## 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")
196196

197197
## License
198198
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@ 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.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+
638
## 2.6.0 - 2021-09-28
739
### Added
840
- Support for autonomous databases and clones on shared infrastructure not requiring mTLS in the Database 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.6.0</version>
7+
<version>2.7.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.6.0</version>
21+
<version>2.7.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.6.0</version>
8+
<version>2.7.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.6.0</version>
47+
<version>2.7.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.6.0</version>
10+
<version>2.7.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.6.0</version>
65+
<version>2.7.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.6.0</version>
8+
<version>2.7.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.6.0</version>
7+
<version>2.7.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.6.0</version>
18+
<version>2.7.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.6.0</version>
7+
<version>2.7.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.6.0</version>
18+
<version>2.7.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.6.0</version>
7+
<version>2.7.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.6.0</version>
20+
<version>2.7.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.6.0</version>
7+
<version>2.7.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.6.0</version>
21+
<version>2.7.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)