Mathias Ricken
Mathias Ricken
@tejpratap1983 , please see the update at the very top of this issue: > Update : The change that causes the performance regression fixes the issue of the Apache client...
@MartinSleeman Can you please respond to the customer? Thank you!
The following are intentionally left out of the shaded jar: - `org.slf4j:slf4j-api` - `org.bouncycastle:bcpkix-jdk15on` (which brings in `org.bouncycastle:bcutil-jdk15on`) - `org.bouncycastle:bcprov-jdk15on` https://github.com/oracle/oci-java-sdk/blob/master/bmc-shaded/bmc-shaded-full/pom.xml I'll have to look at the other ones. -...
Hi @ljnelson , adding them is probably fine. But can you explain why you would use both the shaded module and the bom?
We have fixed this issue in version `2.3.0`. If you are experiencing this issue, we recommend that you upgrade to version `2.3.0` or later (**Recommended**). I left the other workarounds...
We believe we have fixed this issue in version `1.25.2`: https://github.com/oracle/oci-java-sdk/releases/tag/v1.25.2 If you are using a `RefreshableOnNotAuthenticatedProvider` (Instance Principals or Resource Principals, for example) and are uploading streams of binary...
I have a little example that successfully uses the OCI Java SDK (with shaded Jakarta 2) and then uses Jakarta 3.0.0 and Jersey 3.0.4 to make an HTTP request. See...
Hi @ljnelson , my apologies, we don't publicly release the shaded jars on MavenCentral. It is included in the release zip files, though. For example, release [2.21.0](https://github.com/oracle/oci-java-sdk/releases/tag/v2.21.0) contains a `shaded/lib/oci-java-sdk-full-shaded-2.21.0.jar`...
Hi, we just released OCI Java SDK `3.0.0-beta1` yesterday: https://github.com/oracle/oci-java-sdk/releases/tag/v3.0.0-beta1 One of the key changes in this version is that you can choose Jakarta EE 8/Jersey 2 or Jakarta EE...
We released version `3.0.0` on November 8, 2022: https://github.com/oracle/oci-java-sdk/releases/tag/v3.0.0 Just like the aforementioned beta, this version allows you to choose Jersey 2 or Jersey 3 as HTTP client. I'm closing...