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

davsclaus 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 9cafd9f  Regen
9cafd9f is described below

commit 9cafd9f2f25e8ddc85bf0d519960ed5775e347b2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Mar 17 06:51:41 2020 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/rabbitmq.json         | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
index 4e1a5a5..ed3dd85 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
@@ -133,6 +133,7 @@
     "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "description": "Sets whether synchronous processing should be strictly 
used, or Camel is allowed to use asynchronous processing (if supported)." },
     "topologyRecoveryEnabled": { "kind": "parameter", "displayName": "Topology 
Recovery Enabled", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "description": "Enables connection topology recovery (should 
topology recovery be performed)" },
     "transferException": { "kind": "parameter", "displayName": "Transfer 
Exception", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "When true and an inOut Exchange failed 
on the consumer side send the caused Exception back in the response" },
+    "allowMessageBodySerialization": { "kind": "parameter", "displayName": 
"Allow Message Body Serialization", "group": "allowMessageBodySerialization", 
"label": "allowMessageBodySerialization", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "description": "Whether to allow Java serialization of the message 
body or not. If this value is true, the message body will be serialized on the 
producer side using Java se [...]
     "password": { "kind": "parameter", "displayName": "Password", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"defaultValue": "guest", "description": "Password for authenticated access" },
     "sslProtocol": { "kind": "parameter", "displayName": "Ssl Protocol", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "Enables SSL on connection, accepted value are true, TLS and 
'SSLv3" },
     "trustManager": { "kind": "parameter", "displayName": "Trust Manager", 
"group": "security", "label": "security", "required": false, "type": "object", 
"javaType": "javax.net.ssl.TrustManager", "deprecated": false, "secret": false, 
"description": "Configure SSL trust manager, SSL should be enabled for this 
option to be effective" },

Reply via email to