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 2bb4d67fcb7 [create-pull-request] automated change
add a23fe68432b [create-pull-request] automated change
add 27205cb6ec2 CAMEL-18682 - Camel-Plc4x: Add a Spring Boot starter
add 7011a4d3322 CAMEL-18682 - Camel-Plc4x: Add a Spring Boot starter
add 3a703941ea1 CAMEL-18682 - Camel-Plc4x: Add a Spring Boot starter
add 1ccc851b236 [CAMEL-18684]: Add Microsoft Exchange Online OAuth2 Mail
Authenticator
add 1b7ff094c01 [create-pull-request] automated change
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 (2bb4d67fcb7)
\
N -- N -- N refs/heads/automatic-periodic-sync (1b7ff094c01)
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 +
.../springboot/catalog/components/docker.json | 1 +
.../components/{spring-event.json => plc4x.json} | 25 ++---
.../camel/springboot/catalog/others.properties | 1 +
.../catalog/others/mail-microsoft-oauth.json | 14 +++
.../pom.xml | 4 +-
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../src/main/resources/META-INF/spring.provides | 2 +-
.../pom.xml | 4 +-
.../src/main/docs/plc4x.json} | 30 +++---
.../Plc4XComponentAutoConfiguration.java} | 20 ++--
.../springboot/Plc4XComponentConfiguration.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 | 2 +
.../{CamelCmSmsTest.java => CamelPlc4xTest.java} | 4 +-
tooling/camel-spring-boot-bom/pom.xml | 10 ++
tooling/camel-spring-boot-dependencies/pom.xml | 103 ++++++++++++---------
21 files changed, 141 insertions(+), 94 deletions(-)
copy
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{spring-event.json
=> plc4x.json} (75%)
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/mail-microsoft-oauth.json
copy components-starter/{camel-python-starter =>
camel-mail-microsoft-oauth-starter}/pom.xml (94%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-mail-microsoft-oauth-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-mail-microsoft-oauth-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-arangodb-starter =>
camel-mail-microsoft-oauth-starter}/src/main/resources/META-INF/spring.provides
(96%)
copy components-starter/{camel-python-starter => camel-plc4x-starter}/pom.xml
(95%)
copy components-starter/{camel-git-starter/src/main/docs/git.json =>
camel-plc4x-starter/src/main/docs/plc4x.json} (66%)
copy
components-starter/{camel-openstack-starter/src/main/java/org/apache/camel/component/openstack/nova/springboot/NovaComponentAutoConfiguration.java
=>
camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentAutoConfiguration.java}
(87%)
copy
components-starter/{camel-file-starter/src/main/java/org/apache/camel/component/file/springboot/FileComponentConfiguration.java
=>
camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentConfiguration.java}
(93%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-plc4x-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-plc4x-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-avro-starter =>
camel-plc4x-starter}/src/main/resources/META-INF/spring.factories (94%)
copy components-starter/{camel-as2-starter =>
camel-plc4x-starter}/src/main/resources/META-INF/spring.provides (97%)
copy
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelCmSmsTest.java
=> CamelPlc4xTest.java} (92%)