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: CHANGELOG.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,42 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
6
## 3.0.0-beta1 - 2022-10-25
7
+
### Breaking Changes
8
+
- HTTP client library is pluggable, choices offered are Jakarta EE 8/Jersey 2, or Jakarta EE 9/Jersey 3
9
+
- The OCI Java SDK does not choose an HTTP client library for you, and there is no default. You have to explicitly choose one, by declaring a dependency on `oci-java-sdk-common-httpclient-jersey` or `oci-java-sdk-common-httpclient-jersey3`
10
+
- For examples, see the [bmc-other-examples/bmc-jersey-examples/pom.xml](https://github.com/oracle/oci-java-sdk/tree/master/bmc-other-examples/bmc-jersey-examples/pom.xml) and [bmc-other-examples/bmc-jersey3-examples/pom.xml](https://github.com/oracle/oci-java-sdk/tree/master/bmc-other-examples/bmc-jersey3-examples/pom.xml)
11
+
- Guava has been removed, which lead to some breaking changes where Guava types have been replaced with JDK types:
12
+
-`com.google.common.base.Optional` has been replaced with `java.util.Optional`
13
+
-`com.google.common.base.Function` has been replaced with `java.util.function.Function`
14
+
-`com.google.common.base.Predicate` has been replaced with `java.util.function.Predicate`
15
+
-`com.google.common.base.Supplier` has been replaced with `java.util.function.Supplier`
16
+
- Class `com.oracle.bmc.ailanguage.model.EntityDocument` has been removed in the AI Language service
17
+
18
+
- Class `com.oracle.bmc.ailanguage.model.KeyPhraseDocument` has been removed in the AI Language service
19
+
20
+
- Class `com.oracle.bmc.ailanguage.model.SentimentsDocument` has been removed in the AI Language service
21
+
22
+
- Class `com.oracle.bmc.ailanguage.model.TextClassificationDocument` has been removed in the AI Language service
23
+
24
+
- Class `com.oracle.bmc.ailanguage.model.EntityDocument` has been removed in the AI Language service
25
+
- Class `com.oracle.bmc.ailanguage.model.KeyPhraseDocument` has been removed in the AI Language service
26
+
- Class `com.oracle.bmc.ailanguage.model.SentimentsDocument` has been removed in the AI Language service
27
+
- Class `com.oracle.bmc.ailanguage.model.TextClassificationDocument` has been removed in the AI Language service
28
+
7
29
### Added
8
30
- Support for the Disaster Recovery service
9
31
- Support for running code interactively with session applications using statements in the Data Flow service
10
32
- Support for language custom models and language translation in the AI Language service
11
33
34
+
## 3.0.0-beta2 - 2022-11-01
35
+
### Added
36
+
- Support for cloning from a backup from the last available timestamp in the Database service
37
+
- Support for third-party scanning using Qualys in the Vulnerability Scanning service
38
+
- Support for customer-provided encryption keys in the Logging Analytics service
39
+
- Support for connections for database resources in the GoldenGate service
40
+
12
41
### Breaking Changes
13
-
- Class `com.oracle.bmc.ailanguage.model.EntityDocument` has been removed in the AI Language service
14
-
- Class `com.oracle.bmc.ailanguage.model.KeyPhraseDocument` has been removed in the AI Language service
15
-
- Class `com.oracle.bmc.ailanguage.model.SentimentsDocument` has been removed in the AI Language service
16
-
- Class `com.oracle.bmc.ailanguage.model.TextClassificationDocument` has been removed in the AI Language service
42
+
- Class `com.oracle.bmc.vulnerabilityscanning.model.HostScanAgentConfiguration$Vendor` has been removed in the Vulnerability Scanning service
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ For more info on Apache Connector, please look into ApacheConnector-README.
94
94
95
95
### OCI Java SDK shows incorrect service details while displaying the logs for BmcException
96
96
97
-
OCI Java SDK displays wrong service details when a BmcException is thrown. For example, exception generated from service A could see information about service B. This behavior can be seen in versions `2.23.0` to `2.34.0` making it thread unsafe. Please update to version `2.35.0` which has the fix for this issue.
97
+
OCI Java SDK displays wrong service details when a BmcException is thrown. For example, exception generated from service A could see information about service B. This behavior can be seen in versions `2.23.0` to `2.34.0` making it thread unsafe. Please update to version `2.35.0`, which has the fix for this issue, or later.
98
98
99
99
You can find information on any known issues with the SDK [here](https://docs.cloud.oracle.com/iaas/Content/knownissues.htm) and under the “Issues” tab of this GitHub repository.
0 commit comments