This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 09eaa2598516b86a67d79f795f61bbebc98a0c03 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 29 07:28:49 2021 +0100 Camel-SQL: Underline the fact that when you set the datasource on endpoint it will be done only on the endpoint --- .../main/java/org/apache/camel/component/sql/DefaultSqlEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-sql/src/main/java/org/apache/camel/component/sql/DefaultSqlEndpoint.java b/components/camel-sql/src/main/java/org/apache/camel/component/sql/DefaultSqlEndpoint.java index a086d8f..0b6a9a0 100644 --- a/components/camel-sql/src/main/java/org/apache/camel/component/sql/DefaultSqlEndpoint.java +++ b/components/camel-sql/src/main/java/org/apache/camel/component/sql/DefaultSqlEndpoint.java @@ -44,7 +44,7 @@ public abstract class DefaultSqlEndpoint extends DefaultPollingEndpoint { @UriParam(description = "Sets the reference to a DataSource to lookup from the registry, to use for communicating with the database.") @Deprecated private String dataSourceRef; - @UriParam(description = "Sets the DataSource to use to communicate with the database.") + @UriParam(description = "Sets the DataSource to use to communicate with the databaset at endpoint level.") private DataSource dataSource; @UriParam(label = "consumer", description = "Enables or disables transaction. If enabled then if processing an exchange failed then the consumer"