You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/02/12 02:45:26 UTC

[camel] 16/18: Fix blueprint using the removed "other attributes" support

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 <gn...@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"/>