[
https://issues.apache.org/jira/browse/CAMEL-18497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655809#comment-17655809
]
Claus Ibsen edited comment on CAMEL-18497 at 1/8/23 7:18 PM:
-------------------------------------------------------------
You can now choose version
camel run foo.java --name=foo2 --camel-version=3.20.1
camel run foo.java --name=foo3 --camel-version=3.18.4
And you can also run in background
camel run foo.java --name=foo4 --camel-version=3.19.0 --background
was (Author: davsclaus):
You can now choose version
camel run foo.java --name=foo2 --camel-version=3.20.1 --background
camel run foo.java --name=foo3 --camel-version=3.18.4 --background
To run in either foreground or background. Running in foreground requires some
extra work to make it with the the CLI commands, so camel get works as well.
This works fine with --background
> camel-jbang - camel run -v x.y.z
> --------------------------------
>
> Key: CAMEL-18497
> URL: https://issues.apache.org/jira/browse/CAMEL-18497
> Project: Camel
> Issue Type: New Feature
> Components: camel-jbang
> Reporter: Pasquale Congiusti
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.21.0
>
>
> We can specify any Camel version when using the jbang CLI as documented in:
> https://camel.apache.org/manual/camel-jbang.html#_using_a_specific_camel_version
> However, it would be nice to have the same feature when using directly camel
> CLI, in order to have the very same behavior.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)