You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Marat Gubaidullin (Jira)" <ji...@apache.org> on 2022/08/16 21:24:00 UTC

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

Marat Gubaidullin created CAMEL-18400:
-----------------------------------------

             Summary: 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


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)