This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e009f2b1497ece291af7e8a8f84184acc684a5ee
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue Feb 11 22:31:38 2020 +0100

    Fix blueprint using the removed "other attributes" support
---
 .../camel/test/blueprint/BlueprintOptionalPropertiesDslTest.xml       | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/BlueprintOptionalPropertiesDslTest.xml
 
b/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/BlueprintOptionalPropertiesDslTest.xml
index 55960c6..90ca08f 100644
--- 
a/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/BlueprintOptionalPropertiesDslTest.xml
+++ 
b/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/BlueprintOptionalPropertiesDslTest.xml
@@ -37,9 +37,7 @@
 
         <route>
             <from uri="direct:start"/>
-            <!-- use prop namespace, to define a property placeholder, which 
maps to
-                 option stopOnException={{stop}} -->
-            <multicast prop:stopOnException="stop">
+            <multicast stopOnException="{{stop}}">
                 <to uri="mock:a"/>
                 <throwException ref="damn"/>
                 <to uri="mock:b"/>

Reply via email to