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 2019/12/13 22:21:21 UTC

[GitHub] [camel-k] jcordes73 opened a new issue #1145: In Kotlin example single quote needs to be replaced with double quotes

jcordes73 opened a new issue #1145: In Kotlin example single quote needs to be replaced with double quotes
URL: https://github.com/apache/camel-k/issues/1145
 
 
   In the Kotlin example (https://camel.apache.org/camel-k/latest/languages/kotlin.html) single quote needs to be replaced with double quotes, i.e.:
   
   from("timer:tick")
       .process { e -> e.getIn().body = "Hello Camel K!" }
       .to("log:info");
   
   There should also be a hint that the content of the route needs to be saved in a file with the extension .kts.
   
   When using single quotes the deployment fails as it is complaining about too many characters in a single char.

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