This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-17339-continue in repository https://gitbox.apache.org/repos/asf/camel.git
commit 89e513d393f3df35880b3a1add181ed498d896f4 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 22 15:47:54 2025 +0200 CAMEL-17339 - Avoid List<String> as configuration parameter types in Endpoint configurations - Camel Consul Tags Migration notes Signed-off-by: Andrea Cosentino <[email protected]> --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 848acb59ebd..78759b83a6a 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 @@ -21,7 +21,7 @@ The scopes parameter for camel-google-calendar, camel-google-calendar-streams, c === 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. +The nodeMeta and the tags 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 or Set instance. For more information the related issue is CAMEL-17339. === camel-dapr
