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

[SDK-3816] Update docs for verification thread-safety #605

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

jimmyjames
Copy link
Contributor

Changes

Updates the JavaDocs to clarify that instances of JWTVerifier are thread-safe once built; but during the construction phase using the builder (before calling build()) is not thread-safe.

Closes #592

@jimmyjames jimmyjames added the documentation This adds, fixes or improves documentation label Aug 30, 2022
@jimmyjames jimmyjames added this to the v4-Next milestone Aug 30, 2022
@jimmyjames jimmyjames requested a review from a team as a code owner August 30, 2022 00:36
@jimmyjames jimmyjames merged commit 46d022a into master Aug 30, 2022
@jimmyjames jimmyjames deleted the update-verifier-docs branch August 30, 2022 01:28
@jimmyjames jimmyjames modified the milestones: v4-Next, 4.1.0 Sep 9, 2022
@jimmyjames jimmyjames mentioned this pull request Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This adds, fixes or improves documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConcurrentModificationException bug
2 participants