Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18690

camel-jbang generates package name with special symbols

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.18.2
    • 3.18.4, 3.20.0
    • camel-jbang
    • None
    • Unknown

    Description

      if I have the following property in `application.properties`:

      camel.jbang.gav=org.camel.karavan.demo:hello-world:1.0.0
      

      then camel-jbang generates the following java code

      package org.camel.karavan.demo.hello-world;
      ...
      

      imho camel-jbang should generate package name according to https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            marat.gubaidullin@gmail.com Marat Gubaidullin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: