This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit ac5c80c525d4ed1b7e97b4d52acc1d04c525ec50 Author: Croway <[email protected]> AuthorDate: Mon Jan 19 12:54:37 2026 +0100 Document camel-launcher limitations --- .../modules/ROOT/pages/camel-jbang-launcher.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-launcher.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang-launcher.adoc index 388184adbb49..47a1cb25bdb5 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang-launcher.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-launcher.adoc @@ -59,6 +59,19 @@ bin\camel.bat [command] [options] - Each self-executing JAR is its own release, avoiding version complexity - Can still be used with JBang if preferred +== Limitations + +The following features are not supported when running from camel-launcher: + +=== --camel-version option + +The `--camel-version` option requires JBang to dynamically download and run a different Camel version. + +Alternatives: + +- Use a different camel-launcher JAR version +- Install Camel CLI via JBang: `jbang app install camel@apache/camel` + == More Information See the general xref:camel-jbang.adoc[Camel JBang] documentation.
