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
The following commit(s) were added to refs/heads/main by this push:
new c042dc13d14 CAMEL-17339 - Avoid List<String> as configuration
parameter types in Endpoint configurations - migration notes for Consul, DAPR
and Huawei DMS (#18654)
c042dc13d14 is described below
commit c042dc13d1410a1628c281dba2ad6610c97ca177
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jul 18 15:23:35 2025 +0200
CAMEL-17339 - Avoid List<String> as configuration parameter types in
Endpoint configurations - migration notes for Consul, DAPR and Huawei DMS
(#18654)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
index 1e3b2cc0e8d..3e1e1f8e50c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
@@ -12,3 +12,15 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
The scopes parameter for camel-google-calendar, camel-google-calendar-streams,
camel-google-drive, camel-google-mail, camel-google-mail-streams and
camel-google-sheets-streams has been defined as String instead of
Collection<String>. For the migration users will need to, eventually, define
scopes as a comma separated list of scopes instead of a Collection instance.
For more information the related issue is CAMEL-22247.
+=== camel-consul
+
+The nodeMeta parameter for camel-consul has been defined as String instead of
List<String>. For the migration users will need to, eventually, define nodeMeta
as a comma separated list of nodeMeta instead of a List instance. For more
information the related issue is CAMEL-17339.
+
+=== camel-dapr
+
+The configKeys parameter for camel-dapr has been defined as String instead of
List<String>. For the migration users will need to, eventually, define
configKeys as a comma separated list of config Keys instead of a List instance.
For more information the related issue is CAMEL-17339.
+
+=== camel-huawei-dms
+
+The availableZones parameter for camel-huawei-dms has been defined as String
instead of List<String>. For the migration users will need to, eventually,
define availableZones as a comma separated list of available zones instead of a
List instance. For more information the related issue is CAMEL-17339.
+