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/11/05 09:06:00 UTC

[jira] [Updated] (CAMEL-18690) camel-jbang generates package name with special symbols

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

Claus Ibsen updated CAMEL-18690:
--------------------------------
    Fix Version/s: 3.18.4
                   3.20.0

> camel-jbang generates package name with special symbols
> -------------------------------------------------------
>
>                 Key: CAMEL-18690
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18690
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jbang
>    Affects Versions: 3.18.2
>            Reporter: Marat Gubaidullin
>            Priority: Minor
>             Fix For: 3.18.4, 3.20.0
>
>
> if I have the following property in `application.properties`:
> {code:java}
> camel.jbang.gav=org.camel.karavan.demo:hello-world:1.0.0
> {code}
> then camel-jbang generates the following java code
> {code:java}
> package org.camel.karavan.demo.hello-world;
> ...
> {code}
> imho camel-jbang should generate package name according to https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html



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