bartoszpop commented on PR #16907: URL: https://github.com/apache/camel/pull/16907#issuecomment-2612267860
@davsclaus by "we" I mean the company I'm working for. Basically, we have a custom catalog file which delegates to Camel with some opinionated options: ``` { "aliases": { "customCamel": { "script-ref": "org.apache.camel:camel-jbang-main:4.8.3", <-- this works "main": "main.CamelJBang", "dependencies": ["..."], "java-options": ["-Dcamel-kamelets.version=4.8.3"], <-- this also works "arguments": ["--quarkusVersion=3.17.0"] <-- this doesn't work because of [jbangdev#1910](https://github.com/jbangdev/jbang/issues/1910) } } } ``` and although we can control the Camel version, Quarkus and SpringBoot versions are not configurable. -- 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