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 ffdf7daf563 Regen
ffdf7daf563 is described below

commit ffdf7daf563370e4df1d4a45fec647af586ed190
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 14 11:23:21 2026 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/jgroups.json   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
index 4862effa62f..1b603dad7cb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
@@ -32,10 +32,10 @@
     "autowiredEnabled": { "index": 5, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
   },
   "headers": {
-    "JGROUPS_CHANNEL_ADDRESS": { "index": 0, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Address (org.jgroups.Address) of the 
channel associated with the endpoint.", "constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_CHANNEL_ADDRESS"
 },
-    "JGROUPS_DEST": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Consumer: The org.jgroups.Address 
instance extracted by org.jgroups.Message.getDest() method of the consumed 
message. Producer: The custom destination org.jgroups.Address of the message to 
be sent.", "constantName": "org.apache.camel.comp [...]
-    "JGROUPS_SRC": { "index": 2, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "org.jgroups.Address", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Consumer : The org.jgroups.Address instance extracted by 
org.jgroups.Message.getSrc() method of the consumed message. Producer: The 
custom source org.jgroups.Address of the message to be sent.", "constantName": 
"org.apache.camel.component. [...]
-    "JGROUPS_ORIGINAL_MESSAGE": { "index": 3, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Message", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The original org.jgroups.Message 
instance from which the body of the consumed message has been extracted.", 
"constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_ORIGINAL_MESSAGE"
 }
+    "CamelJGroupsChannelAddress": { "index": 0, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "org.jgroups.Address", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Address 
(org.jgroups.Address) of the channel associated with the endpoint.", 
"constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_CHANNEL_ADDRESS"
 },
+    "CamelJGroupsDest": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Consumer: The org.jgroups.Address 
instance extracted by org.jgroups.Message.getDest() method of the consumed 
message. Producer: The custom destination org.jgroups.Address of the message to 
be sent.", "constantName": "org.apache.camel. [...]
+    "CamelJGroupsSrc": { "index": 2, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Consumer : The org.jgroups.Address 
instance extracted by org.jgroups.Message.getSrc() method of the consumed 
message. Producer: The custom source org.jgroups.Address of the message to be 
sent.", "constantName": "org.apache.camel.compon [...]
+    "CamelJGroupsOriginalMessage": { "index": 3, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "org.jgroups.Message", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The original 
org.jgroups.Message instance from which the body of the consumed message has 
been extracted.", "constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_ORIGINAL_MESSAGE"
 }
   },
   "properties": {
     "clusterName": { "index": 0, "kind": "path", "displayName": "Cluster 
Name", "group": "common", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The name of the JGroups 
cluster the component should connect to." },

Reply via email to