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-spring-boot.git
commit 865aad77988146ac2ef453ee10bf7d350c49f2b8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Aug 14 11:18:05 2023 +0200 Regen --- .../org/apache/camel/springboot/catalog/components/azure-files.json | 2 +- .../component/file/azure/springboot/FilesComponentConfiguration.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json index a96e695cbbf..eb32246cf77 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json @@ -3,7 +3,7 @@ "kind": "component", "name": "azure-files", "title": "Azure Files", - "description": "Camel Azure Files Component", + "description": "Send and receive files to Azure storage file share", "deprecated": false, "deprecationNote": "", "firstVersion": "3.22.0", diff --git a/components-starter/camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java b/components-starter/camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java index 5aa79f72f46..c96eea08b0b 100644 --- a/components-starter/camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java +++ b/components-starter/camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java @@ -20,7 +20,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon; import org.springframework.boot.context.properties.ConfigurationProperties; /** - * Camel Azure Files Component + * Send and receive files to Azure storage file share * * Generated by camel-package-maven-plugin - do not edit this file! */