Emmerson-Miranda opened a new issue #664: Sample does not work after change 
camel version
URL: https://github.com/apache/camel-k/issues/664
 
 
   Hi,
   
   After change the camelVersion to 3.0.0-M2 in integrationplatform Sample.java 
stop working (freeze at Building Context phase).
   
   $ kamel run --dev Sample.java 
   integration "sample" created
   integration "sample" in phase Building Context
   
   
   **_Bellow sample source code_**
   import org.apache.camel.builder.RouteBuilder;
   
   public class Sample extends RouteBuilder {
     @Override
     public void configure() throws Exception {
          from("timer:tick?period=5s")
         .log("Hello Camel K! one, two, three, four");
     }
   }

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to