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 1334a0e  Regen for commit 30c775081d4c7e01df9d7c2c4c559cd3d7a13fb8
1334a0e is described below

commit 1334a0e504546c5dfada1c81799d9f2905924b9f
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Thu Feb 17 15:45:23 2022 +0000

    Regen for commit 30c775081d4c7e01df9d7c2c4c559cd3d7a13fb8
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 31 +++++++++-------------
 1 file changed, 12 insertions(+), 19 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 9bb5e6a..aa6c2ab 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
@@ -310,7 +310,7 @@ Delays processing for a specified length of time
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="delete" type="tns:deleteVerbDefinition">
+  <xs:element name="delete" type="tns:deleteDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
 Rest DELETE command
@@ -490,7 +490,7 @@ Act as a message source as input to a route
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="get" type="tns:getVerbDefinition">
+  <xs:element name="get" type="tns:getDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
 Rest GET command
@@ -540,7 +540,7 @@ Compress and decompress messages using 
java.util.zip.GZIPStream.
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="head" type="tns:headVerbDefinition">
+  <xs:element name="head" type="tns:headDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
 Rest HEAD command
@@ -943,7 +943,7 @@ null
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="patch" type="tns:patchVerbDefinition">
+  <xs:element name="patch" type="tns:patchDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
 Rest PATCH command
@@ -983,7 +983,7 @@ Enriches messages with data polled from a secondary resource
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="post" type="tns:postVerbDefinition">
+  <xs:element name="post" type="tns:postDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
 Rest POST command
@@ -1047,7 +1047,7 @@ Serialize and deserialize Java objects using Google's 
Protocol buffers.
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="put" type="tns:putVerbDefinition">
+  <xs:element name="put" type="tns:putDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
 Rest PUT command
@@ -13829,7 +13829,7 @@ configuration, so these custom functions can be used in 
xquery expressions.
     </xs:simpleContent>
   </xs:complexType>
 
-  <xs:complexType name="deleteVerbDefinition">
+  <xs:complexType name="deleteDefinition">
     <xs:complexContent>
       <xs:extension base="tns:verbDefinition">
         <xs:sequence/>
@@ -13850,13 +13850,6 @@ configuration, so these custom functions can be used 
in xquery expressions.
             <xs:element ref="tns:route"/>
           </xs:choice>
         </xs:sequence>
-        <xs:attribute name="method" type="xs:string">
-          <xs:annotation>
-            <xs:documentation xml:lang="en"><![CDATA[
-The HTTP verb such as GET, POST, DELETE, etc.
-            ]]></xs:documentation>
-          </xs:annotation>
-        </xs:attribute>
         <xs:attribute name="uri" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
@@ -14200,7 +14193,7 @@ The scopes to allow (separate multiple scopes by comma).
     </xs:attribute>
   </xs:complexType>
 
-  <xs:complexType name="getVerbDefinition">
+  <xs:complexType name="getDefinition">
     <xs:complexContent>
       <xs:extension base="tns:verbDefinition">
         <xs:sequence/>
@@ -14208,7 +14201,7 @@ The scopes to allow (separate multiple scopes by comma).
     </xs:complexContent>
   </xs:complexType>
 
-  <xs:complexType name="headVerbDefinition">
+  <xs:complexType name="headDefinition">
     <xs:complexContent>
       <xs:extension base="tns:verbDefinition">
         <xs:sequence/>
@@ -14216,7 +14209,7 @@ The scopes to allow (separate multiple scopes by comma).
     </xs:complexContent>
   </xs:complexType>
 
-  <xs:complexType name="patchVerbDefinition">
+  <xs:complexType name="patchDefinition">
     <xs:complexContent>
       <xs:extension base="tns:verbDefinition">
         <xs:sequence/>
@@ -14224,7 +14217,7 @@ The scopes to allow (separate multiple scopes by comma).
     </xs:complexContent>
   </xs:complexType>
 
-  <xs:complexType name="postVerbDefinition">
+  <xs:complexType name="postDefinition">
     <xs:complexContent>
       <xs:extension base="tns:verbDefinition">
         <xs:sequence/>
@@ -14232,7 +14225,7 @@ The scopes to allow (separate multiple scopes by comma).
     </xs:complexContent>
   </xs:complexType>
 
-  <xs:complexType name="putVerbDefinition">
+  <xs:complexType name="putDefinition">
     <xs:complexContent>
       <xs:extension base="tns:verbDefinition">
         <xs:sequence/>

Reply via email to