You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2021/08/25 09:22:00 UTC

[jira] [Created] (CAMEL-16887) [camel-karaf] camel-groovy feature should install all groovy bundles

Jean-Baptiste Onofré created CAMEL-16887:
--------------------------------------------

             Summary: [camel-karaf] camel-groovy feature should install all groovy bundles
                 Key: CAMEL-16887
                 URL: https://issues.apache.org/jira/browse/CAMEL-16887
             Project: Camel
          Issue Type: Improvement
          Components: karaf
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 3.11.2, 3.12.0


{{camel-groovy}} feature only installs {{groovy}}:
{code:java}
<bundle dependency="true">mvn:org.codehaus.groovy/groovy/3.0.3</bundle>{code}
In order to work smoothly, {{camel-groovy}} feature should install "all" groovy bundles, aka:
{code:java}
groovy-ant
groovy-cli-commons
groovy-cli-picocli 
groovy-console
groovy-datetime
groovy-docgenerator
groovy-groovydoc
groovy-groovysh
groovy-jmx
groovy-json
groovy-macro
groovy-nio
groovy-servlet
groovy-sql
groovy-swing
groovy-templates
groovy-test
groovy-test-junit5
groovy-testng
groovy-xml{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)