-
Notifications
You must be signed in to change notification settings - Fork 140
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
Guard against NullPointerException when getting Credentials from Json #701
Conversation
@poovamraj the question i would have is if Raising an exception as i see it allows the consumer to handle it, not just side step the issue. |
@bennycao yes if the required value like |
@poovamraj i've made the update as requested. |
@poovamraj Any chance we can get this looked thanks ? |
@poovamraj thanks for the approval. When do we think a new release with this fix be available ? |
@poovamraj any movement on getting this into a release ? we would like to close this out asap. Thanks |
@bennycao you can go ahead with merging the PR after ensuring all checks are passed. We can cut a patch release once this is merged. |
@poovamraj it seems some build steps require authorizations to run. And i don't have rights to merge. Can you please authorize these ? |
Changes
This change adds code to guard against possible NullPointerException thrown as a result of
f
being null in the JsonRequiredTypeAdaptorSolves #676
Testing
Checklist
I have read the Auth0 general contribution guidelines
I have read the Auth0 Code of Conduct
All existing and new tests complete without errors