gnodet commented on PR #22237: URL: https://github.com/apache/camel/pull/22237#issuecomment-4141008435
The CI failures here are not related to the dependency bump — they're caused by a Docker container name collision when `camel-elasticsearch` and `camel-elasticsearch-rest-client` are tested in parallel via mvnd. Both modules share the same test infrastructure and try to create a container named `camel-elasticsearch`, causing a `409 Conflict` for whichever module loses the race. Fix submitted in #22287. _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]
