Skip to content

Update RetryStrategy interface#7143

Merged
dagnir merged 1 commit into
feature/master/adaptive-retries-fixesfrom
dongie/adaptive-fix-pt1
Jul 15, 2026
Merged

Update RetryStrategy interface#7143
dagnir merged 1 commit into
feature/master/adaptive-retries-fixesfrom
dongie/adaptive-fix-pt1

Conversation

@dagnir

@dagnir dagnir commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Motivation and Context

Add acquireInitialTokenAsync and refreshRetryTokenAsync methods to RetryStrategy interface to better support asynchronous workflows.

Note: Merging to feature branch.

Modifications

Testing

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING document
  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed
  • I have added a changelog entry. Adding a new entry must be accomplished by running the scripts/new-change script and following the instructions. Commit the new file created by the script in .changes/next-release with your changes.
  • My change is to implement 1.11 parity feature and I have updated LaunchChangelog

License

  • I confirm that this pull request can be released under the Apache 2 license

@dagnir dagnir force-pushed the dongie/adaptive-fix-pt1 branch from 3eef4ad to ae48d4b Compare July 14, 2026 19:50
@dagnir dagnir changed the base branch from master to feature/master/adaptive-retries-fixes July 14, 2026 19:50
@dagnir dagnir changed the title [Draft] Adaptive fix pt 1 Update RetryStrategy interface Jul 14, 2026
@dagnir dagnir marked this pull request as ready for review July 14, 2026 19:51
@dagnir dagnir requested a review from a team as a code owner July 14, 2026 19:51
@dagnir dagnir added api-surface-area-approved-by-team Indicate API surface area introduced by this PR has been approved by team changelog-not-required Indicate changelog entry is not required for a specific PR labels Jul 14, 2026
Add acquireInitialTokenAsync and refreshRetryTokenAsync methods to
RetryStrategy interface to better support asynchronous workflows.
@dagnir dagnir force-pushed the dongie/adaptive-fix-pt1 branch from ae48d4b to a23b2a2 Compare July 14, 2026 23:38
@dagnir dagnir merged commit 067c192 into feature/master/adaptive-retries-fixes Jul 15, 2026
3 of 4 checks passed
@github-actions

Copy link
Copy Markdown

This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api-surface-area-approved-by-team Indicate API surface area introduced by this PR has been approved by team changelog-not-required Indicate changelog entry is not required for a specific PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants