gnodet opened a new pull request, #22265: URL: https://github.com/apache/camel/pull/22265
## Summary - Add `socketTimeout(15000)` and `connectionTimeout(15000)` to `InfinispanRemoteTestSupport.getConfiguration()` and `LangChain4jEmbeddingsComponentInfinispanTargetIT.getConfiguration()` - The default Hot Rod timeout (2000ms) is too short for CI environments (especially JDK 25), causing `SocketTimeoutException` during `CachePingOperation` - Aligns with the pattern already used by `SpringInfinispanRemoteIdempotentRepositoryTestSupport`, `InfinispanRemoteClusteredTestSupport`, and `InfinispanRemoteConfigurationIT` Fixes: [CAMEL-23253](https://issues.apache.org/jira/browse/CAMEL-23253) _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]
