You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/26 16:12:12 UTC

[camel] branch regen_bot updated (be6b777 -> 1ae714d)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from be6b777  Regen
     add 61d44cc  Make camel-hazelcast tests faster
     add 1ae714d  [CAMEL-16415] Disable infinispan tests that use the test-container on OSX

No new revisions were added by this update.

Summary of changes:
 components/camel-hazelcast/pom.xml                 |  4 +--
 ...HazelcastAtomicnumberProducerForSpringTest.java |  5 +--
 .../hazelcast/HazelcastConfigurationTest.java      | 40 +++++++++++-----------
 .../HazelcastReplicatedmapConsumerTest.java        | 10 +++---
 .../hazelcast/HazelcastSedaInOutTest.java          | 28 +++++++++++++++
 .../HazelcastSedaTransferExchangeTest.java         | 32 +++++++++++++++++
 ...lcastAggregationRepositoryCamelTestSupport.java |  5 ++-
 .../HazelcastIdempotentRepositoryTest.java         | 30 +++++++++-------
 ...l-context-hazelcast-instance-name-reference.xml |  7 +++-
 .../src/test/resources/hazelcast-custom.xml        |  6 ++--
 .../src/test/resources/hazelcast-default.xml       |  9 +++--
 .../src/test/resources/hazelcast-named.xml         |  6 ++--
 ...nRemoteAggregationRepositoryOperationsTest.java |  3 ++
 .../InfinispanRemoteAggregationRepositoryTest.java |  3 ++
 .../remote/InfinispanRemoteConfigurationTest.java  |  3 ++
 .../remote/InfinispanRemoteConsumerTest.java       |  3 ++
 .../remote/InfinispanRemoteCustomListenerTest.java |  3 ++
 .../InfinispanRemoteIdempotentRepositoryTest.java  |  3 ++
 .../remote/InfinispanRemoteProducerTest.java       |  3 ++
 .../remote/InfinispanRemoteQueryConsumerTest.java  |  3 ++
 .../remote/InfinispanRemoteQueryProducerTest.java  |  3 ++
 .../remote/InfinispanRemoteQueryTestSupport.java   |  3 ++
 .../AbstractInfinispanRemoteClusteredTest.java     |  6 ++++
 .../cluster/InfinispanRemoteClusteredViewTest.java |  3 ++
 24 files changed, 167 insertions(+), 54 deletions(-)