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

Enable some errorprone rules and remove redundant mock usage #500

Merged
merged 4 commits into from
Oct 2, 2024

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Oct 2, 2024

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Oct 2, 2024
@@ -98,7 +98,6 @@ public Result<?> processRESTLogin(RestLoginRequest loginForm)
*
* @param idToken the access token provided back by the authorization server.
* @return a map with the token claims
* @throws Exception is thrown if the access token is invalid
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method returns Optional.empty() if the access token is invalid.

@@ -163,7 +163,6 @@ public Response getAuthorizationCodeResponse()
*
* @param idToken the access token provided back by the authorization server.
* @return a map with the token claims
* @throws Exception is thrown if the access token is invalid
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method returns Optional.empty() if the access token is invalid.

@ebyhr ebyhr requested a review from wendigo October 2, 2024 06:15
@ebyhr ebyhr merged commit 6b7a588 into trinodb:main Oct 2, 2024
3 checks passed
@github-actions github-actions bot added this to the 12 milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants