You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/08/27 01:09:52 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (fc1b727 -> 728328f)

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 fc1b727  [create-pull-request] automated change
     add 528b7c4  [create-pull-request] automated change
     add 4218260  Added Camel-minio Spring Boot ITest
     add afc4e54  Regen
     add 71bef41  Regen deps
     add 41481a4  CAMEL-15413: RouteBuilderConfigurer - Rename to LambdaRouteBuilder
     add 78f7299  Camel-Etcd3: Introduced the starter skeleton for the moment
     add ad6638b  Camel-Etcd3: Added Itest
     add 728328f  [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   (fc1b727)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (728328f)

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:
 .../springboot/catalog/components/aws2-s3.json     |  4 ++++
 .../camel/springboot/catalog/others.properties     |  1 +
 .../camel/springboot/catalog/others/etcd3.json     | 15 +++++++++++++
 components-starter/README.adoc                     |  4 +++-
 .../src/main/docs/aws2-s3-starter.adoc             |  4 +++-
 .../springboot/AWS2S3ComponentConfiguration.java   | 26 ++++++++++++++++++++++
 .../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 +-
 components-starter/pom.xml                         |  1 +
 .../spring/boot/SpringBootRoutesCollector.java     |  8 +++----
 ...rTest.java => CamelLambdaRouteBuilderTest.java} |  6 ++---
 ...n.java => LambdaRouteBuilderConfiguration.java} |  6 ++---
 docs/modules/ROOT/pages/aws2-s3-starter.adoc       |  4 +++-
 docs/modules/ROOT/pages/list.adoc                  |  4 +++-
 .../{CamelShiroTest.java => CamelEtcd3Test.java}   |  5 ++---
 .../{CamelAwsCwTest.java => CamelMinioTest.java}   |  4 ++--
 tooling/camel-spring-boot-bom/pom.xml              |  5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml     | 15 +++++++++++++
 20 files changed, 96 insertions(+), 22 deletions(-)
 create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/etcd3.json
 copy components-starter/{camel-djl-starter => camel-etcd3-starter}/pom.xml (96%)
 copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-etcd3-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-etcd3-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy components-starter/{camel-apns-starter => camel-etcd3-starter}/src/main/resources/META-INF/spring.provides (97%)
 rename core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/{CamelRouteBuilderConfigurerTest.java => CamelLambdaRouteBuilderTest.java} (92%)
 rename core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/{RouteBuilderConfigurerConfiguration.java => LambdaRouteBuilderConfiguration.java} (87%)
 copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelShiroTest.java => CamelEtcd3Test.java} (90%)
 copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAwsCwTest.java => CamelMinioTest.java} (92%)