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 2021/08/25 09:30:00 UTC

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

    [ https://issues.apache.org/jira/browse/CAMEL-16887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404310#comment-17404310 ] 

Claus Ibsen commented on CAMEL-16887:
-------------------------------------

Can you not create another feature that install the kitchen sink for groovy. 

The camel-groovy feature has always been like this, and its for using groovy as Camel expressions to do some minor content based routing etc.
Its not a FULL programming language for groovy.

For example you can add a groovy feature to Apache Karaf itself.

Also be careful with the 3.11 LTS release it should be stable.


> [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é
>            Priority: Major
>             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)