Skip to content
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

Closed
rhamzeh opened this issue Jul 25, 2023 · 2 comments
Closed

Adding configuration for Java SDK #154

rhamzeh opened this issue Jul 25, 2023 · 2 comments
Assignees
Labels
java-sdk Affects the Java/Kotlin SDK

Comments

@rhamzeh
Copy link
Member

rhamzeh commented Jul 25, 2023

No description provided.

@booniepepper
Copy link
Contributor

booniepepper commented Jul 25, 2023

Drafting here #158

@booniepepper
Copy link
Contributor

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>
@rhamzeh rhamzeh added the java-sdk Affects the Java/Kotlin SDK label Aug 31, 2023
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
Labels
java-sdk Affects the Java/Kotlin SDK
Projects
None yet
Development

No branches or pull requests

2 participants