You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Marat Gubaidullin (Jira)" <ji...@apache.org> on 2021/12/07 15:12:00 UTC

[jira] [Created] (CAMEL-17292) camel-jbang: Add support for modeline

Marat Gubaidullin created CAMEL-17292:
-----------------------------------------

             Summary: camel-jbang: Add support for modeline
                 Key: CAMEL-17292
                 URL: https://issues.apache.org/jira/browse/CAMEL-17292
             Project: Camel
          Issue Type: Improvement
            Reporter: Marat Gubaidullin


It would be great if camel-jbang support modeline, ex:
{code:java}
// camel-k:  message=Hello World

- from:
    uri: 'kamelet:timer-source'
    steps:
      - log:
          message: '{{message}}'
    parameters:
      period: 1000
      message: Hello {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)