nicolaferraro opened a new issue #1449: URL: https://github.com/apache/camel-k/issues/1449
This should be the "supported" way of setting options for running files. On an integration file: ``` // camel-k: dependency=camel-hl7 trait=quarkus.enabled=true from("...")... ``` This way: - information about how to run a file are self-contained in the file - we don't forget about an external config file that overrides our settings - the semantics is well defined: it's like those options are passed to the command line together with other options that you pass It should also work: - with multiple lines (each one starting with comment and "camel-k: " - in multiple files (e.g. linked with "--source" or via args) ---------------------------------------------------------------- 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: us...@infra.apache.org