Clément Denis
Clément Denis
I've been replacing calls to the java.util.reflect package with equivalent code from fest-reflect, and I had an issue with type("...").load(), which throws a ClassNotFoundException when Class.forName("...") did not. I thought...
- Align behavior with Discovery generation - Use swagger.json instead of swagger.xml as generated file name - Update Endpoints framework dependencies to latest
Currently, decoding base64-encoded byte array with the Java API client is very inefficient in terms of memory usage. Reading big attachments from the GMail API in memory-constrained environments like App...
### Describe the feature request? Currently, PRIVATE_KEY authorization mode requires a private key to be provided to the SDK. However, it would be technically possible to perform the JWT token...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Implementation for #832 This is only...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Describe the bug? The ClientAssertionClaims struct in client.mustache has an ID field (jti claim) https://github.com/okta/okta-sdk-golang/blob/097ef410838011d464266aa06e5fb720c9c7d6c2/.generator/templates/client.mustache#L1206-L1213 but this is not used in createClientAssertion https://github.com/okta/okta-sdk-golang/blob/097ef410838011d464266aa06e5fb720c9c7d6c2/.generator/templates/client.mustache#L349-L359 ### What is expected to happen?...
This PR handles correctly JSON null values for optional fields in ExternalAccountCredentials configuration. This is likely a partial fix, other credential classes have the same issue (just search for `(String)...
#### Steps to reproduce 1. Try to load the following JSON configuration using ExternalAccountCredentials.fromStream() ```json { "service_account_impersonation_url": null, //optional field, would be similar with any other "audience": "audience", "subject_token_type": "subjectTokenType",...