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
The following commit(s) were added to refs/heads/main by this push: new 76012e465e7 CAMEL-21352 camel-smb should extend from camel-file to offer more features 76012e465e7 is described below commit 76012e465e774d72aaaec0290716348a26c42513 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 3 16:07:37 2025 +0100 CAMEL-21352 camel-smb should extend from camel-file to offer more features --- .../resources/org/apache/camel/springboot/catalog/components/smb.json | 2 +- .../camel/component/smb/springboot/SmbComponentConfiguration.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/smb.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json index ff91d054663..5561b15bfe4 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json @@ -3,7 +3,7 @@ "kind": "component", "name": "smb", "title": "SMB", - "description": "Server Message Block (SMB) file shares", + "description": "Read and write files to Server Message Block (SMB) file shares.", "deprecated": false, "firstVersion": "4.3.0", "label": "file", diff --git a/components-starter/camel-smb-starter/src/main/java/org/apache/camel/component/smb/springboot/SmbComponentConfiguration.java b/components-starter/camel-smb-starter/src/main/java/org/apache/camel/component/smb/springboot/SmbComponentConfiguration.java index f21fefc43bc..373ca3e8c59 100644 --- a/components-starter/camel-smb-starter/src/main/java/org/apache/camel/component/smb/springboot/SmbComponentConfiguration.java +++ b/components-starter/camel-smb-starter/src/main/java/org/apache/camel/component/smb/springboot/SmbComponentConfiguration.java @@ -20,7 +20,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon; import org.springframework.boot.context.properties.ConfigurationProperties; /** - * Server Message Block (SMB) file shares + * Read and write files to Server Message Block (SMB) file shares. * * Generated by camel-package-maven-plugin - do not edit this file! */