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 777eb44  Regen for commit b5f330679fa372981620a81cb2621f81baeb2ad8 
(#6132)
777eb44 is described below

commit 777eb44fee2f67a1e97074cc4e1b7af93bea8293
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 21 17:58:26 2021 +0200

    Regen for commit b5f330679fa372981620a81cb2621f81baeb2ad8 (#6132)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Co-authored-by: ffang <ff...@users.noreply.github.com>
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 39 ----------------------
 1 file changed, 39 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 9d17b47..8853120 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
@@ -1044,14 +1044,6 @@ Serialize and deserialize Java objects using Google's 
Protocol buffers.
     </xs:annotation>
   </xs:element>
 
-  <xs:element name="proxy" type="tns:camelProxyFactoryDefinition">
-    <xs:annotation>
-      <xs:documentation xml:lang="en"><![CDATA[
-Deprecated: To proxy a service call using a interface
-      ]]></xs:documentation>
-    </xs:annotation>
-  </xs:element>
-
   <xs:element name="put" type="tns:putVerbDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
@@ -2554,37 +2546,6 @@ If the location is optional. Default value: false
     </xs:complexContent>
   </xs:complexType>
 
-  <xs:complexType name="camelProxyFactoryDefinition">
-    <xs:complexContent>
-      <xs:extension base="tns:identifiedType">
-        <xs:sequence/>
-        <xs:attribute name="serviceUrl" type="xs:string">
-          <xs:annotation>
-            <xs:documentation xml:lang="en"><![CDATA[
-The camel endpoint uri used to send the message to when calling the service 
from
-the interface.
-            ]]></xs:documentation>
-          </xs:annotation>
-        </xs:attribute>
-        <xs:attribute name="serviceInterface" type="xs:string">
-          <xs:annotation>
-            <xs:documentation xml:lang="en"><![CDATA[
-Java interfaces to use as facade for the service to be proxied.
-            ]]></xs:documentation>
-          </xs:annotation>
-        </xs:attribute>
-        <xs:attribute name="camelContextId" type="xs:string">
-          <xs:annotation>
-            <xs:documentation xml:lang="en"><![CDATA[
-The id of the CamelContext to use, if there is multiple CamelContext in the 
same
-JVM.
-            ]]></xs:documentation>
-          </xs:annotation>
-        </xs:attribute>
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-
   <xs:complexType name="camelRouteControllerDefinition">
     <xs:complexContent>
       <xs:extension base="tns:identifiedType">

Reply via email to