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 2024/03/07 05:16:14 UTC

(camel) branch main updated: Regen for commit 3aa40cd72218c9b2f7f7291003d0ae5d52defa6a (#13400)

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 f34727e913a Regen for commit 3aa40cd72218c9b2f7f7291003d0ae5d52defa6a (#13400)
f34727e913a is described below

commit f34727e913a437bd98ed1abbba4d605a8d1f2e4f
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Mar 7 06:16:07 2024 +0100

    Regen for commit 3aa40cd72218c9b2f7f7291003d0ae5d52defa6a (#13400)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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 a71c00aa2ac..41b81e905d2 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
@@ -17942,6 +17942,39 @@ An optional certificate alias to use. This is useful when the keystore has multi
       <xs:enumeration value="regexp"/>
     </xs:restriction>
   </xs:simpleType>
+  <xs:simpleType name="option">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="DEFAULT_PATH_LEAF_TO_NULL"/>
+      <xs:enumeration value="ALWAYS_RETURN_LIST"/>
+      <xs:enumeration value="AS_PATH_LIST"/>
+      <xs:enumeration value="SUPPRESS_EXCEPTIONS"/>
+      <xs:enumeration value="REQUIRE_PROPERTIES"/>
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:simpleType name="scope">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="SINGLETON"/>
+      <xs:enumeration value="REQUEST"/>
+      <xs:enumeration value="PROTOTYPE"/>
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:simpleType name="mode">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="INJECTING_CONTEXTUAL_NAMESPACE_BINDINGS"/>
+      <xs:enumeration value="WRAPPING_EXTRACTED_TOKEN"/>
+      <xs:enumeration value="UNWRAPPING_EXTRACTED_TOKEN"/>
+      <xs:enumeration value="EXTRACTING_TEXT_CONTENT"/>
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:simpleType name="resultQName">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="NUMBER"/>
+      <xs:enumeration value="STRING"/>
+      <xs:enumeration value="BOOLEAN"/>
+      <xs:enumeration value="NODESET"/>
+      <xs:enumeration value="NODE"/>
+    </xs:restriction>
+  </xs:simpleType>
   <xs:simpleType name="collectionFormat">
     <xs:restriction base="xs:string">
       <xs:enumeration value="csv"/>