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

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

commit bf5cc42219a958fd6317508daeb367010413c973
Author: klease <38634989+kle...@users.noreply.github.com>
AuthorDate: Mon Sep 27 15:19:54 2021 +0200

    CAMEL-16954: add note about removed spring-cloud components to the 3.12 
upgrade document (#6161)
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc      | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
index d258f2e..49f3812 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
@@ -8,7 +8,7 @@ from both 3.0 to 3.1 and 3.1 to 3.2.
 
 === API changes
 
-The method `getComponentNames` and `getLanguageNames` on `CamelContext` has 
changed to
+The methods `getComponentNames` and `getLanguageNames` on `CamelContext` have 
been changed to
 return `Set<String>` instead of `List<String>`.
 
 Added `getExchangePattern` to `Endpoint` which is a method that already exists 
on `DefaultEndpoint`.
@@ -24,7 +24,7 @@ use the methods that take `String` as type.
 We had to fix all the data-formats options that take a Java classname to 
support
 using the `.class` type in Java vs using a string value in XML/YAML.
 
-This means the following options has been renamed:
+This means the following options have been renamed:
 
 - `camel-asn1` renamed `clazzName` to `unmarshalType`
 - `camel-avro` renamed `collectionTypeName` to `collectionType`, and 
`jsonViewTypeName` to `jsonView`, and `unmarshalTypeName` to `unmarshalType`
@@ -78,7 +78,7 @@ which used to be query parameter.
 === camel-kamelet / route templates
 
 Kamelet parameters that are named such as `host`, `port` are now always used 
with their configured value.
-Before the value in use may be from an ENV variable with the same name.
+Before the value in use may have been from an ENV variable with the same name.
 
 === camel-kafka
 
@@ -92,8 +92,12 @@ The `camel-spark` component has been upgraded from Spark 2.x 
to 3.x.
 
 The `camel-influxdb` won't autocreate the database if not present anymore.
 With CAMEL-16892 we introduced the checkDatabaseExistence and 
autoCreateDatabase options for this purpose. 
-Both of the options are false by default. So, you'll need to set both to true 
if you want to have the older releases behavior, or create the database 
yourself before using the camel component.
+Both of the options are false by default. So, you'll need to set both to true 
if you want to have the older releases' behavior, or create the database 
yourself before using the camel component.
 
 === camel-huawei
 
 All Huawei Cloud components use AK/SK as security keys to authenticate against 
the hauwei cloud backend services. Initally AK was mapped to authenticationKey 
in the endpoint class. To be in-line with Huawei Cloud's naming conventions, we 
have renamed this option from `authenticationKey` to `accessKey` for all 
components. This is a breaking change for users who are already using huawei 
cloud components until version 3.11.x. 
+
+=== camel-spring-cloud-*-starter
+
+The deprecated camel-spring-boot cloud-starter components 
camel-spring-cloud-starter, camel-spring-cloud-consul-starter, 
camel-spring-cloud-netflix-starter and camel-spring-cloud-zookeeper-starter 
have been removed.

Reply via email to