essobedo opened a new pull request, #954: URL: https://github.com/apache/camel-k-runtime/pull/954
fixes #953 ## Motivation In Camel-Quarkus 2.16.0 several DSLs have been improved to support the native mode, the metadata needs to be updated consequently. ## Modifications: * Switch the metadata `native` to `true` for the DSLs `groovy`, `kotlin` and `java-joor` * Add the DSL `jsh` * Set the metadata `sources-required-at-build-time` to `true` when needed to indicate that the sources need to be present while building the native image. * Set the metadata `guest-language` to `true` on the `js` DSL to indicate that the option `--language:<languageId>` needs to be added while building the native image. **Release Note** ```release-note Update DSLs metadata ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
