gnodet commented on PR #22158: URL: https://github.com/apache/camel/pull/22158#issuecomment-5305903120
@oscerd — the blocking items from your review have also been addressed: - **CI red / version mismatch** — ✅ Rebased on main, all version references updated to 4.23.0-SNAPSHOT - **Thread.sleep() in tests** — ✅ Migrated all TTL waits to Awaitility (`await().atMost(...).untilAsserted(...)`) - **FQCN usage** — ✅ Replaced all fully qualified class names with imports - **MojoHelper registration** — ✅ All 4 sub-modules registered (see finding #1 above) _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]
