You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/12 10:36:37 UTC

[GitHub] [camel-spring-boot] mabulgu commented on a change in pull request #26: CAMEL-12191

mabulgu commented on a change in pull request #26: CAMEL-12191
URL: https://github.com/apache/camel-spring-boot/pull/26#discussion_r391531705
 
 

 ##########
 File path: examples/camel-example-spring-boot-strimzi/src/main/resources/spring/camel-context.xml
 ##########
 @@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd        http://camel.apache.org/schema/spring       http://camel.apache.org/schema/spring/camel-spring.xsd">
+    <bean class="org.apache.camel.example.strimzi.StrimziRouteBuilder" id="strimziRouteBuilder" />
+    <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
 
 Review comment:
   I saw a couple of examples like this: setting the camel context in the xml file and create the bean here. Regarding to your comment i suppose we have to change those as well. (I.e. kafka avro example)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services