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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from befdc58e2fb CAMEL-19496: manage single version of Guava
     new eaef0917037 Fixed build with single guava version
     new 3054f4d1785 Regen
     new c6a231c2fa8 Fixed build
     new edbc71454c0 CAMEL-19565 - Create Azure Files SB starter
     new 0110234968d CAMEL-19565 - Create Azure Files SB starter

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../components/{file.json => azure-files.json}     | 234 ++++++++++-----------
 .../pom.xml                                        |   6 +-
 .../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.provides    |   2 +-
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   2 +-
 .../camel-guava-eventbus-starter/pom.xml           |   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 +
 .../spring-boot-fix-dependencies.properties        |   2 +-
 16 files changed, 169 insertions(+), 158 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{file.json
 => azure-files.json} (62%)
 copy components-starter/{camel-azure-cosmosdb-starter => 
camel-azure-files-starter}/pom.xml (92%)
 copy components-starter/{camel-coap-starter/src/main/docs/coap.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-activemq-starter => 
camel-azure-files-starter}/src/main/resources/META-INF/spring.provides (97%)
 copy components-starter/{camel-asn1-starter => 
camel-azure-files-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (92%)
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelFtpTest.java
 => CamelAzureFilesTest.java} (88%)

Reply via email to