Croway commented on PR #16874:
URL: https://github.com/apache/camel/pull/16874#issuecomment-2606828567
> It is a bit confusing with CEQ vs Camel versions. I wonder if the CLI can
show Camel and Runtime columns with version numbers.
>
> We ought to have the info, ala what you can do with
>
> ```
> camel version list --runtime=quarkus
> camel version list --runtime=spring-boot
> ```
Good point, I expected this kind of comment, I added the runtime version
information in the list like this
```
VERSION RUNTIME RUNTIME VERSION DESCRIPTION
4.4.3 Camel Quarkus 3.8.x Migrates
`camel 4.0` quarkus application to `camel 4.4`.
4.8.0 Camel Migrates
Apache Camel 4 application to Apache Camel 4.8.0
4.8.0 Camel Quarkus 3.15.x Migrates
`camel 4.4` quarkus application to `camel 4.8`.
```
And the run can be executed with the Camel version:
```
camel update run 4.4.3 --runtime=quarkus
```
I had to make some assumptions... but it is working, and I can translate
Quarkus/Camel versions
--
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]