This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 8d503e7 CAMEL-13657: Use name instead of headerName, propertyName in XML DSL to make it simpler and more natural. 8d503e7 is described below commit 8d503e792b5e3655b2da6be56b71bedc45a64bf8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jun 28 15:59:57 2019 +0200 CAMEL-13657: Use name instead of headerName, propertyName in XML DSL to make it simpler and more natural. --- .../processor/SpringRecipientListParallelOptionalPropertiesTest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringRecipientListParallelOptionalPropertiesTest.xml b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringRecipientListParallelOptionalPropertiesTest.xml index 7c6ce42..f16e2ac 100644 --- a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringRecipientListParallelOptionalPropertiesTest.xml +++ b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringRecipientListParallelOptionalPropertiesTest.xml @@ -40,7 +40,7 @@ <route> <from uri="direct:a"/> - <setHeader name="foo" prop:headerName="theRealHeader"> + <setHeader name="foo" prop:name="theRealHeader"> <constant>1000</constant> </setHeader> <delay>