Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 64426 invoked from network); 19 Dec 2010 06:16:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Dec 2010 06:16:25 -0000 Received: (qmail 82970 invoked by uid 500); 19 Dec 2010 06:16:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 82906 invoked by uid 500); 19 Dec 2010 06:16:24 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 82898 invoked by uid 99); 19 Dec 2010 06:16:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 06:16:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 06:16:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBJ6G0ZL026164 for ; Sun, 19 Dec 2010 06:16:00 GMT Message-ID: <10586933.199001292739360928.JavaMail.jira@thor> Date: Sun, 19 Dec 2010 01:16:00 -0500 (EST) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Assigned: (HBASE-3374) Our jruby jar has *GPL jars in it; fix In-Reply-To: <13386825.198991292739360731.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reassigned HBASE-3374: ---------------------------- Assignee: stack > Our jruby jar has *GPL jars in it; fix > -------------------------------------- > > Key: HBASE-3374 > URL: https://issues.apache.org/jira/browse/HBASE-3374 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Priority: Blocker > Fix For: 0.90.0 > > > The latest JRuby's complete jar bundles *GPL jars (JNA and JFFI among others). It looks like the functionality we depend on -- the shell in particular -- makes use of these dirty jars so they are hard to strip. They came in because we (I!) just updated our JRuby w/o checking in on what updates contained. JRuby has been doing this for a while now (1.1.x added the first LGPL). You have to go all the ways back to the original HBase checkin, HBASE-487, of JRuby -- 1.0.3 -- to get a JRuby w/o *GPL jars. > Plan is to try and revert our JRuby all the ways down to 1.0.3 before shipping 0.90.0. Thats what this issue is about. > We should also look into moving off JRuby in the medium to long-term. Its kinda awkward sticking on an old version that is no longer supported. I'll open an issue for that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.