This is an automated email from the ASF dual-hosted git repository.
acosentino 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 2735748 Regen for commit af2126962f2024611b76a5fedc2ae2a17bf764bc
2735748 is described below
commit 2735748d603494492e46c85a0956afc0ffef49fa
Author: davsclaus <[email protected]>
AuthorDate: Thu Jul 29 15:30:01 2021 +0000
Regen for commit af2126962f2024611b76a5fedc2ae2a17bf764bc
Signed-off-by: GitHub <[email protected]>
---
.../catalog/models/serviceCallConfiguration.json | 2 +-
.../apache/camel/catalog/schemas/camel-spring.xsd | 172 ++++++++++++++++++++-
2 files changed, 172 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/serviceCallConfiguration.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/serviceCallConfiguration.json
index 9cb7cbb..7d5d18b 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/serviceCallConfiguration.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/serviceCallConfiguration.json
@@ -12,7 +12,7 @@
},
"properties": {
"expression": { "kind": "element", "displayName": "Expression",
"required": false, "type": "object", "javaType":
"org.apache.camel.model.cloud.ServiceCallExpressionConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description":
"Configures the Expression using the given configuration." },
- "uri": { "kind": "attribute", "displayName": "Uri", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The uri of the endpoint to
send to. The uri can be dynamic computed using the
org.apache.camel.language.simple.SimpleLanguage expression." },
+ "uri": { "kind": "attribute", "displayName": "Uri", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The uri of the endpoint to
send to. The uri can be dynamic computed using the simple language expression."
},
"component": { "kind": "attribute", "displayName": "Component",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
"http", "description": "The component to use." },
"pattern": { "kind": "attribute", "displayName": "Pattern", "required":
false, "type": "enum", "javaType": "org.apache.camel.ExchangePattern", "enum":
[ "InOnly", "InOptionalOut", "InOut" ], "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the optional ExchangePattern used
to invoke this endpoint" },
"serviceDiscoveryRef": { "kind": "attribute", "displayName": "Service
Discovery Ref", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets a reference to a custom ServiceDiscovery to use." },
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 9110cba..129cdd7 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
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://camel.apache.org/schema/spring"
elementFormDefault="qualified"
targetNamespace="http://camel.apache.org/schema/spring" version="1.0">
+ <xs:import schemaLocation="schema2.xsd"/>
+
<xs:element name="aggregate" type="tns:aggregateDefinition">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
@@ -12443,6 +12445,14 @@ properties are define in
com.netflix.client.config.CommonClientConfigKey.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType
name="blacklistServiceCallServiceFilterConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="cachingServiceCallServiceDiscoveryConfiguration">
<xs:complexContent>
<xs:extension base="tns:serviceCallServiceDiscoveryConfiguration">
@@ -12814,6 +12824,22 @@ the format:
servicehost:port,servicehost2:port,servicehost3:port.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType
name="cachingServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="combinedServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="combinedServiceCallServiceFilterConfiguration">
<xs:complexContent>
<xs:extension base="tns:serviceCallServiceFilterConfiguration">
@@ -12860,6 +12886,30 @@ Reference of a ServiceFilter.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType
name="combinedServiceCallServiceFilterConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="consulServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="customServiceCallServiceFilterConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="defaultServiceCallServiceLoadBalancerConfiguration">
<xs:complexContent>
<xs:extension base="tns:serviceCallServiceLoadBalancerConfiguration">
@@ -12876,6 +12926,54 @@ Reference of a ServiceFilter.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType
name="defaultServiceCallServiceLoadBalancerConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="dnsServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="etcdServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="healthyServiceCallServiceFilterConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="kubernetesServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="passThroughServiceCallServiceFilterConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="ribbonServiceCallServiceLoadBalancerConfiguration">
<xs:complexContent>
<xs:extension base="tns:serviceCallServiceLoadBalancerConfiguration">
@@ -12912,6 +13010,22 @@ Sets the Ribbon client name.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType
name="ribbonServiceCallServiceLoadBalancerConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="serviceCallConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="serviceCallConfigurationDefinition">
<xs:complexContent>
<xs:extension base="tns:identifiedType">
@@ -12949,7 +13063,7 @@ Configures the Expression using the given configuration.
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
The uri of the endpoint to send to. The uri can be dynamic computed using the
-org.apache.camel.language.simple.SimpleLanguage expression.
+simple language expression.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
@@ -13232,6 +13346,14 @@ Set a reference to a custom Expression to use.
<xs:sequence/>
</xs:complexType>
+ <xs:complexType name="serviceCallExpressionConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="serviceCallServiceChooserConfiguration">
<xs:complexContent>
<xs:extension base="tns:serviceCallConfiguration">
@@ -13240,6 +13362,54 @@ Set a reference to a custom Expression to use.
</xs:complexContent>
</xs:complexType>
+ <xs:complexType name="serviceCallServiceChooserConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="serviceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="serviceCallServiceFilterConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="serviceCallServiceLoadBalancerConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="staticServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType
name="zooKeeperServiceCallServiceDiscoveryConfigurationConfigurer">
+ <xs:complexContent>
+ <xs:extension base="propertyConfigurerSupport">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
<xs:complexType name="dataFormatsDefinition">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">