This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from ceb3ffd CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2
add f45778e CAMEL-15964 camel-google-storage comp. - class name collision
with springboot
add 2bb2622 CAMEL-16224 Create Spring Boot starter for
camel-google-storage
add cae7b66 CAMEL-16224 Create Spring Boot starter for
camel-google-storage
add 45b2029 Merge pull request #1 from apache/master
new 40ecd08 Merge branch 'camel-google-storage' of
https://github.com/marcelloraffaele/camel-spring-boot
new c891a86 Regen
new c342879 CAMEL-16224 - Added an itest for Google Storage Starter
The 3 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 +
.../catalog/components/google-storage.json | 77 ++++++
.../camel/springboot/catalog/others.properties | 1 +
.../springboot/catalog/others/google-storage.json | 14 ++
components-starter/README.adoc | 8 +-
.../pom.xml | 8 +-
.../src/main/docs/google-storage-starter.adoc | 45 ++++
...gleCloudStorageComponentAutoConfiguration.java} | 22 +-
.../GoogleCloudStorageComponentConfiguration.java | 267 +++++++++++++++++++++
.../GoogleCloudStorageComponentConverter.java} | 14 +-
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../src/main/resources/META-INF/spring.factories | 4 +-
.../src/main/resources/META-INF/spring.provides | 2 +-
components-starter/pom.xml | 1 +
.../modules/ROOT/pages/google-storage-starter.adoc | 45 ++++
docs/modules/ROOT/pages/list.adoc | 8 +-
...melDjlTest.java => CamelGoogleStorageTest.java} | 5 +-
tooling/camel-spring-boot-bom/pom.xml | 5 +
tooling/camel-spring-boot-dependencies/pom.xml | 5 +
20 files changed, 501 insertions(+), 31 deletions(-)
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-storage.json
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/google-storage.json
copy components-starter/{camel-ahc-ws-starter =>
camel-google-storage-starter}/pom.xml (87%)
create mode 100644
components-starter/camel-google-storage-starter/src/main/docs/google-storage-starter.adoc
copy
components-starter/{camel-atmos-starter/src/main/java/org/apache/camel/component/atmos/springboot/AtmosComponentAutoConfiguration.java
=>
camel-google-storage-starter/src/main/java/org/apache/camel/component/google/storage/springboot/GoogleCloudStorageComponentAutoConfiguration.java}
(81%)
create mode 100644
components-starter/camel-google-storage-starter/src/main/java/org/apache/camel/component/google/storage/springboot/GoogleCloudStorageComponentConfiguration.java
copy
components-starter/{camel-google-sheets-starter/src/main/java/org/apache/camel/component/google/sheets/stream/springboot/GoogleSheetsStreamComponentConverter.java
=>
camel-google-storage-starter/src/main/java/org/apache/camel/component/google/storage/springboot/GoogleCloudStorageComponentConverter.java}
(72%)
copy {tooling/camel-spring-boot-docs-maven-plugin =>
components-starter/camel-google-storage-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {tooling/camel-spring-boot-docs-maven-plugin =>
components-starter/camel-google-storage-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-activemq-starter =>
camel-google-storage-starter}/src/main/resources/META-INF/spring.factories (84%)
copy components-starter/{camel-ahc-ws-starter =>
camel-google-storage-starter}/src/main/resources/META-INF/spring.provides (96%)
create mode 100644 docs/modules/ROOT/pages/google-storage-starter.adoc
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelDjlTest.java
=> CamelGoogleStorageTest.java} (91%)