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

Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)

Results 3 java-sdk-core issues
Sort by recently updated
recently updated
newest added

This commit introduces a new okhttp interceptor that will implement customized behavior for HTTP redirects. Specifically, "safe" headers will be included in a redirected request if the original and redirected...

This commit introduces the new IamAssumeAuthenticator which will fetch an IAM access token using the IAM getToken operation's "assume" grant type. The resulting access token allows the application to assume...

We are seeing a `ClassNotFoundException` after upgrading okhttp from 4.12.0 to 5.3.2. As v4 hasn't had a release since 2023/10, we'd like to upgrade to v5. The CNFE looks to...