java-sdk-core
java-sdk-core copied to clipboard
Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)
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...