This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new a6c1764c1ce Regen for commit 3790072c19b4bb8af28c5f06e4902db5a8691cb5
a6c1764c1ce is described below
commit a6c1764c1ce8a70d3751de04bf8091c78d98e602
Author: davsclaus <[email protected]>
AuthorDate: Thu Jul 13 13:18:04 2023 +0000
Regen for commit 3790072c19b4bb8af28c5f06e4902db5a8691cb5
Signed-off-by: GitHub <[email protected]>
---
.../apache/camel/catalog/schemas/camel-spring.xsd | 24 ++++++++++++++++++++++
1 file changed, 24 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 eef5f6cdb6f..c0d4920f646 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
@@ -3610,6 +3610,30 @@ necessary. Default is false. Default value: false
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="allowClasses" type="xs:string">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+ <![CDATA[
+To filter stream caching of a given set of allowed/denied classes. By default,
+all classes that are java.io.InputStream is allowed. Multiple class names can
be
+separated by comma.
+ ]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+
+ <xs:attribute name="denyClasses" type="xs:string">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+ <![CDATA[
+To filter stream caching of a given set of allowed/denied classes. By default,
+all classes that are java.io.InputStream is allowed. Multiple class names can
be
+separated by comma.
+ ]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+
<xs:attribute name="spoolDirectory" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">