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 8ac4ee962e4 Regen 8ac4ee962e4 is described below commit 8ac4ee962e43c7e05830381f53b609bc042b52e1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 27 18:23:52 2025 +0100 Regen --- .../camel/springboot/catalog/dev-consoles.properties | 1 + .../camel/springboot/catalog/dev-consoles/sftp.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties index a1e646935c2..f64c05caefa 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties @@ -35,6 +35,7 @@ route-controller route-dump send service +sftp source startup-recorder stub diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sftp.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sftp.json new file mode 100644 index 00000000000..76797fbb50c --- /dev/null +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sftp.json @@ -0,0 +1,15 @@ +{ + "console": { + "kind": "console", + "group": "camel", + "name": "sftp", + "title": "SFTP", + "description": "Secure FTP using JSCH", + "deprecated": false, + "javaType": "org.apache.camel.component.file.remote.SftpDevConsole", + "groupId": "org.apache.camel.springboot", + "artifactId": "camel-ftp-starter", + "version": "4.10.0-SNAPSHOT" + } +} +