Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0C3E87D8 for ; Fri, 12 Aug 2011 11:00:08 +0000 (UTC) Received: (qmail 73792 invoked by uid 500); 12 Aug 2011 11:00:07 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 71837 invoked by uid 500); 12 Aug 2011 10:59:58 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 71816 invoked by uid 99); 12 Aug 2011 10:59:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 10:59:52 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 10:59:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 8D779289801D for ; Fri, 12 Aug 2011 12:59:24 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gXCPhLZG3ZQO for ; Fri, 12 Aug 2011 12:59:24 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 383F1289801E; Fri, 12 Aug 2011 12:59:24 +0200 (CEST) From: Stefan Bodewig To: dev@commons.apache.org Subject: Re: [compress] How to move forward with XZ support References: <87y5yzroli.fsf@v35516.1blu.de> Date: Fri, 12 Aug 2011 12:59:24 +0200 In-Reply-To: (sebb's message of "Fri, 12 Aug 2011 11:25:59 +0100") Message-ID: <877h6iq4j7.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 2011-08-12, sebb wrote: > On 12 August 2011 10:00, Stefan Bodewig wrote: >> We basically have two options: >> * forking the required classes of "XZ in Java" into Compress (Lasse >> =C2=A0already has a CLA on file and I'm sure we could arrange for the two >> =C2=A0code bases to stay in sync) >> * add a (optional) binary dependency on "XZ in Java". =C2=A0Currently the >> =C2=A0package is not available via a Maven repo, but this can probably be >> =C2=A0arranged as well. >> The first option would allow us to support the format without requiring >> another JAR, the second one may be less work from a maintenance POV. > +1 Which one of the two options does your +1 apply to? I see some advantages in forking the code but lean towards binary dependency + shading. The code is public domain so there is no problem with redistributing it as is. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org