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/11/04 14:35:00 UTC

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

Marat Gubaidullin created CAMEL-18690:
-----------------------------------------

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


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)