[
https://issues.apache.org/jira/browse/CAMEL-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499246#comment-14499246
]
Claus Ibsen commented on CAMEL-8650:
------------------------------------
Yeah sure very welcome, also good to get experience about maintaining all the
components and upgrades when it comes to OSGi. That sometimes is a bit more
tricky.
We also need an unit test in
https://github.com/apache/camel/tree/master/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf
Just copy one of the existing test classes.
And sometimes you may need to start karaf manually, and then install camel
2.16-SNAPSHOT and then install the feature manually to better see "what goes
wrong".
For example download karaf 2.4.1, and then
bin/karaf
features:choose camel 2.16-SNAPSHOT
features:install camel
features:install camel-xxx
And then if something goes wrong it logs it, you can also use log:display, and
list to see bundle status etc.
And then headers xxx where xxx is bundle id can be of use. And there is also a
exports command i think for which bundles exports which packages.
Unfortunately to give ppl karma to self assign tickets isnt so easy as it
involves INFRA and other procedures. But when a person becomes a committer then
that is taken care of ;)
> camel-docker - Add to karaf features
> ------------------------------------
>
> Key: CAMEL-8650
> URL: https://issues.apache.org/jira/browse/CAMEL-8650
> Project: Camel
> Issue Type: Task
> Components: camel-docker, karaf
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.16.0
>
>
> We should add camel-docker to karaf features. We may need an osgi bundle for
> it from the SMX team if the docker java library is not osgi out of the box.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)