This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
omit 50c8990 [create-pull-request] automated change
add 956510d [create-pull-request] automated change
add fdae76f CAMEL-17693 - Create a Camel Google Secret Manager Spring
Boot Starter
add 22e79ab CAMEL-17693 - Create a Camel Google Secret Manager Spring
Boot Starter
add e1ae6e7 CAMEL-17693 - Create a Camel Google Secret Manager Spring
Boot Starter
add 0829951 CAMEL-17675: camel-core - Rest DSL remove support for using
inlined routes.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (50c8990)
\
N -- N -- N refs/heads/automatic-periodic-sync (0829951)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
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 +-
.../springboot/test/ServletHttpMessageTest.java | 4 ++-
.../test/ServletMappingAutoConfigurationTest.java | 5 ++--
.../test/ServletMappingDisablingTest.java | 5 ++--
components-starter/pom.xml | 1 +
.../camel/spring/boot/issues/RestDslPostTest.java | 7 +++--
...Test.java => CamelGoogleSecretManagerTest.java} | 4 +--
tooling/camel-spring-boot-bom/pom.xml | 5 ++++
tooling/camel-spring-boot-dependencies/pom.xml | 5 ++++
18 files changed, 73 insertions(+), 60 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%)