Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2D605200C6F for ; Tue, 9 May 2017 22:33:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2BF62160BB6; Tue, 9 May 2017 20:33:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 72767160B9A for ; Tue, 9 May 2017 22:33:57 +0200 (CEST) Received: (qmail 55844 invoked by uid 500); 9 May 2017 20:33:56 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 55619 invoked by uid 99); 9 May 2017 20:33:55 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2017 20:33:55 +0000 Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D9FCE1A098D for ; Tue, 9 May 2017 20:33:54 +0000 (UTC) Received: by mail-io0-f175.google.com with SMTP id p24so1426662ioi.0 for ; Tue, 09 May 2017 13:33:54 -0700 (PDT) X-Gm-Message-State: AODbwcCIe0PNbVhHM8ouheBhHr8XqkxRA/Mgv8iS8AdRruhrXCA8O4az 2Kl3+TeQJQPUsCrkUjAiEgQnBG2Nrw== X-Received: by 10.107.8.154 with SMTP id h26mr294038ioi.111.1494362034047; Tue, 09 May 2017 13:33:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.63.67 with HTTP; Tue, 9 May 2017 13:33:33 -0700 (PDT) From: Ignasi Barrera Date: Tue, 9 May 2017 22:33:33 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Apache jclouds needs your help To: dev@karaf.apache.org, "dev@jclouds.apache.org" Content-Type: text/plain; charset=UTF-8 archived-at: Tue, 09 May 2017 20:33:58 -0000 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