You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/01 01:00:07 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (f8fae273002 -> 171fbe5bf7a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from f8fae273002 [create-pull-request] automated change
     add 171fbe5bf7a CAMEL-19565 - Create Azure Files SB starter

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../components/{ftp.json => azure-files.json}      | 102 +++++++++------------
 .../pom.xml                                        |   4 +-
 .../src/main/docs/azure-files.json}                |  30 +++---
 .../FilesComponentAutoConfiguration.java}          |  20 ++--
 .../springboot/FilesComponentConfiguration.java}   |  10 +-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 .../src/main/resources/META-INF/spring.factories   |   2 +-
 .../src/main/resources/META-INF/spring.provides    |   2 +-
 components-starter/pom.xml                         |   1 +
 ...{CamelFtpTest.java => CamelAzureFilesTest.java} |   7 +-
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |   5 +
 14 files changed, 92 insertions(+), 97 deletions(-)
 copy catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{ftp.json => azure-files.json} (72%)
 copy components-starter/{camel-dhis2-starter => camel-azure-files-starter}/pom.xml (94%)
 copy components-starter/{camel-browse-starter/src/main/docs/browse.json => camel-azure-files-starter/src/main/docs/azure-files.json} (64%)
 copy components-starter/{camel-huaweicloud-dms-starter/src/main/java/org/apache/camel/component/huaweicloud/dms/springboot/DMSComponentAutoConfiguration.java => camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentAutoConfiguration.java} (85%)
 copy components-starter/{camel-optaplanner-starter/src/main/java/org/apache/camel/component/optaplanner/springboot/OptaPlannerComponentConfiguration.java => camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java} (92%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-azure-files-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-azure-files-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy components-starter/{camel-jsonapi-starter => camel-azure-files-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-arangodb-starter => camel-azure-files-starter}/src/main/resources/META-INF/spring.provides (97%)
 copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelFtpTest.java => CamelAzureFilesTest.java} (88%)