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 2022/01/18 08:45:49 UTC

[camel] branch main updated: Regen for commit a3854a925aba87393d1922cdf3875c127d67f47a

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 f55975b  Regen for commit a3854a925aba87393d1922cdf3875c127d67f47a
f55975b is described below

commit f55975b63ce9c188d879d69162a69bd13f1dff1a
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Tue Jan 18 08:42:33 2022 +0000

    Regen for commit a3854a925aba87393d1922cdf3875c127d67f47a
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd   | 8 ++++++--
 1 file changed, 6 insertions(+), 2 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 56067ee..17703d0 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
@@ -9944,7 +9944,11 @@ endpoint.
         <xs:attribute name="ref" type="xs:string" use="required">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Reference to the Processor to lookup in the registry to use.
+Reference to the Processor to lookup in the registry to use. Can also be used
+for creating new beans by their class name by prefixing with #class, eg
+#class:com.foo.MyClassType. And it is also possible to refer to singleton beans
+by their type in the registry by prefixing with #type: syntax, eg
+#type:com.foo.MyClassType.
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
@@ -13156,7 +13160,7 @@ Set a reference to a custom Expression to use.
         <xs:element ref="tns:fhirXml"/>
         <xs:element ref="tns:flatpack"/>
         <xs:element ref="tns:grok"/>
-        <xs:element name="gzipDeflator" type="tns:gzipDeflaterDataFormat"/>
+        <xs:element ref="tns:gzipDeflater"/>
         <xs:element ref="tns:hl7"/>
         <xs:element ref="tns:ical"/>
         <xs:element ref="tns:jacksonXml"/>