This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 c0511b5a2cc Fix spelling (#16823)
c0511b5a2cc is described below
commit c0511b5a2cc29a68588ed3de8efb86fb0815c99e
Author: John Bampton <[email protected]>
AuthorDate: Thu Jan 16 18:25:07 2025 +1000
Fix spelling (#16823)
---
components/camel-bean/src/main/docs/bean-language.adoc | 2 +-
.../camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc | 2 +-
.../component/cxf/mtom/CxfMtomRouterCxfMessageModeTest-context.xml | 2 +-
.../component/cxf/mtom/CxfMtomRouterPayloadMode12Test-context.xml | 2 +-
.../component/cxf/mtom/CxfMtomRouterPayloadModeTest-context.xml | 2 +-
.../camel/component/cxf/mtom/CxfMtomRouterRawModeTest-context.xml | 2 +-
components/camel-hazelcast/src/main/docs/hazelcast-summary.adoc | 6 +++---
.../camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc | 4 ++--
.../component/xmlsecurity/api/DefaultXmlSignature2Message.java | 4 ++--
.../component/xmlsecurity/processor/XmlVerifierConfiguration.java | 2 +-
.../src/main/docs/modules/languages/pages/simple-language.adoc | 2 +-
.../src/test/java/org/apache/camel/language/XPathFunctionTest.java | 2 +-
.../src/test/resources/json/test_component4.json | 2 +-
13 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/components/camel-bean/src/main/docs/bean-language.adoc
b/components/camel-bean/src/main/docs/bean-language.adoc
index 560524e5de3..026d9b1fe69 100644
--- a/components/camel-bean/src/main/docs/bean-language.adoc
+++ b/components/camel-bean/src/main/docs/bean-language.adoc
@@ -16,7 +16,7 @@ The Bean language is used for calling a method on an existing
Java bean.
Camel adapts to the method being called via
xref:manual::bean-binding.adoc[Bean Binding].
The binding process will, for example, automatically convert the message
payload to the parameter
of type of the first parameter in the method.
-The binding process has a lot more features, so it is recommended to read the
xref:manual::bean-binding.adoc[Bean Binding] documentation for mor details.
+The binding process has a lot more features, so it is recommended to read the
xref:manual::bean-binding.adoc[Bean Binding] documentation for more details.
== Bean Method options
diff --git
a/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
b/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
index 76db6c2ee6f..341e3e41fa3 100644
--- a/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
+++ b/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
@@ -1031,7 +1031,7 @@ XML (Spring)::
<cxf:properties>
<!-- enable mtom by setting this property to true -->
<entry key="mtom-enabled" value="true"/>
- <!-- set the Camel CXF endpoint data fromat to PAYLOAD mode -->
+ <!-- set the Camel CXF endpoint data format to PAYLOAD mode -->
<entry key="dataFormat" value="PAYLOAD"/>
</cxf:properties>
</cxf:cxfEndpoint>
diff --git
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterCxfMessageModeTest-context.xml
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterCxfMessageModeTest-context.xml
index ff69da5698d..d6a07b14b2c 100644
---
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterCxfMessageModeTest-context.xml
+++
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterCxfMessageModeTest-context.xml
@@ -41,7 +41,7 @@
<!-- enable mtom by setting this property to true -->
<entry key="mtom-enabled" value="true"/>
- <!-- set the camel-cxf endpoint data fromat to CXF_MESSAGE mode
-->
+ <!-- set the camel-cxf endpoint data format to CXF_MESSAGE mode
-->
<entry key="dataFormat" value="CXF_MESSAGE"/>
</cxf:properties>
diff --git
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadMode12Test-context.xml
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadMode12Test-context.xml
index f07de6e9dc7..20422c204b2 100644
---
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadMode12Test-context.xml
+++
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadMode12Test-context.xml
@@ -40,7 +40,7 @@
<!-- enable mtom by setting this property to true -->
<entry key="mtom-enabled" value="true"/>
- <!-- set the camel-cxf endpoint data fromat to PAYLOAD mode -->
+ <!-- set the camel-cxf endpoint data format to PAYLOAD mode -->
<entry key="dataFormat" value="PAYLOAD"/>
</cxf:properties>
diff --git
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadModeTest-context.xml
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadModeTest-context.xml
index ba2fb3b9c85..76be10b7d7f 100644
---
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadModeTest-context.xml
+++
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterPayloadModeTest-context.xml
@@ -40,7 +40,7 @@
<!-- enable mtom by setting this property to true -->
<entry key="mtom-enabled" value="true"/>
- <!-- set the camel-cxf endpoint data fromat to PAYLOAD mode -->
+ <!-- set the camel-cxf endpoint data format to PAYLOAD mode -->
<entry key="dataFormat" value="PAYLOAD"/>
</cxf:properties>
diff --git
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterRawModeTest-context.xml
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterRawModeTest-context.xml
index f5e7f93a81c..abc5c717f60 100644
---
a/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterRawModeTest-context.xml
+++
b/components/camel-cxf/camel-cxf-spring-soap/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomRouterRawModeTest-context.xml
@@ -40,7 +40,7 @@
<!-- enable mtom by setting this property to true -->
<entry key="mtom-enabled" value="true"/>
- <!-- set the camel-cxf endpoint data fromat to RAW mode -->
+ <!-- set the camel-cxf endpoint data format to RAW mode -->
<entry key="dataFormat" value="RAW"/>
</cxf:properties>
diff --git a/components/camel-hazelcast/src/main/docs/hazelcast-summary.adoc
b/components/camel-hazelcast/src/main/docs/hazelcast-summary.adoc
index 46dd14b1c42..48db36de888 100644
--- a/components/camel-hazelcast/src/main/docs/hazelcast-summary.adoc
+++ b/components/camel-hazelcast/src/main/docs/hazelcast-summary.adoc
@@ -118,11 +118,11 @@ In the example above we set up this for the hazelcast map
component and setup ha
------------------------------------------------------------------------------
<bean id="config" class="com.hazelcast.config.Config">
<constructor-arg type="java.lang.String" value="HZ.INSTANCE" />
- <propety name="networkConfig" ref="myNetworkConfig"/>
+ <property name="networkConfig" ref="myNetworkConfig"/>
</bean>
<bean id="myNetworkConfig" class="com.hazelcast.config.NetworkConfig">
- <propety name="port">1234</propety>
+ <property name="port">1234</property>
</bean>
<bean id="myHazelcastInstance" class="com.hazelcast.core.Hazelcast"
factory-method="newHazelcastInstance">
@@ -130,7 +130,7 @@ In the example above we set up this for the hazelcast map
component and setup ha
</bean>
<bean id="hazelcast"
class="org.apache.camel.component.hazelcast.map.HazelcastMapComponent">
- <propety name="hazelcastInstance" ref="myHazelcastInstance"/>
+ <property name="hazelcastInstance" ref="myHazelcastInstance"/>
</bean>
------------------------------------------------------------------------------
diff --git
a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc
b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc
index e705855875a..fb49a4d1e29 100644
--- a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc
+++ b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc
@@ -302,11 +302,11 @@ or the structure:
...
</SignedInfo>
- <Object >
+ <Object>
<Manifest Id="manifest">
<Reference URI=#object/>
</Manifest>
- </Objet>
+ </Object>
<Object Id="object">
<!-- contains the DOM node which is extracted to the message body -->
</Object>
diff --git
a/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/api/DefaultXmlSignature2Message.java
b/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/api/DefaultXmlSignature2Message.java
index 797568a9ed9..ad3ad7d8031 100644
---
a/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/api/DefaultXmlSignature2Message.java
+++
b/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/api/DefaultXmlSignature2Message.java
@@ -104,11 +104,11 @@ import org.slf4j.LoggerFactory;
* ...
* </SignedInfo>
*
- * <Object >
+ * <Object>
* <Manifest Id="manifest">
* <Reference URI=#object/>
* </Manifest>
- * </Objet>
+ * </Object>
* <Object Id="object">
* <!-- contains the DOM node which should be extracted to the
message body -->
* </Object>
diff --git
a/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/processor/XmlVerifierConfiguration.java
b/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/processor/XmlVerifierConfiguration.java
index a89ea1fff8e..d23d854a46c 100644
---
a/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/processor/XmlVerifierConfiguration.java
+++
b/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/processor/XmlVerifierConfiguration.java
@@ -150,7 +150,7 @@ public class XmlVerifierConfiguration extends
XmlSignatureConfiguration {
}
/**
- * Indicator whether the XML signature elements (elements with local name
"Signature" and namesapce
+ * 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 {@link Boolean#FALSE}. This
* parameter is forwarded to {@link XmlSignature2Message}.
diff --git
a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
index 38c9fbf2892..e90f73efa7c 100644
---
a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
+++
b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
@@ -361,7 +361,7 @@ The following variables support OGNL:
|bodyAs(type)
|messageAs(type)
|header.foo
-|exchangePropety.foo
+|exchangeProperty.foo
|variable.foo
|=======================================================================
diff --git
a/core/camel-core/src/test/java/org/apache/camel/language/XPathFunctionTest.java
b/core/camel-core/src/test/java/org/apache/camel/language/XPathFunctionTest.java
index 9a545e53c73..4109cdcc3bf 100644
---
a/core/camel-core/src/test/java/org/apache/camel/language/XPathFunctionTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/language/XPathFunctionTest.java
@@ -63,7 +63,7 @@ public class XPathFunctionTest extends ContextTestSupport {
@Test
public void testSetXpathProperty() throws Exception {
String body
- = "<soapenv:Body xmlns:ns=\"http://myNamesapce\"
xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">"
+ = "<soapenv:Body xmlns:ns=\"http://myNamespace\"
xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">"
+ "<ns:Addresses> <Address>address1</Address>"
+ " <Address>address2</Address> <Address>address3</Address>"
+ " <Address>address4</Address> </ns:Addresses>
</soapenv:Body>";
diff --git
a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component4.json
b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component4.json
index 2227f0469f8..ca78abe6d04 100644
---
a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component4.json
+++
b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component4.json
@@ -29,7 +29,7 @@
"outputNodeSearch": { "kind": "property", "displayName": "Output Node
Search", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "java.lang.Object", "deprecated": 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 [...]
"outputNodeSearchType": { "kind": "property", "displayName": "Output Node
Search Type", "group": "producer", "label": "", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": 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 se [...]
"outputXmlEncoding": { "kind": "property", "displayName": "Output Xml
Encoding", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": 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
origin [...]
- "removeSignatureElements": { "kind": "property", "displayName": "Remove
Signature Elements", "group": "producer", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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 [...]
+ "removeSignatureElements": { "kind": "property", "displayName": "Remove
Signature Elements", "group": "producer", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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 [...]
"schemaResourceUri": { "kind": "property", "displayName": "Schema Resource
Uri", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration",
"configurationField": "verifierConfiguration", "description": "Classpath to the
XML Schema. Must be specified in the detached XML Signature case for
determining th [...]
"secureValidation": { "kind": "property", "displayName": "Secure
Validation", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret":
false, "defaultValue": "true", "configurationClass":
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration",
"configurationField": "verifierConfiguration", "description": "Enables secure
validation. If true then secure validation is enabled." },
"validationFailedHandler": { "kind": "property", "displayName":
"Validation Failed Handler", "group": "producer", "label": "", "required":
false, "type": "object", "javaType":
"org.apache.camel.component.xmlsecurity.api.ValidationFailedHandler",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration",
"configurationField": "verifierConfiguration", "description": "Handles the
different validation failed si [...]