This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 62e1319 CAMEL-16520: camel-spring-boot - Auto configuration options
for cloud and cluster should not clash with component
62e1319 is described below
commit 62e13191261e3219e8f03145532402b5f0b32cdd
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Apr 16 09:46:09 2021 +0200
CAMEL-16520: camel-spring-boot - Auto configuration options for cloud and
cluster should not clash with component
---
.../ROOT/pages/camel-3x-upgrade-guide-3_10.adoc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
index 67a382e..cbfe409 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
@@ -46,3 +46,24 @@ The service client is now autowired. No need to set
explicitly on your route if
=== Camel-Azure-Storage-Queue
The service client is now autowired. No need to set explicitly on your route
if it is already in the registry.
+
+=== Spring Boot Starters
+
+Some of the Camel Spring Boot starters have additional auto configuration
options that clashed with component.
+Therefore those configurations has renamed their configuration keys:
+
+|====
+| Old Key prefix | New key prefix
+| camel.component.atomix.cluster.service | camel.cluster.atomix
+| camel.component.consul.cluster.service | camel.cluster.consul
+| camel.component.consul.service-registry | camel.cloud.consul.service-registry
+| camel.component.file.cluster.service | camel.cluster.file
+| camel.component.hystrix.mapping | camel.hystrix.mapping
+| camel.component.jgroups.lock.cluster.service | camel.cluster.jgroups
+| camel.component.jgroups.raft.cluster.service | camel.cluster.jgroups-raft
+| camel.component.kubernetes.cluster.service | camel.cluster.kubernetes
+| camel.component.servlet.mapping | camel.servlet.mapping
+| camel.component.undertow.spring.security |
+| camel.component.zookeeper.cluster.service | camel.cluster.zookeeper
+| camel.component.zookeeper.service-registry | camel.cloud.zookeeper
+|====