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

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


The following commit(s) were added to refs/heads/main by this push:
     new d3a860c10ba Regen
d3a860c10ba is described below

commit d3a860c10ba1b50f88999feaccd3f565468559f8
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 17 12:46:19 2024 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/paho-mqtt5.json     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/paho-mqtt5.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/paho-mqtt5.json
index 5f77dcbaadf..c76883adeb8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/paho-mqtt5.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/paho-mqtt5.json
@@ -61,7 +61,8 @@
     "CamelMqttQoS": { "index": 1, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"Integer", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The quality of service of the incoming 
message.", "constantName": 
"org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants#MQTT_QOS" },
     "CamelPahoMqtt5Qos": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"Integer", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The client quality of service level (0-2).", 
"constantName": 
"org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants#CAMEL_PAHO_MSG_QOS" },
     "CamelPahoMqtt5Retained": { "index": 3, "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"Boolean", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Retain option.", "constantName": 
"org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants#CAMEL_PAHO_MSG_RETAINED"
 },
-    "CamelPahoMqtt5OverrideTopic": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of topic to override and send 
to instead of topic specified on endpoint.", "constantName": 
"org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants#CAMEL_PAHO_OVERRIDE_TOPIC"
 }
+    "CamelPahoMqtt5OverrideTopic": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of topic to override and send 
to instead of topic specified on endpoint.", "constantName": 
"org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants#CAMEL_PAHO_OVERRIDE_TOPIC"
 },
+    "CamelPahoMqtt5MsgProperties": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "consumer,producer", 
"required": false, "javaType": 
"org.eclipse.paho.mqttv5.common.packet.MqttProperties", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Consumer: The properties set on the incoming message. Producer: The properties 
to be set on the outgoing message.", "constantName": 
"org.apache.camel.component.paho.mqtt5. [...]
   },
   "properties": {
     "topic": { "index": 0, "kind": "path", "displayName": "Topic", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Name of the topic" },

Reply via email to