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 f122956  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
f122956 is described below

commit f122956061473dae784c789a8c49226c8d585276
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jan 10 08:08:52 2022 +0100

    CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed 
to name
---
 .../test/resources/org/apache/camel/spring/processor/removeProperty.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
 
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
index b58335e..45b6361 100644
--- 
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
+++ 
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
@@ -31,7 +31,7 @@
         <constant>bar</constant>
       </setProperty>
       <to uri="mock:mid"/>
-      <removeProperty propertyName="foo"/>
+      <removeProperty name="foo"/>
       <to uri="mock:end"/>     
     </route>
   </camelContext>

Reply via email to