apupier commented on PR #24348:
URL: https://github.com/apache/camel/pull/24348#issuecomment-4853187560
some parts to regen:
```
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 a3a4ab3e..79c888ab 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
@@ -9452,7 +9452,9 @@ The Post-Quantum KEM algorithm to use for key
encapsulation. Default value: MLKE
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
-The symmetric encryption algorithm to use with the shared secret. Default
value: AES
+The symmetric encryption algorithm to use with the shared secret. Only
algorithms that support authenticated encryption
+(AEAD) are allowed: AES, ARIA, CAMELLIA, CAST6, DSTU7624, GOST3412_2015,
SEED and SM4 are encrypted with GCM, and
+CHACHA7539 with ChaCha20-Poly1305. Default value: AES
]]>
</xs:documentation>
</xs:annotation>
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
index ea145f08..c1bc3be1 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
@@ -8574,7 +8574,9 @@ The Post-Quantum KEM algorithm to use for key
encapsulation. Default value: MLKE
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
-The symmetric encryption algorithm to use with the shared secret. Default
value: AES
+The symmetric encryption algorithm to use with the shared secret. Only
algorithms that support authenticated encryption
+(AEAD) are allowed: AES, ARIA, CAMELLIA, CAST6, DSTU7624, GOST3412_2015,
SEED and SM4 are encrypted with GCM, and
+CHACHA7539 with ChaCha20-Poly1305. Default value: AES
]]>
</xs:documentation>
</xs:annotation>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]