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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard 783a27640a2 [create-pull-request] automated change
     add 88b5d817b11 CAMEL-22807: camel-cluster - Add bean metadata for tooling
     add d0d86b82324 Regen
     add 0c8a66769da RAT fix
     add fc99ce8345b [create-pull-request] automated change

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (783a27640a2)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (fc99ce8345b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/beans.properties      |  9 +++++-
 .../catalog/beans/ConsulClusterService.json        | 16 ++++++++++
 .../catalog/beans/FileLockClusterService.json      | 16 ++++++++++
 .../beans/InfinispanEmbeddedClusterService.json    | 16 ++++++++++
 .../beans/InfinispanRemoteClusterService.json      | 16 ++++++++++
 .../catalog/beans/JGroupsRaftClusterService.json   | 16 ++++++++++
 .../catalog/beans/KubernetesClusterService.json    | 16 ++++++++++
 .../catalog/beans/ZooKeeperClusterService.json     | 16 ++++++++++
 .../springboot/catalog/components/consul.json      | 12 +++----
 .../camel/springboot/catalog/components/mllp.json  | 37 ++++++++++++----------
 .../src/main/docs/consul-cluster-service.json      |  8 -----
 .../ConsulClusterServiceAutoConfiguration.java     | 10 +++---
 .../camel-consul-starter/src/main/docs/consul.json | 14 ++------
 .../springboot/ConsulComponentConfiguration.java   |  6 ++--
 .../src/main/docs/infinispan-cluster-service.json  |  5 +++
 .../KubernetesClusterServiceAutoConfiguration.java |  4 +--
 ...ernetesClusterServiceAutoConfigurationTest.java |  4 +--
 .../metrics/springboot/CounterRouteTest.java       | 17 +++++++++-
 .../src/main/docs/zookeeper-cluster-service.json   | 21 +++---------
 .../ZooKeeperClusterServiceAutoConfiguration.java  | 10 ++----
 .../ZooKeeperClusterServiceConfiguration.java      | 34 ++------------------
 21 files changed, 192 insertions(+), 111 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/ConsulClusterService.json
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/FileLockClusterService.json
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanEmbeddedClusterService.json
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanRemoteClusterService.json
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JGroupsRaftClusterService.json
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/KubernetesClusterService.json
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/ZooKeeperClusterService.json

Reply via email to