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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 02c40d4  CAMEL-16644: camel-consul-starter - Rename auto configuration 
key to make it consistent with the others
02c40d4 is described below

commit 02c40d4f2c49c25665f4e877fbdbb927b07f31aa
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 7 16:29:54 2021 +0200

    CAMEL-16644: camel-consul-starter - Rename auto configuration key to make 
it consistent with the others
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc       | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc
index 48a182c..dee6659 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc
@@ -62,3 +62,14 @@ Also remember to execute the `run` goal, you should use 
`camel-karaf:run` instea
 mvn camel-karaf:run
 ----
 
+=== 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.consul.service-registry | camel.cloud.consul
+| camel.cloud.consul.service-registry | camel.cloud.consul
+|====
+

Reply via email to