Skip to content

Various renaming and provide default values for waiterOverrideConfiguration #2063

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 1 commit into from
Sep 24, 2020

Conversation

zoewangg
Copy link
Contributor

@zoewangg zoewangg commented Sep 23, 2020

Description

  • rename {Service}Waiter.Builder#executorService -> {Service}Waiter.Builder#scheduledExecutorService
  • rename PollingStratege -> WaiterOverrideConfiguration and Waiter.Builder#pollingStrategy -> Waiter.Builder#overrideConfiguration
  • rename WaiterResponse#responseOrExecption -> WaiterResponse#matched
  • provide default values for waiterOverrideConfiguration
  • rename maxWaitTime -> waitTimeout

Motivation and Context

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 read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed
  • A short description of the change has been added to the CHANGELOG
  • 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

@zoewangg zoewangg force-pushed the zoewang/waiters/renaming branch from 206e95e to 6ea0442 Compare September 23, 2020 21:13
@zoewangg zoewangg force-pushed the zoewang/waiters/renaming branch from bf863b7 to 81138f4 Compare September 23, 2020 23:42
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 2 Code Smells

93.0% 93.0% Coverage
9.4% 9.4% Duplication

warning The version of Java (1.8.0_252) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

@zoewangg zoewangg merged commit ebf0fda into waiters-development Sep 24, 2020
@zoewangg zoewangg deleted the zoewang/waiters/renaming branch September 24, 2020 00:26
aws-sdk-java-automation added a commit that referenced this pull request Jun 21, 2022
…6d7c323cb

Pull request: release <- staging/94221469-a490-4e2c-ba8d-ae26d7c323cb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants