This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 40ecd08af7a7f268067effb49069ec89a46bc776 Merge: ceb3ffd 45b2029 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 24 09:56:07 2021 +0100 Merge branch 'camel-google-storage' of https://github.com/marcelloraffaele/camel-spring-boot .../camel/springboot/catalog/components.properties | 1 + .../catalog/components/google-storage.json | 77 ++++++ .../camel/springboot/catalog/others.properties | 1 + .../springboot/catalog/others/google-storage.json | 14 ++ components-starter/README.adoc | 6 +- .../camel-google-storage-starter/pom.xml | 49 ++++ .../src/main/docs/google-storage-starter.adoc | 45 ++++ ...ogleCloudStorageComponentAutoConfiguration.java | 79 ++++++ .../GoogleCloudStorageComponentConfiguration.java | 267 +++++++++++++++++++++ .../GoogleCloudStorageComponentConverter.java | 69 ++++++ .../src/main/resources/META-INF/LICENSE.txt | 203 ++++++++++++++++ .../src/main/resources/META-INF/NOTICE.txt | 11 + .../src/main/resources/META-INF/spring.factories | 21 ++ .../src/main/resources/META-INF/spring.provides | 17 ++ components-starter/pom.xml | 1 + .../modules/ROOT/pages/google-storage-starter.adoc | 45 ++++ docs/modules/ROOT/pages/list.adoc | 6 +- tooling/camel-spring-boot-bom/pom.xml | 5 + tooling/camel-spring-boot-dependencies/pom.xml | 5 + 19 files changed, 920 insertions(+), 2 deletions(-)
