-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding configuration for Java SDK #154
Labels
java-sdk
Affects the Java/Kotlin SDK
Comments
|
Drafting here, actually: #173 |
booniepepper
added a commit
that referenced
this issue
Aug 16, 2023
Adds Configuration for the SDK. This also includes a StringUtil utility class, and basic credentials modeling (but not handling yet) Closes #154 Details can be found in #173 * feat(java): Introduce a Configuration class * fix(java): Assert deletion by Store ID instead of name for local dev * fix(java): Update integ tests for Configuration change * misc(java): Minor refactors to Configuration * misc(java): Move Configuration class out of ApiClient * refactor(java): Make interface of Configuration more similar to generated models * feat(java): Add isValid() to Configuration * misc(java): Make an errors package path * docs(java): Note in javadocs that Configuration will take precedence over HttpClient settings * refactor(java): Make Configuration an interface, BasicConfiguration an implementation, other updates * refactor(java): Rename Configuration types * feat(java): Add some Credentials types * refactor(java): Rename Configuration template files with config- prefix * refactor(java): Move isNullOrWhitespace out of Configuration * feat(java): Add assertValid() to ClientCredentials * misc(java): Update filenames of "util" classes * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * feat(java): Add default for API URL when its null/empty/whitespace --------- Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
booniepepper
added a commit
that referenced
this issue
Aug 25, 2023
Adds Configuration for the SDK. This also includes a StringUtil utility class, and basic credentials modeling (but not handling yet) Closes #154 Details can be found in #173 * feat(java): Introduce a Configuration class * fix(java): Assert deletion by Store ID instead of name for local dev * fix(java): Update integ tests for Configuration change * misc(java): Minor refactors to Configuration * misc(java): Move Configuration class out of ApiClient * refactor(java): Make interface of Configuration more similar to generated models * feat(java): Add isValid() to Configuration * misc(java): Make an errors package path * docs(java): Note in javadocs that Configuration will take precedence over HttpClient settings * refactor(java): Make Configuration an interface, BasicConfiguration an implementation, other updates * refactor(java): Rename Configuration types * feat(java): Add some Credentials types * refactor(java): Rename Configuration template files with config- prefix * refactor(java): Move isNullOrWhitespace out of Configuration * feat(java): Add assertValid() to ClientCredentials * misc(java): Update filenames of "util" classes * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * feat(java): Add default for API URL when its null/empty/whitespace --------- Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
booniepepper
added a commit
that referenced
this issue
Aug 25, 2023
Adds Configuration for the SDK. This also includes a StringUtil utility class, and basic credentials modeling (but not handling yet) Closes #154 Details can be found in #173 * feat(java): Introduce a Configuration class * fix(java): Assert deletion by Store ID instead of name for local dev * fix(java): Update integ tests for Configuration change * misc(java): Minor refactors to Configuration * misc(java): Move Configuration class out of ApiClient * refactor(java): Make interface of Configuration more similar to generated models * feat(java): Add isValid() to Configuration * misc(java): Make an errors package path * docs(java): Note in javadocs that Configuration will take precedence over HttpClient settings * refactor(java): Make Configuration an interface, BasicConfiguration an implementation, other updates * refactor(java): Rename Configuration types * feat(java): Add some Credentials types * refactor(java): Rename Configuration template files with config- prefix * refactor(java): Move isNullOrWhitespace out of Configuration * feat(java): Add assertValid() to ClientCredentials * misc(java): Update filenames of "util" classes * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * feat(java): Add default for API URL when its null/empty/whitespace --------- Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
booniepepper
added a commit
that referenced
this issue
Sep 6, 2023
Adds Configuration for the SDK. This also includes a StringUtil utility class, and basic credentials modeling (but not handling yet) Closes #154 Details can be found in #173 * feat(java): Introduce a Configuration class * fix(java): Assert deletion by Store ID instead of name for local dev * fix(java): Update integ tests for Configuration change * misc(java): Minor refactors to Configuration * misc(java): Move Configuration class out of ApiClient * refactor(java): Make interface of Configuration more similar to generated models * feat(java): Add isValid() to Configuration * misc(java): Make an errors package path * docs(java): Note in javadocs that Configuration will take precedence over HttpClient settings * refactor(java): Make Configuration an interface, BasicConfiguration an implementation, other updates * refactor(java): Rename Configuration types * feat(java): Add some Credentials types * refactor(java): Rename Configuration template files with config- prefix * refactor(java): Move isNullOrWhitespace out of Configuration * feat(java): Add assertValid() to ClientCredentials * misc(java): Update filenames of "util" classes * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * Update config/clients/java/template/config-Configuration.java.mustache * Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com> * feat(java): Add default for API URL when its null/empty/whitespace --------- Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: