You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/01 05:15:00 UTC

[jira] [Resolved] (CAMEL-18400) jbang does not use correct camel version

     [ https://issues.apache.org/jira/browse/CAMEL-18400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-18400.
---------------------------------
    Resolution: Cannot Reproduce

> jbang does not use correct camel version
> ----------------------------------------
>
>                 Key: CAMEL-18400
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18400
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jbang
>    Affects Versions: 3.18.1
>            Reporter: Marat Gubaidullin
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.18.2, 3.19.0
>
>
> jbang does not use correct camel version. ex.
> 1. Execute command with camel 3.18.0, ex:
> {code:java}
> jbang -Dcamel.jbang.version=3.18.0 camel@apache/camel export  --directory=export --fresh
> {code}
> 2. Then execute same command with camel 3.18.1
> {code:java}
> jbang -Dcamel.jbang.version=3.18.1 camel@apache/camel export  --directory=export --fresh
> {code}
> The generated result will be with the old version 3.18.0 (ex. application.properties generated with camelCase instead of kebab-case)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)