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

Remove deprecated DockerComposeRule.waitingForService method #6041

Closed
wants to merge 1 commit into from

Conversation

cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Oct 30, 2024

Replace the usage of this deprecated method with the waitingForService(String serviceName, HealthCheck healthCheck, ReadableDuration timeout) method.

resolves issue #6013

Signed-off-by: Glenn Renfro [email protected]

Replace the usage of this deprecated method with the waitingForService(String serviceName, HealthCheck<Container> healthCheck, ReadableDuration timeout) method.

resolves issue spring-cloud#6013
Signed-off-by: Glenn Renfro <[email protected]>
@@ -36,6 +36,7 @@ VersionInfoProperties versionInfoProperties, SecurityStateBean securityStateBean
** stopAll
** getStepNamesForJob
* The following deprecated `Converters` have been removed from SCDF: `AbstractDateTimeConverter`, `DateToStringConverter`, and `StringToDateConverter`. Use the converters provided by Spring Batch.
* `DockerComposeRule.waitingForService(String serviceName, HealthCheck<Container> healthCheck)` has been replaced by `DockerComposeRule.waitingForService(String serviceName, HealthCheck<Container> healthCheck, ReadableDuration timeout)`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You got the "update the Whats New in the same PR" thing going... 🎉

Copy link
Contributor

@onobc onobc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the cleanup @cppwfs - LGTM

@cppwfs
Copy link
Contributor Author

cppwfs commented Oct 30, 2024

@onobc you only had to remind me 3 times 😆

@cppwfs
Copy link
Contributor Author

cppwfs commented Oct 31, 2024

Rebased Merged.

Thanks @onobc for the review!

@cppwfs cppwfs closed this Oct 31, 2024
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