This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 9796b7c0b71f Fix langchain4j agent test
add e1a556d4e373 fix(components): wait for cache containers to be ready
add 44cb9a1c37ef chore(components): clear infinispan compilation warnings
add ed6583af50b7 chore(components): removing Thread.sleep from infinispan
No new revisions were added by this update.
Summary of changes:
.../infinispan/InfinispanProducerTestSupport.java | 5 +-
.../InfinispanEmbeddedClusterConfiguration.java | 2 +
.../InfinispanEmbeddedQueryProducerTest.java | 3 +
.../InfinispanEmbeddedClusteredMasterTest.java | 4 -
...panEmbeddedClusteredRoutePolicyFactoryTest.java | 4 -
...InfinispanEmbeddedClusteredRoutePolicyTest.java | 4 -
.../InfinispanRemoteClusterConfiguration.java | 2 +
.../remote/InfinispanRemoteConfigurationIT.java | 16 +-
.../remote/InfinispanRemoteEmbeddingStoreIT.java | 26 ++-
.../remote/InfinispanRemoteQueryProducerIT.java | 3 +
.../remote/InfinispanRemoteTestSupport.java | 20 ++
.../AbstractInfinispanRemoteClusteredIT.java | 214 ---------------------
.../cluster/InfinispanRemoteClusteredViewIT.java | 4 +-
...ispanRemoteIdempotentRepositoryTestSupport.java | 2 +
14 files changed, 52 insertions(+), 257 deletions(-)
delete mode 100644
components/camel-infinispan/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/remote/cluster/AbstractInfinispanRemoteClusteredIT.java