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 2021/08/18 08:28:12 UTC

[GitHub] [camel-k] squakez commented on issue #2537: Multiple of the examples fail on Minikube

squakez commented on issue #2537:
URL: https://github.com/apache/camel-k/issues/2537#issuecomment-900923653


   I've tested against `1.5.0` and it works on my environment:
   ```
   $ kamel run --name polyglot routes.xml beans.groovy JavaRoute.java --dev
   ....
   [1] 2021-08-18 08:26:49,953 INFO  [io.quarkus] (main) camel-k-integration 1.5.0 on JVM (powered by Quarkus 2.0.0.Final) started in 5.318s. 
   ...
   [1] 2021-08-18 08:26:51,012 INFO  [info] (Camel (camel-1) thread #0 - timer://hello) Exchange[
   [1]   Id: 530D63FA65026E1-0000000000000000
   [1]   ExchangePattern: InOnly
   [1]   Properties: {CamelTimerCounter=1, CamelTimerFiredTime=Wed Aug 18 08:26:50 UTC 2021, CamelTimerName=hello, CamelTimerPeriod=3000}
   [1]   Headers: {CamelMessageTimestamp=1629275210949, firedTime=Wed Aug 18 08:26:50 UTC 2021, MyHeader=HelloFromJava}
   [1]   BodyType: String
   [1]   Body: Hello from Groovy
   [1] ]
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org