You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/05 17:55:15 UTC

[camel] branch main updated: Regen for commit b04bc67e4c63ab845669f77cc13a9dee5f54fdbf (#8486)

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 f2ee92fae80 Regen for commit b04bc67e4c63ab845669f77cc13a9dee5f54fdbf (#8486)
f2ee92fae80 is described below

commit f2ee92fae80b833fdfb5883b36ff80e7e9e8d0a8
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Oct 5 12:55:09 2022 -0500

    Regen for commit b04bc67e4c63ab845669f77cc13a9dee5f54fdbf (#8486)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../org/apache/camel/catalog/schemas/camel-spring.xsd         | 11 +++++++++++
 1 file changed, 11 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 2efde78948e..f1428328203 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
@@ -3901,6 +3901,17 @@ create the SecureRandom represented by this object's configuration.
                 
         <xs:sequence/>
                 
+        <xs:attribute name="disabled" type="xs:string">
+          <xs:annotation>
+            <xs:documentation xml:lang="en">
+              <![CDATA[
+Whether to disable this EIP from the route during build time. Once an EIP has
+been disabled then it cannot be enabled later at runtime. Default value: false
+            ]]>
+            </xs:documentation>
+          </xs:annotation>
+        </xs:attribute>
+                
         <xs:attribute name="inheritErrorHandler" type="xs:boolean"/>
               
       </xs:extension>