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

Commits on Oct 30, 2024

  1. Remove deprecated DockerComposeRule.waitingForService method

    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]>
    cppwfs committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1161c8f View commit details
    Browse the repository at this point in the history