Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 65948 invoked from network); 27 Aug 2010 20:17:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Aug 2010 20:17:37 -0000 Received: (qmail 99085 invoked by uid 500); 27 Aug 2010 20:17:37 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 99018 invoked by uid 500); 27 Aug 2010 20:17:36 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 99010 invoked by uid 99); 27 Aug 2010 20:17:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 20:17:36 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bbrownin@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 20:17:30 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7RKH9NB010007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Aug 2010 16:17:09 -0400 Received: from [10.11.9.212] (vpn-9-212.rdu.redhat.com [10.11.9.212]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7RKH75Y002018 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 27 Aug 2010 16:17:08 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: [PATCH 0/2] Deltacloud Client JRuby Compatibility From: Benjamin Browning In-Reply-To: <20100826084308.GA15307@redhat.com> Date: Fri, 27 Aug 2010 16:17:07 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <64655C24-F095-4165-96D4-974D2673D730@redhat.com> References: <1282763251-37462-1-git-send-email-bbrownin@redhat.com> <20100826084308.GA15307@redhat.com> To: deltacloud-dev@incubator.apache.org X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 On Aug 26, 2010, at 4:43 AM, Michal Fojtik wrote: >=20 > All two patches looks good to me. Applied cleanly. All Test::Unit > passed both in client and server.=20 > ACK to both. Thanks for ACKing my patches. I'd like to get JRuby officially supported for deltacloud-client and = deltacloud-core. I'm currently using a forked version of both because my = application runs under JRuby and it would be great to get back on the = official gems. There is some additional work needed to get deltacloud-core functioning. = I'm fine with continuing to submit patches but would also like to = discuss becoming more officially involved so I can help test, document, = package, and support the JRuby side of things. Ben=