davsclaus commented on PR #26023: URL: https://github.com/apache/camel/pull/26023#issuecomment-5511154953
And btw the -D is for jbang itself to kick of camel cli using a specific version, its jbang handling this in https://github.com/apache/camel/blob/main/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java#L23 This is a bit of a "hack" as jbang is not very flexible, and we needed this during the build up for camel jbang. The launcher does not support this as its a fat-jar for that given camel version. And over time if/when we drop jbang then that feature will be gone as well. -- 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]
