oci-java-sdk icon indicating copy to clipboard operation
oci-java-sdk copied to clipboard

Oracle Cloud Infrastructure SDK for Java

Results 85 oci-java-sdk issues
Sort by recently updated
recently updated
newest added

I am attempting to use OCI Instance Principal authorization with Kafka Producer API to produce message to a OCI streams endpoint. I am referring to the documentation provided here -...

SDK

Hi Team, I'm looking for a way to use a PAR(pre-authenticated request url) to access object storage bucket from java sdk. I see we can use curl and directly pass...

SDK

Cloud functions support sending and receiving HTTP headers when invoking functions. The Java SDK does not currently expose setting HTTP headers on InvokeFunctionRequest or getting them off InvokeFunctionResponse. As a...

SDK

See, for example, https://javadoc.io/static/com.oracle.oci.sdk/oci-java-sdk-shaded-full/2.38.0/com/oracle/bmc/http/ClientConfigurator.html#customizeBuilder-javax.ws.rs.client.ClientBuilder- Here there is a reference to `javax.ws.rs.client.ClientBuilder` (the sole parameter the method declares). But the actual source code in question in the shaded artifact actually refers...

SDK

Jakarta has released a new version of RESTful Web Services, i.e. `3.0.0`. Please upgrade to this version so that consumer teams can upgrade without any compatibility issues. There are package...

SDK

It probably should be. Same, I presume, with `oci-java-sdk-shaded`.

SDK

Thank you for releasing the shaded jar. I have noticed that the dependency tree information for it is slightly weird. The entire point, I assume, of the shaded jar, is...

SDK

**Update 2022-06-07**: We have fixed this issue in version [`2.31.0`](https://github.com/oracle/oci-java-sdk/releases/tag/v2.31.0). If you are using any of the OCI Java SDK synchronous clients that upload streams of data and you do...

SDK

As per the example provided, "https://github.com/oracle/oci-java-sdk/blob/master/bmc-examples/src/main/java/StreamsExample.java". The messages can be consumed using the partition / group. They are looking for a solution to replay of the messages using the timestamp.

Streaming

I am using Instance principals , db client to create a cross region , though I am setting the region in the dbclient it is not creating the DG on...

Database