-
Notifications
You must be signed in to change notification settings - Fork 46
fix typo in the exception of RetryUtil #323
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
Conversation
Hi, @reta could you review and merge this simple fix? |
I sadly don't have commit rights anymore, sorry about that @YeonghyeonKO , but @Claudenw can! |
@YeonghyeonKO The build tests did not complete. I expected them to complete yesterday and would have merged then. |
@YeonghyeonKO would you rebase this to the current main so that the build will run. Otherwise I have to make it look like it was my work in order for the build to run. Thx. |
Bumps `testcontainersVersion` from 1.20.3 to 1.20.4. Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch) from 2.16.0 to 2.18.0. - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.16.0...2.18.0) --- updated-dependencies: - dependency-name: org.opensearch.client:opensearch-rest-high-level-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…k connector Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
Bumps [org.opensearch:opensearch-testcontainers](https://github.com/opensearch-project/opensearch-testcontainers) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/opensearch-project/opensearch-testcontainers/releases) - [Commits](opensearch-project/opensearch-testcontainers@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: org.opensearch:opensearch-testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Head branch was pushed to by a user without write access
hi @Claudenw, |
This PR is to correct minor typo which is the exception message of RetryUtil.callWithRetry method.