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 c8077592cd4 Regen
c8077592cd4 is described below
commit c8077592cd446a6cd21246bc43adc9080c45d34a
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 21 16:00:10 2023 +0100
Regen
---
.../org/apache/camel/catalog/components/aws-cloudtrail.json | 6 ++++++
.../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 9 +++++++++
2 files changed, 15 insertions(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
index 6b472daa954..365616cb18a 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
@@ -43,6 +43,12 @@
"useDefaultCredentialsProvider": { "index": 18, "kind": "property",
"displayName": "Use Default Credentials Provider", "group": "security",
"label": "security", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "configurationClass":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration",
"configurationField": "configuration", "description": "Set whether the
Cloudtrail client shoul [...]
"useProfileCredentialsProvider": { "index": 19, "kind": "property",
"displayName": "Use Profile Credentials Provider", "group": "security",
"label": "security", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "configurationClass":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration",
"configurationField": "configuration", "description": "Set whether the
Cloudtrail client shoul [...]
},
+ "headers": {
+ "CamelAwsCloudTrailEventId": { "index": 0, "kind": "header",
"displayName": "", "group": "consumer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The event ID of the cloud trail event
consumed.", "constantName":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_ID" },
+ "CamelAwsCloudTrailEventName": { "index": 1, "kind": "header",
"displayName": "", "group": "consumer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The event Name of the cloud trail event
consumed.", "constantName":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_NAME" },
+ "CamelAwsCloudTrailEventSource": { "index": 2, "kind": "header",
"displayName": "", "group": "consumer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The event Source of the cloud trail
event consumed.", "constantName":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_SOURCE" },
+ "CamelAwsCloudTrailEventUsername": { "index": 3, "kind": "header",
"displayName": "", "group": "consumer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The associated username of the event of
the cloud trail event consumed.", "constantName":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#USERNAME" }
+ },
"properties": {
"label": { "index": 0, "kind": "path", "displayName": "Label", "group":
"consumer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration",
"configurationField": "configuration", "description": "A label for indexing
cloudtrail endpoints" },
"eventSource": { "index": 1, "kind": "parameter", "displayName": "Event
Source", "group": "consumer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration",
"configurationField": "configuration", "description": "Specify an event source
to select events" },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 263a46d5a4f..7b8a5343810 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -2816,6 +2816,15 @@ A flag that indicates whether to use hostname or IP
Address in the service url.
<![CDATA[
A flag that indicates whether to remove detected sensitive information (such
as passwords) from MBean names and
attributes. Default value: true
+]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ <xs:attribute name="updateRouteEnabled" type="xs:string">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+<![CDATA[
+Sets whether updating routes via JMX is allowed (is default disabled). Default
value: false
]]>
</xs:documentation>
</xs:annotation>