This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from 82f1f4a Fixed Camel-JBPM Test
new 56bc955 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 38f9df5 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 9a5d665 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 170c284 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 81a66bd CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new ecc0a19 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new ea051aa CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 72bd6eb CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 97ef692 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 69eba59 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
new 390c7f7 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/docs/atomix-starter.adoc | 22 ++--
.../AtomixClusterServiceAutoConfiguration.java | 8 +-
.../AtomixClusterServiceConfiguration.java | 2 +-
.../src/main/docs/consul-starter.adoc | 120 ++++++++++-----------
.../ConsulServiceRegistryAutoConfiguration.java | 2 +-
.../cloud/ConsulServiceRegistryConfiguration.java | 2 +-
.../ConsulClusterServiceAutoConfiguration.java | 2 +-
.../cluster/ConsulClusterServiceConfiguration.java | 2 +-
.../src/main/docs/file-starter.adoc | 14 +--
.../FileLockClusterServiceAutoConfiguration.java | 2 +-
.../FileLockClusterServiceConfiguration.java | 2 +-
.../src/main/docs/hystrix-starter.adoc | 7 +-
.../HystrixMappingAutoConfiguration.java | 2 +-
.../springboot/HystrixMappingConfiguration.java | 4 +-
.../test/HystrixMappingDisablingTest.java | 2 +-
.../src/main/docs/jgroups-raft-starter.adoc | 10 +-
...JGroupsRaftClusterServiceAutoConfiguration.java | 2 +-
.../JGroupsRaftClusterServiceConfiguration.java | 2 +-
.../src/main/docs/jgroups-starter.adoc | 8 +-
...JGroupsLockClusterServiceAutoConfiguration.java | 2 +-
.../JGroupsLockClusterServiceConfiguration.java | 2 +-
.../src/main/docs/kubernetes-starter.adoc | 28 ++---
.../KubernetesClusterServiceAutoConfiguration.java | 2 +-
.../KubernetesClusterServiceConfiguration.java | 2 +-
.../src/main/docs/servlet-starter.adoc | 6 +-
.../ServletMappingAutoConfiguration.java | 2 +-
.../springboot/ServletMappingConfiguration.java | 4 +-
.../docs/undertow-spring-security-starter.adoc | 10 +-
.../boot/UndertowSpringSecurityConfiguration.java | 4 +-
.../src/main/docs/zookeeper-starter.adoc | 90 ++++++++--------
.../ZooKeeperServiceRegistryAutoConfiguration.java | 2 +-
.../ZooKeeperServiceRegistryConfiguration.java | 2 +-
.../ZooKeeperClusterServiceAutoConfiguration.java | 2 +-
.../ZooKeeperClusterServiceConfiguration.java | 2 +-
.../cloud/ZooKeeperServiceRegistryTest.java | 10 +-
.../cluster/ZooKeeperClusterServiceTest.java | 10 +-
docs/modules/ROOT/pages/atomix-starter.adoc | 22 ++--
docs/modules/ROOT/pages/consul-starter.adoc | 120 ++++++++++-----------
docs/modules/ROOT/pages/file-starter.adoc | 14 +--
docs/modules/ROOT/pages/hystrix-starter.adoc | 7 +-
docs/modules/ROOT/pages/jgroups-raft-starter.adoc | 10 +-
docs/modules/ROOT/pages/jgroups-starter.adoc | 8 +-
docs/modules/ROOT/pages/kubernetes-starter.adoc | 28 ++---
docs/modules/ROOT/pages/servlet-starter.adoc | 6 +-
.../pages/undertow-spring-security-starter.adoc | 10 +-
docs/modules/ROOT/pages/zookeeper-starter.adoc | 90 ++++++++--------
46 files changed, 354 insertions(+), 356 deletions(-)