This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch CAMEL-16757
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/CAMEL-16757 by this push:
new 9bdca97 CAMEL-16757: camel-core - Global error handling, interceptor
in all DSL
9bdca97 is described below
commit 9bdca975339a89a9684cf81c215c7b87d517e32f
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jul 8 07:02:14 2021 +0200
CAMEL-16757: camel-core - Global error handling, interceptor in all DSL
---
.../org/apache/camel/catalog/models.properties | 1 +
.../camel/catalog/models/routesConfigurations.json | 17 +++++++++++++++++
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 18 ++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
index 400daee..fd5fa5c 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
@@ -153,6 +153,7 @@ routeTemplateContextRef
routeTemplates
routes
routesConfiguration
+routesConfigurations
routingSlip
rss
saga
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routesConfigurations.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routesConfigurations.json
new file mode 100644
index 0000000..8bd9060
--- /dev/null
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routesConfigurations.json
@@ -0,0 +1,17 @@
+{
+ "model": {
+ "kind": "model",
+ "name": "routesConfigurations",
+ "title": "Routes Configurations",
+ "description": "A series of global configuration for Camel routes",
+ "deprecated": false,
+ "label": "configuration",
+ "javaType": "org.apache.camel.model.RoutesConfigurationsDefinition",
+ "input": false,
+ "output": false
+ },
+ "properties": {
+ "id": { "kind": "attribute", "displayName": "Id", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
+ "description": { "kind": "element", "displayName": "Description",
"required": false, "type": "object", "javaType":
"org.apache.camel.model.DescriptionDefinition", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the description of
this node" }
+ }
+}
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 d700d96..837f69e 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
@@ -1337,6 +1337,14 @@ Global configuration for Camel routes
</xs:annotation>
</xs:element>
+ <xs:element name="routesConfigurations"
type="tns:routesConfigurationsDefinition">
+ <xs:annotation>
+ <xs:documentation xml:lang="en"><![CDATA[
+A series of global configuration for Camel routes
+ ]]></xs:documentation>
+ </xs:annotation>
+ </xs:element>
+
<xs:element name="routingSlip" type="tns:routingSlipDefinition">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
@@ -10862,6 +10870,16 @@ Description of the parameter.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType name="routesConfigurationsDefinition">
+ <xs:complexContent>
+ <xs:extension base="tns:optionalIdentifiedDefinition">
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" minOccurs="0"
ref="tns:routesConfiguration"/>
+ </xs:sequence>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="routesDefinition">
<xs:complexContent>
<xs:extension base="tns:optionalIdentifiedDefinition">