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 2022/10/18 17:56:54 UTC

[GitHub] [camel-karavan] davsclaus opened a new issue, #495: Include // camel-k header to allow camel-k tooling assistance

davsclaus opened a new issue, #495:
URL: https://github.com/apache/camel-karavan/issues/495

   Lets include in the top comment as below
   ```
   ❯ camel init bar.yaml
   ❯ cat bar.yaml
   # camel-k: language=yaml
   
   # Write your routes here, for example:
   - from:
       uri: "timer:yaml"
       parameters:
         period: "1000"
       steps:
         - setBody:
             constant: "Hello Camel from yaml"
         - log: "${body}"
   ```
   
   As this allows tooling assistance for camel-k textual tool


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

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


[GitHub] [camel-karavan] davsclaus commented on issue #495: Include // camel-k header to allow camel-k tooling assistance

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #495:
URL: https://github.com/apache/camel-karavan/issues/495#issuecomment-1285325479

   Instead of doing this then karavan can name the files xxxx.camel.yaml - then tooling will have code assistance
   https://issues.apache.org/jira/browse/CAMEL-18622
   
   This requires Camel 3.18.3 to have the loader supported in jbang


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


[GitHub] [camel-karavan] mgubaidullin closed issue #495: Include // camel-k header to allow camel-k tooling assistance

Posted by GitBox <gi...@apache.org>.
mgubaidullin closed issue #495: Include // camel-k header to allow camel-k tooling assistance
URL: https://github.com/apache/camel-karavan/issues/495


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