[
https://issues.apache.org/jira/browse/CAMEL-18690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-18690.
---------------------------------
Resolution: Fixed
> 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
> Assignee: Claus Ibsen
> 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)