You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/01 13:54:23 UTC

[camel] 02/04: CAMEL-13801 - camel3 - Use @BindToRegistry wherever possible, Camel-Spring

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 c30bfc19ae9e66c2de3f4ba966a087e8a5892ed6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 1 15:49:39 2019 +0200

    CAMEL-13801 - camel3 - Use @BindToRegistry wherever possible, Camel-Spring
---
 .../src/test/resources/org/apache/camel/spring/RegistryInjection.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring/src/test/resources/org/apache/camel/spring/RegistryInjection.xml b/components/camel-spring/src/test/resources/org/apache/camel/spring/RegistryInjection.xml
index fa0f979..daf7fc0 100644
--- a/components/camel-spring/src/test/resources/org/apache/camel/spring/RegistryInjection.xml
+++ b/components/camel-spring/src/test/resources/org/apache/camel/spring/RegistryInjection.xml
@@ -25,7 +25,7 @@
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
     ">
     
-  <bean id="registry" class="org.apache.camel.impl.JndiRegistry"/>
+  <bean id="registry" class="org.apache.camel.support.SimpleRegistry"/>
   
   <camel:camelContext>
     <camel:route>