christophd opened a new issue #2538: URL: https://github.com/apache/camel-k/issues/2538
Some Camel-K integration uses a modeline to define a property file like this ``` // camel-k: language=java property=file:application.properties ``` Properties defined as CLI parameters on `kamel run` should be able to overwrite these properties ``` kamel run Foo.java -p foo.bar=something ``` So `foo.bar` property in application.properties should be overwritten. This is not working as expected with Camel-K 1.5.0. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org