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


##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/xmlsecurity-verify.json:
##########
@@ -34,7 +34,7 @@
     "outputNodeSearch": { "index": 7, "kind": "property", "displayName": 
"Output Node Search", "group": "producer", "label": "", "required": false, 
"type": "object", "javaType": "java.lang.Object", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Sets the output 
node search value for determining the node from the XML signature document 
which shall be set to the output message body. The class of the value depends 
on the type of the output node search. The output node search is forwarded to 
XmlSignature2Message." },
     "outputNodeSearchType": { "index": 8, "kind": "property", "displayName": 
"Output Node Search Type", "group": "producer", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "Default", 
"configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Determines the 
search type for determining the output node which is serialized into the output 
message bodyF. See setOutputNodeSearch(Object). The supported default search 
types you can find in DefaultXmlSignature2Message." },
     "outputXmlEncoding": { "index": 9, "kind": "property", "displayName": 
"Output Xml Encoding", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "The character 
encoding of the resulting signed XML document. If null then the encoding of the 
original XML document is used." },
-    "removeSignatureElements": { "index": 10, "kind": "property", 
"displayName": "Remove Signature Elements", "group": "producer", "label": "", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Indicator 
whether the XML signature elements (elements with local name Signature and 
namesapce http:\/\/www.w3.org\/2000\/09\/xmldsig#) shall be removed from the 
document set to the output message. Normally, this is only necessary, if the 
XML signature is enveloped. The default value is Boolean#FALSE. This parameter 
is forwarded to XmlSignature2Message. This indicator has no effect if the 
output node search is of type 
DefaultXmlSignature2Message#OUTPUT_NODE_SEARCH_TYPE_DEFAULT.F" },
+    "removeSignatureElements": { "index": 10, "kind": "property", 
"displayName": "Remove Signature Elements", "group": "producer", "label": "", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Indicator 
whether the XML signature elements (elements with local name Signature and 
namespace http:\/\/www.w3.org\/2000\/09\/xmldsig#) shall be removed from the 
document set to the output message. Normally, this is only necessary, if the 
XML signature is enveloped. The default value is Boolean#FALSE. This parameter 
is forwarded to XmlSignature2Message. This indicator has no effect if the 
output node search is of type 
DefaultXmlSignature2Message#OUTPUT_NODE_SEARCH_TYPE_DEFAULT.F" },

Review Comment:
   These are generated files - you should not touch them manually. But fix the 
spelling in the original source code. You can find this by search the codebase 
for the words to find where in the actual source code to change.



##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/xmlsecurity-verify.json:
##########
@@ -34,7 +34,7 @@
     "outputNodeSearch": { "index": 7, "kind": "property", "displayName": 
"Output Node Search", "group": "producer", "label": "", "required": false, 
"type": "object", "javaType": "java.lang.Object", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Sets the output 
node search value for determining the node from the XML signature document 
which shall be set to the output message body. The class of the value depends 
on the type of the output node search. The output node search is forwarded to 
XmlSignature2Message." },
     "outputNodeSearchType": { "index": 8, "kind": "property", "displayName": 
"Output Node Search Type", "group": "producer", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "Default", 
"configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Determines the 
search type for determining the output node which is serialized into the output 
message bodyF. See setOutputNodeSearch(Object). The supported default search 
types you can find in DefaultXmlSignature2Message." },
     "outputXmlEncoding": { "index": 9, "kind": "property", "displayName": 
"Output Xml Encoding", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "The character 
encoding of the resulting signed XML document. If null then the encoding of the 
original XML document is used." },
-    "removeSignatureElements": { "index": 10, "kind": "property", 
"displayName": "Remove Signature Elements", "group": "producer", "label": "", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Indicator 
whether the XML signature elements (elements with local name Signature and 
namesapce http:\/\/www.w3.org\/2000\/09\/xmldsig#) shall be removed from the 
document set to the output message. Normally, this is only necessary, if the 
XML signature is enveloped. The default value is Boolean#FALSE. This parameter 
is forwarded to XmlSignature2Message. This indicator has no effect if the 
output node search is of type 
DefaultXmlSignature2Message#OUTPUT_NODE_SEARCH_TYPE_DEFAULT.F" },
+    "removeSignatureElements": { "index": 10, "kind": "property", 
"displayName": "Remove Signature Elements", "group": "producer", "label": "", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration", 
"configurationField": "verifierConfiguration", "description": "Indicator 
whether the XML signature elements (elements with local name Signature and 
namespace http:\/\/www.w3.org\/2000\/09\/xmldsig#) shall be removed from the 
document set to the output message. Normally, this is only necessary, if the 
XML signature is enveloped. The default value is Boolean#FALSE. This parameter 
is forwarded to XmlSignature2Message. This indicator has no effect if the 
output node search is of type 
DefaultXmlSignature2Message#OUTPUT_NODE_SEARCH_TYPE_DEFAULT.F" },

Review Comment:
   Same for the other files in a .../generated/ folder



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