This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f2c677c41e96c52fd703dfa9bd942fbaeb420d6d Author: Antonio Gagliardi <agagl...@agagliar.remote.csb> AuthorDate: Tue May 14 16:21:38 2019 +0200 CAMEL-13513 update deprecated annotation parameter --- .../org/apache/camel/test/cxf/blueprint/CxfRsEndpointBeansTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/camel-blueprint-cxf-test/src/test/java/org/apache/camel/test/cxf/blueprint/CxfRsEndpointBeansTest.java b/tests/camel-blueprint-cxf-test/src/test/java/org/apache/camel/test/cxf/blueprint/CxfRsEndpointBeansTest.java index 2631a04..f5f6fc8 100644 --- a/tests/camel-blueprint-cxf-test/src/test/java/org/apache/camel/test/cxf/blueprint/CxfRsEndpointBeansTest.java +++ b/tests/camel-blueprint-cxf-test/src/test/java/org/apache/camel/test/cxf/blueprint/CxfRsEndpointBeansTest.java @@ -35,7 +35,7 @@ import org.junit.Test; public class CxfRsEndpointBeansTest extends CamelBlueprintTestSupport { - @Produce(uri = "direct:startURLOverride") + @Produce("direct:startURLOverride") private ProducerTemplate pT; @Override