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 D40EA108A2 for ; Sun, 1 Feb 2015 16:42:46 +0000 (UTC) Received: (qmail 18714 invoked by uid 500); 1 Feb 2015 16:42:47 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 18572 invoked by uid 500); 1 Feb 2015 16:42:47 -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 18560 invoked by uid 99); 1 Feb 2015 16:42:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2015 16:42:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of garydgregory@gmail.com designates 74.125.82.181 as permitted sender) Received: from [74.125.82.181] (HELO mail-we0-f181.google.com) (74.125.82.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2015 16:42:22 +0000 Received: by mail-we0-f181.google.com with SMTP id k48so35128950wev.12 for ; Sun, 01 Feb 2015 08:40:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=O3JPN+u3IV+eUwviCLE6OxVCb4D+EBONuWYwiS5jmCQ=; b=EhOmmxhctts2yib2Elq1UuL2El5objHN1KgzV6+xBG+GdU5Wgn6ffIDbtAejCcMwGy rEC4LgwsGsUNiBNZwfSewwFMavSyFkByOo7LZz7nBL5x1eri0W3blyo8qh6ddaFxDAW0 JnAo5NKM7zj2NnkERskfKVdASz0lrPEQUaVREO55ZntcHHkdLOMax6T4w2XDYNhf23xv d+0LBOhi/wk9cDRMwVqg5J1QWka1OcVo8SfuwERBTnmVMYiiAB/ihVMYRDj5d0egpdc1 stqnY4Vk3TPdMtC2JuiBw9Jv24zjUFoZzDD38MTsi/KwvVMv7kBuMJiHp15Bj7Mjgi2w 4cUA== MIME-Version: 1.0 X-Received: by 10.180.206.147 with SMTP id lo19mr15834331wic.32.1422808850679; Sun, 01 Feb 2015 08:40:50 -0800 (PST) Received: by 10.27.13.217 with HTTP; Sun, 1 Feb 2015 08:40:50 -0800 (PST) In-Reply-To: <87zj8yyxph.fsf@v35516.1blu.de> References: <87zj8yyxph.fsf@v35516.1blu.de> Date: Sun, 1 Feb 2015 11:40:50 -0500 Message-ID: Subject: Re: [compress] (Internal)LZWInputStream From: Gary Gregory To: Commons Developers List Content-Type: multipart/alternative; boundary=001a11c37e2e20cd4e050e098096 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c37e2e20cd4e050e098096 Content-Type: text/plain; charset=UTF-8 All I care about is binary compatibility in a minor release for most cases (not 80% of the cases, but more like 99.9%). I do not want to be in jar hell. Gary On Sun, Feb 1, 2015 at 1:04 AM, Stefan Bodewig wrote: > Hi > > I'm trying to bring together two separate discussions from two different > [VOTE]-threads. It seems as if I should cancel the RC2 vote and before > I rush another RC maybe we can get consensus on what to do. > > * my experiments show that moving the LZWInputStream class hasn't got as > big an impact on subclasses of ZCompressorInputStream as I and others > would have expected. This likely means we can relax the warning of > the release notes and site again. Right? Is anybody going to perform > more experiments? > > * (Internal)LZWInputStream has a bunch of protected fields that slipped > through a few releases ago. We should add getter/setter pairs and > deprecate using the fields. Sebb would like to even make the fields > private assuming the chance of people actually subclassing > ZCompressorInputStream and using said fields is very small. > > Any opinions? > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- E-Mail: garydgregory@gmail.com | ggregory@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory --001a11c37e2e20cd4e050e098096--