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 956510d [create-pull-request] automated change
new fdae76f CAMEL-17693 - Create a Camel Google Secret Manager Spring
Boot Starter
new 22e79ab CAMEL-17693 - Create a Camel Google Secret Manager Spring
Boot Starter
new e1ae6e7 CAMEL-17693 - Create a Camel Google Secret Manager Spring
Boot 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 +
...e-functions.json => google-secret-manager.json} | 30 ++++++++++------------
.../pom.xml | 6 ++---
.../src/main/docs/google-secrets-manager.json} | 26 +++++++++----------
...leSecretManagerComponentAutoConfiguration.java} | 20 +++++++--------
...GoogleSecretManagerComponentConfiguration.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 +
...Test.java => CamelGoogleSecretManagerTest.java} | 4 +--
tooling/camel-spring-boot-bom/pom.xml | 5 ++++
tooling/camel-spring-boot-dependencies/pom.xml | 5 ++++
14 files changed, 61 insertions(+), 51 deletions(-)
copy
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{google-functions.json
=> google-secret-manager.json} (53%)
copy components-starter/{camel-google-functions-starter =>
camel-google-secrets-manager-starter}/pom.xml (92%)
copy components-starter/{camel-tika-starter/src/main/docs/tika.json =>
camel-google-secrets-manager-starter/src/main/docs/google-secrets-manager.json}
(59%)
copy
components-starter/{camel-huaweicloud-functiongraph-starter/src/main/java/org/apache/camel/springboot/FunctionGraphComponentAutoConfiguration.java
=>
camel-google-secrets-manager-starter/src/main/java/org/apache/camel/component/google/secret/manager/springboot/GoogleSecretManagerComponentAutoConfiguration.java}
(82%)
copy
components-starter/{camel-huaweicloud-functiongraph-starter/src/main/java/org/apache/camel/springboot/FunctionGraphComponentConfiguration.java
=>
camel-google-secrets-manager-starter/src/main/java/org/apache/camel/component/google/secret/manager/springboot/GoogleSecretManagerComponentConfiguration.java}
(90%)
copy {dsl-starter/camel-yaml-dsl-starter =>
components-starter/camel-google-secrets-manager-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {dsl-starter/camel-yaml-dsl-starter =>
components-starter/camel-google-secrets-manager-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-avro-starter =>
camel-google-secrets-manager-starter}/src/main/resources/META-INF/spring.factories
(90%)
copy components-starter/{camel-ahc-ws-starter =>
camel-google-secrets-manager-starter}/src/main/resources/META-INF/spring.provides
(96%)
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAtmosphereWebsocketTest.java
=> CamelGoogleSecretManagerTest.java} (92%)