spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 583 forks source link

Remove deprecated DockerComposeRule.waitingForService method #6041

Closed cppwfs closed 3 weeks ago

cppwfs commented 3 weeks ago

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 grenfro@vmware.com

cppwfs commented 3 weeks ago

@onobc you only had to remind me 3 times 😆

cppwfs commented 3 weeks ago

Rebased Merged.

Thanks @onobc for the review!