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

oalsafi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 6ad6f89085aac77b810de0c722c1a541843ded74
Merge: 1f7f2a3 cbdcb27
Author: Omar Al-Safi <omars...@gmail.com>
AuthorDate: Tue Apr 14 12:37:45 2020 +0200

    Merge pull request #45 from apache/add-azure-blob-sb
    
    CAMEL-14654: Add camel-azure-storage-blob spring boot starter and re-gen

 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/azure-storage-blob.json     |  64 +++++
 .../camel/springboot/catalog/components/djl.json   |  14 +-
 components-starter/README.adoc                     |  11 +-
 .../camel-azure-storage-blob-starter/pom.xml       |  53 +++++
 .../src/main/docs/azure-storage-blob-starter.adoc  |  47 ++++
 .../springboot/BlobComponentAutoConfiguration.java | 108 +++++++++
 .../springboot/BlobComponentConfiguration.java     | 265 +++++++++++++++++++++
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ++++++++++++++++
 .../src/main/resources/META-INF/NOTICE.txt         |  11 +
 .../src/main/resources/META-INF/spring.factories   |  19 ++
 .../src/main/resources/META-INF/spring.provides    |  17 ++
 .../djl/springboot/DJLComponentConfiguration.java  |   2 +-
 components-starter/pom.xml                         |   1 +
 .../springboot/CamelAzureStorageBlobTest.java      |  48 ++++
 .../itest/springboot/util/ArquillianPackager.java  |   1 +
 tooling/camel-spring-boot-dependencies/pom.xml     |   7 +-
 17 files changed, 859 insertions(+), 13 deletions(-)

Reply via email to