-
Notifications
You must be signed in to change notification settings - Fork 33
Add Asynchronous Token Refresh to RefreshableTokenSource
#455
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
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
2374611
First draft
emmyzhou-db 5148136
Update test
emmyzhou-db 78c03a8
Clean up unit tests
emmyzhou-db 5a37c59
Clean up comments
emmyzhou-db f5e4f8a
Add Javadoc to Token.java
emmyzhou-db 3e65109
Add a token expiry buffer field
emmyzhou-db dfce414
Fix for comments
emmyzhou-db 5bd4215
Update tests
emmyzhou-db 93e0baf
Clean up tests
emmyzhou-db 15e221d
Add logging
emmyzhou-db 7589dab
Performance optimization
emmyzhou-db d97c734
Furter optimizations
emmyzhou-db 105bc99
Add extra token state check in async refresh
emmyzhou-db b24a0fc
Change LocalDateTime to Instant
emmyzhou-db 6f81b4c
Update parseExpiry in CilTokenSource
emmyzhou-db daac1b2
Update javadoc
emmyzhou-db f3d4b8a
Update javadoc
emmyzhou-db 12123a9
Retrigger tests
emmyzhou-db def03c5
Merge branch 'main' into emmyzhou-db/localdatetime-to-instant
parthban-db 8705ff5
Save progress
emmyzhou-db 0ce06d8
Revert "Save progress"
emmyzhou-db fdc50ef
Removed redundant date formattters
emmyzhou-db 48a5310
Change all usage of LocalDateTime to Instant
emmyzhou-db 70934b2
Change clock supplier to use UTC time
emmyzhou-db 1bd052f
Add support for space separated expiry strings
emmyzhou-db 408f3b4
revert test data
emmyzhou-db 14d2a8f
Update CilTokenSource
emmyzhou-db 7fccff9
Update exception handling
emmyzhou-db 64313f8
Update Javadoc
emmyzhou-db 447eae2
Added more tests to CilTokenSourceTest
emmyzhou-db 66335a7
Add test to verify perserved behaviour
emmyzhou-db 3a824eb
Generate all timezones
emmyzhou-db c1367bf
Merge branch 'emmyzhou-db/test_time' into emmyzhou-db/localdatetime-t…
emmyzhou-db 4d31c1e
Merge branch 'emmyzhou-db/test_time' into emmyzhou-db/localdatetime-t…
emmyzhou-db 95a3c6d
Update test
emmyzhou-db a5c65c5
update tests
emmyzhou-db a165b72
Date formats are generated at run-time
emmyzhou-db d1c1a6c
Generate date formats at run-time
emmyzhou-db 785c400
Update stream of test cases
emmyzhou-db f35988d
Merge branch 'emmyzhou-db/test_time' into emmyzhou-db/localdatetime-t…
emmyzhou-db 9d5c85e
Add comment
emmyzhou-db 2a7cd95
Add comment
emmyzhou-db 257998c
Update comment
emmyzhou-db ac99bbe
Merge branch 'emmyzhou-db/test_time' into emmyzhou-db/localdatetime-t…
emmyzhou-db ceea58a
update stream of tests
emmyzhou-db 0697fae
Polish comments
emmyzhou-db 451bd27
Merge branch 'emmyzhou-db/localdatetime-to-instant' into emmyzhou-db/…
emmyzhou-db 9845308
Merge branch 'main' into emmyzhou-db/async_token_cache
emmyzhou-db 60c0890
Merge branch 'main' into emmyzhou-db/async_token_cache
emmyzhou-db 490091c
Small fixes
emmyzhou-db 1b88b29
More small fixes
emmyzhou-db c07669b
Update comment
emmyzhou-db d8db181
Small fix
emmyzhou-db 87800e6
Rename SystemClockSupplier
emmyzhou-db 99ba2b1
Update test to use TestClockSupplier instead
emmyzhou-db 536a283
Small refactor of getToken
emmyzhou-db f6f0dd0
Trigger CI: empty commit
emmyzhou-db File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.