davsclaus commented on code in PR #26392:
URL: https://github.com/apache/camel/pull/26392#discussion_r4003257406


##########
dsl/camel-yaml-dsl/camel-yaml-dsl-validator/src/test/java/org/apache/camel/dsl/yaml/validator/EipDocExamplesTest.java:
##########
@@ -43,22 +47,61 @@ class EipDocExamplesTest {
             "point-to-point-channel", "publish-subscribe-channel", 
"return-address", "scatter-gather",
             "selective-consumer", "service-activator", "transactional-client");
 
+    /**
+     * The xmlSecurity examples write the cipher algorithms as the URIs the 
data format hands to XMLCipher, while the
+     * model's enums list the XMLCipher constant names, which XMLCipher 
rejects. The page is checked again once the
+     * model accepts what the data format does.

Review Comment:
   Nit, non-blocking: naming the ticket here means whoever fixes the model 
finds this skip to remove.
   
   ```suggestion
        * The xmlSecurity examples write the cipher algorithms as the URIs the 
data format hands to XMLCipher, while the
        * model's enums list the XMLCipher constant names, which XMLCipher 
rejects (CAMEL-24716). The page is checked
        * again once the model accepts what the data format does.
   ```



-- 
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]

Reply via email to