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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2070e357 [create-pull-request] automated change
2070e357 is described below

commit 2070e357f229a12941a43e169edcdcf7b46653d8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 16 00:44:43 2020 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/vertx.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
index 8cc990f..fe2c20a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
@@ -25,7 +25,7 @@
     "host": { "kind": "property", "displayName": "Host", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Hostname for creating an embedded clustered EventBus" },
     "port": { "kind": "property", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "Port 
for creating an embedded clustered EventBus" },
     "timeout": { "kind": "property", "displayName": "Timeout", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 60, 
"description": "Timeout in seconds to wait for clustered Vertx EventBus to be 
ready. The default value is 60." },
-    "vertx": { "kind": "property", "displayName": "Vertx", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"io.vertx.core.Vertx", "deprecated": false, "autowired": false, "secret": 
false, "description": "To use the given vertx EventBus instead of creating a 
new embedded EventBus" },
+    "vertx": { "kind": "property", "displayName": "Vertx", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"io.vertx.core.Vertx", "deprecated": false, "autowired": true, "secret": false, 
"description": "To use the given vertx EventBus instead of creating a new 
embedded EventBus" },
     "vertxOptions": { "kind": "property", "displayName": "Vertx Options", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "io.vertx.core.VertxOptions", "deprecated": false, "autowired": 
false, "secret": false, "description": "Options to use for creating vertx" },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]

Reply via email to