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 2023/07/13 07:18:51 UTC

[camel] branch regen_bot updated (92527e30dc6 -> 7ff4c8e23a2)

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 92527e30dc6 Upgrade openapi-generator
     add 53a044fa84e Upgrade ical4j 3.2.11
     add 70aa03c8dab Upgrade jxmpp 1.0.3
     add af104a174ac Upgrade jgroups and jgrups-raft
     add 59b2d028210 Upgrade xbean-spring
     add d6f7711b116 Upgrade sshd 2.10.0
     add 306b2fae4c3 Fixed tests
     add 7ff4c8e23a2 Regen

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/jgroups-raft.json     | 15 +++++----
 .../embedded/InfinispanEmbeddedProducerTest.java   |  3 +-
 .../InfinispanEmbeddedQueryConsumerTest.java       |  6 ++--
 .../InfinispanEmbeddedQueryProducerTest.java       |  8 ++---
 .../remote/InfinispanRemoteProducerIT.java         |  2 +-
 .../remote/InfinispanRemoteQueryConsumerIT.java    |  6 ++--
 .../remote/InfinispanRemoteQueryProducerIT.java    |  8 ++---
 .../raft/JGroupsRaftComponentConfigurer.java       |  4 +--
 .../camel/component/jgroups/raft/jgroups-raft.json | 15 +++++----
 .../jgroups/raft/CamelRoleChangeListener.java      |  6 +---
 .../jgroups/raft/JGroupsRaftComponent.java         |  2 +-
 .../jgroups/raft/JGroupsRaftConstants.java         |  2 --
 .../jgroups/raft/JGroupsRaftEndpoint.java          |  4 +--
 .../jgroups/raft/JGroupsRaftEventType.java         |  1 -
 .../raft/cluster/ClusterRoleChangeListener.java    |  8 +----
 .../jgroups/raft/utils/NopStateMachine.java        |  6 ++--
 .../jgroups/raft/JGroupsRaftAbstractTest.java      |  4 +--
 .../jgroups/raft/JGroupsRaftEndpointTest.java      |  7 ++---
 .../camel-jgroups-raft/src/test/resources/raft.xml |  6 ++--
 .../src/test/resources/raftABC.xml                 |  6 ++--
 .../src/test/resources/raftB.xml                   |  6 ++--
 .../src/test/resources/raftC.xml                   |  6 ++--
 .../component/jgroups/CamelJGroupsReceiver.java    |  6 ++--
 .../camel/component/jgroups/JGroupsProducer.java   |  3 +-
 .../camel-jgroups/src/main/resources/locking.xml   |  5 +--
 .../component/jgroups/JGroupsComponentTest.java    | 17 ++--------
 .../JGroupsComponentWithChannelPropertiesTest.java | 17 ++--------
 .../component/jgroups/JGroupsConsumerTest.java     |  5 +--
 .../component/jgroups/JGroupsProducerTest.java     |  4 +--
 .../dsl/JgroupsRaftComponentBuilderFactory.java    |  7 ++---
 .../dsl/QuartzComponentBuilderFactory.java         |  4 +--
 .../dsl/SpringRedisComponentBuilderFactory.java    |  4 +--
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 ++---
 .../dsl/JGroupsRaftEndpointBuilderFactory.java     | 13 --------
 .../endpoint/dsl/RedisEndpointBuilderFactory.java  | 36 +++++++++++-----------
 .../endpoint/dsl/SedaEndpointBuilderFactory.java   | 21 +++++++------
 .../endpoint/dsl/StubEndpointBuilderFactory.java   | 21 +++++++------
 .../dsl/TwitterTimelineEndpointBuilderFactory.java |  8 ++---
 parent/pom.xml                                     | 12 ++++----
 39 files changed, 134 insertions(+), 188 deletions(-)