Hi! I'm Ignasi, from Apache jclouds. I'm cross-posting this to the jclouds-dev list too since we are looking for help with an integration we have with Karaf.
We have the jclouds-karaf project [1] that hosts several features for easy installation of jclouds in Karaf and provides custom commands to manage the different cloud providers we support. We've recently upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some issues we have not been able to resolve yet. We have a CLI built on top of that [2], which is a branded Karaf that already includes the jclouds features and a couple shell scripts to expose the commands so they are easily scriptable. This CLI is what we've not been able to fix. The CLI runner class [3] does not compile with Karaf 4.0.8, and we haven't been able to find the right replacements to the classes in use nor documentation we can follow to properly upgrade that class. We would highly appreciate your help and pointers to upgrade the CLI and have it working with Karaf 4.0.8. We're stuck there and need your help so we can have it fixed for the next jclouds release. Thank you very much! I. [1] https://github.com/jclouds/jclouds-karaf [2] https://github.com/jclouds/jclouds-cli [3] https://github.com/jclouds/jclouds-cli/blob/master/runner/src/main/java/org/jclouds/cli/runner/Main.java