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.git
The following commit(s) were added to refs/heads/main by this push:
new 8ec3e97e095 Regen
8ec3e97e095 is described below
commit 8ec3e97e095ac0135d26250309a304c3f3469b67
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 20 14:33:38 2024 +0100
Regen
---
.../generated/resources/org/apache/camel/catalog/models/enrich.json | 3 +++
.../src/generated/resources/org/apache/camel/model/enrich.json | 3 +++
2 files changed, 6 insertions(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
index 01459f6f948..70e81a16a56 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
@@ -27,5 +27,8 @@
"ignoreInvalidEndpoint": { "index": 12, "kind": "attribute",
"displayName": "Ignore Invalid Endpoint", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
"allowOptimisedComponents": { "index": 13, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise enricher if they are
org.apache.camel.spi.SendDynamicAware ." },
"autoStartComponents": { "index": 14, "kind": "attribute", "displayName":
"Auto Start Components", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to auto
startup components when enricher is starting up." }
+ },
+ "exchangeProperties": {
+ "CamelToEndpoint": { "index": 0, "kind": "exchangeProperty",
"displayName": "To Endpoint", "label": "producer", "required": false,
"javaType": "String", "deprecated": false, "autowired": false, "secret": false,
"description": "Endpoint URI where this Exchange is being sent to" }
}
}
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
index 01459f6f948..70e81a16a56 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
@@ -27,5 +27,8 @@
"ignoreInvalidEndpoint": { "index": 12, "kind": "attribute",
"displayName": "Ignore Invalid Endpoint", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
"allowOptimisedComponents": { "index": 13, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise enricher if they are
org.apache.camel.spi.SendDynamicAware ." },
"autoStartComponents": { "index": 14, "kind": "attribute", "displayName":
"Auto Start Components", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to auto
startup components when enricher is starting up." }
+ },
+ "exchangeProperties": {
+ "CamelToEndpoint": { "index": 0, "kind": "exchangeProperty",
"displayName": "To Endpoint", "label": "producer", "required": false,
"javaType": "String", "deprecated": false, "autowired": false, "secret": false,
"description": "Endpoint URI where this Exchange is being sent to" }
}
}