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 dbee75e  [create-pull-request] automated change
     add f82b74d  [create-pull-request] automated change
     add e819b2f  Added Vertx-Websocket Starter
     add 508fc6e  Regen
     add 626f4d0  Added a test for Vertx-Websocket Starter
     add 464934a  CAMEL-14963: Route Template
     add ea04bb2  CAMEL-14963: Route Template
     add d494566  [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   (dbee75e)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (d494566)

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 +
 .../{thrift.json => vertx-websocket.json}          | 44 +++++++--------
 components-starter/README.adoc                     |  5 +-
 .../pom.xml                                        |  4 +-
 .../src/main/docs/vertx-websocket-starter.adoc     | 37 +++++++++++++
 .../VertxWebsocketComponentAutoConfiguration.java} | 32 +++++------
 .../VertxWebsocketComponentConfiguration.java}     | 63 +++++++++++-----------
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 .../src/main/resources/META-INF/spring.factories   |  3 +-
 .../src/main/resources/META-INF/spring.provides    |  2 +-
 components-starter/pom.xml                         |  3 +-
 .../src/main/docs/spring-boot.adoc                 |  3 +-
 .../spring/boot/CamelConfigurationProperties.java  | 15 ++++++
 .../spring/boot/SpringBootRoutesCollector.java     | 37 ++++++++++++-
 docs/modules/ROOT/pages/list.adoc                  |  5 +-
 docs/modules/ROOT/pages/spring-boot.adoc           |  3 +-
 .../ROOT/pages/vertx-websocket-starter.adoc        | 37 +++++++++++++
 ...eworkTest.java => CamelVertxWebsocketTest.java} |  4 +-
 tooling/camel-spring-boot-dependencies/pom.xml     |  5 ++
 20 files changed, 221 insertions(+), 82 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{thrift.json
 => vertx-websocket.json} (53%)
 copy components-starter/{camel-cron-starter => 
camel-vertx-websocket-starter}/pom.xml (95%)
 create mode 100644 
components-starter/camel-vertx-websocket-starter/src/main/docs/vertx-websocket-starter.adoc
 copy 
components-starter/{camel-google-bigquery-starter/src/main/java/org/apache/camel/component/google/bigquery/springboot/GoogleBigQueryComponentAutoConfiguration.java
 => 
camel-vertx-websocket-starter/src/main/java/org/apache/camel/component/vertx/websocket/springboot/VertxWebsocketComponentAutoConfiguration.java}
 (81%)
 copy 
components-starter/{camel-nats-starter/src/main/java/org/apache/camel/component/nats/springboot/NatsComponentConfiguration.java
 => 
camel-vertx-websocket-starter/src/main/java/org/apache/camel/component/vertx/websocket/springboot/VertxWebsocketComponentConfiguration.java}
 (80%)
 copy {tooling/camel-spring-boot-docs-maven-plugin => 
components-starter/camel-vertx-websocket-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {tooling/camel-spring-boot-docs-maven-plugin => 
components-starter/camel-vertx-websocket-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-atmosphere-websocket-starter => 
camel-vertx-websocket-starter}/src/main/resources/META-INF/spring.factories 
(94%)
 copy components-starter/{camel-ahc-ws-starter => 
camel-vertx-websocket-starter}/src/main/resources/META-INF/spring.provides (96%)
 create mode 100644 docs/modules/ROOT/pages/vertx-websocket-starter.adoc
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelRobotframeworkTest.java
 => CamelVertxWebsocketTest.java} (92%)

Reply via email to