You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/05/11 09:50:51 UTC

[camel] 01/01: Regen for commit 10f10b21ffaed30e471f1ea94fd646a9e84f3b15

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

commit f100e9230a3a79ccac06897f73fda94f38fc517c
Author: tadayosi <ta...@users.noreply.github.com>
AuthorDate: Tue May 11 09:08:39 2021 +0000

    Regen for commit 10f10b21ffaed30e471f1ea94fd646a9e84f3b15
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 41 ++++------------------
 1 file changed, 7 insertions(+), 34 deletions(-)

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 92f9ba1..57c504d 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
@@ -1592,14 +1592,6 @@ A route template bean (local bean)
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="templateBeanFactory" type="tns:routeTemplateBeanFactoryDefinition">
-    <xs:annotation>
-      <xs:documentation xml:lang="en"><![CDATA[
-A route template bean factory (local bean)
-      ]]></xs:documentation>
-    </xs:annotation>
-  </xs:element>
-
   <xs:element name="templateParameter" type="tns:routeTemplateParameterDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
@@ -10297,34 +10289,15 @@ Whether tracing is enabled on this route.
   </xs:complexType>
 
   <xs:complexType name="routeTemplateBeanDefinition">
-    <xs:sequence>
-      <xs:element minOccurs="0" name="beanFactory" type="tns:routeTemplateBeanFactoryDefinition">
-        <xs:annotation>
-          <xs:documentation xml:lang="en"><![CDATA[
-Bean factory that uses a scripting language to create the local bean.
-          ]]></xs:documentation>
-        </xs:annotation>
-      </xs:element>
-    </xs:sequence>
-    <xs:attribute name="name" type="xs:string" use="required">
-      <xs:annotation>
-        <xs:documentation xml:lang="en"><![CDATA[
-Bean name.
-        ]]></xs:documentation>
-      </xs:annotation>
-    </xs:attribute>
-    <xs:attribute name="beanType" type="xs:string">
-      <xs:annotation>
-        <xs:documentation xml:lang="en"><![CDATA[
-Sets the Class of the bean.
-        ]]></xs:documentation>
-      </xs:annotation>
-    </xs:attribute>
-  </xs:complexType>
-
-  <xs:complexType name="routeTemplateBeanFactoryDefinition">
     <xs:simpleContent>
       <xs:extension base="xs:string">
+        <xs:attribute name="name" type="xs:string" use="required">
+          <xs:annotation>
+            <xs:documentation xml:lang="en"><![CDATA[
+Bean name.
+            ]]></xs:documentation>
+          </xs:annotation>
+        </xs:attribute>
         <xs:attribute name="language" type="xs:string" use="required">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[