You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/18 07:16:50 UTC

[camel] branch sandbox/camel-3.x updated (6f4fdc1 -> cb33893)

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

acosentino pushed a change to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6f4fdc1  Regen
     new 61bfd4d  Upgrade Vertx to version 3.6.2
     new cb33893  Camel-Websocket-jsr356: Generated the Spring Boot documentation

The 2 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:
 .../src/main/docs/websocket-jsr356-component.adoc      | 18 +++++++++++++++++-
 parent/pom.xml                                         |  2 +-
 2 files changed, 18 insertions(+), 2 deletions(-)


[camel] 02/02: Camel-Websocket-jsr356: Generated the Spring Boot documentation

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit cb33893a9a3cc99a0548df7a7b7021449cf29df9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 08:12:57 2018 +0100

    Camel-Websocket-jsr356: Generated the Spring Boot documentation
---
 .../src/main/docs/websocket-jsr356-component.adoc      | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc b/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc
index 1112720..2191dfc 100644
--- a/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc
+++ b/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc
@@ -69,4 +69,20 @@ with the following path and query parameters:
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer creates an exchange. |  | ExchangePattern
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean
 |===
-// endpoint options: END
\ No newline at end of file
+// endpoint options: END
+
+// spring-boot-auto-configure options: START
+=== Spring Boot Auto-Configuration
+
+
+The component supports 2 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.component.websocket-jsr356.enabled* | Whether to enable auto configuration of the websocket-jsr356 component. This is enabled by default. |  | Boolean
+| *camel.component.websocket-jsr356.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
+|===
+// spring-boot-auto-configure options: END


[camel] 01/02: Upgrade Vertx to version 3.6.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 61bfd4d7390a5f550ae85c2c8cfbb48b9c0468b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 08:08:52 2018 +0100

    Upgrade Vertx to version 3.6.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6aba0dc..0a2c308 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -704,7 +704,7 @@
     <velocity-bundle-version>1.7_6</velocity-bundle-version>
     <velocity-tools-version>2.0</velocity-tools-version>
     <velocity-version>2.0</velocity-version>
-    <vertx-version>3.6.0</vertx-version>
+    <vertx-version>3.6.2</vertx-version>
     <vysper-version>0.7</vysper-version>
     <web3j-version>3.6.0</web3j-version>
     <web3j-quorum-version>0.8.0</web3j-quorum-version>