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.
omit bc0e699 [create-pull-request] automated change
add 47e362d [create-pull-request] automated change
add 627360e CAMEL-14565: Add description to spring properties
add 9f62dcc CAMEL-14565: Add description to spring properties
add d101fcd CAMEL-14565: Fix duplicate default values in adoc
add 64d6c8f [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 (bc0e699)
\
N -- N -- N refs/heads/automatic-periodic-sync (64d6c8f)
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:
.../src/main/docs/consul-starter.adoc | 104 ++++++------
.../cloud/ConsulServiceRegistryConfiguration.java | 182 +++++++++++++++++++++
.../cluster/ConsulClusterServiceConfiguration.java | 146 +++++++++++++++++
.../src/main/docs/zookeeper-starter.adoc | 74 ++++-----
.../ZooKeeperServiceRegistryConfiguration.java | 118 +++++++++++++
.../ZooKeeperClusterServiceConfiguration.java | 106 +++++++++++-
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
7 files changed, 641 insertions(+), 91 deletions(-)