gnodet commented on PR #22106: URL: https://github.com/apache/camel/pull/22106#issuecomment-4177532305
@apupier Yes, this PR is ready for another review. The latest commit addresses your earlier feedback and adds a few more improvements: - Consistent use of AssertJ assertions (removed mixed JUnit `assertTrue`) - Try-with-resources for `CamelContext` cleanup - Deterministic staggered startup delays (instead of random) - More informative timeout log messages (includes expected event count) Note: while testing locally, we noticed that `HazelcastService` extends `ContainerTestService`, which silently skips the test when Docker is unavailable — even though this test only uses embedded Hazelcast. PR #22409 fixes that for Hazelcast, Ignite, and FTP services. _Claude Code on behalf of Guillaume Nodet_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
