This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from f82b74d  [create-pull-request] automated change
     new e819b2f  Added Vertx-Websocket Starter
     new 508fc6e  Regen
     new 626f4d0  Added a test for Vertx-Websocket 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 +
 .../{thrift.json => vertx-websocket.json}          | 44 +++++++--------
 components-starter/README.adoc                     |  5 +-
 components-starter/camel-corda-starter/pom.xml     | 12 +++++
 components-starter/camel-iota-starter/pom.xml      | 12 +++++
 .../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 +-
 docs/modules/ROOT/pages/list.adoc                  |  5 +-
 .../ROOT/pages/vertx-websocket-starter.adoc        | 37 +++++++++++++
 ...eworkTest.java => CamelVertxWebsocketTest.java} |  4 +-
 tooling/camel-spring-boot-dependencies/pom.xml     | 10 ++++
 18 files changed, 196 insertions(+), 78 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