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 D29C7E8D8 for ; Mon, 21 Jan 2013 18:05:18 +0000 (UTC) Received: (qmail 44968 invoked by uid 500); 21 Jan 2013 18:05:18 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 44694 invoked by uid 500); 21 Jan 2013 18:05:18 -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 44685 invoked by uid 99); 21 Jan 2013 18:05:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 18:05:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 18:05:11 +0000 Received: by mail-wg0-f47.google.com with SMTP id dq11so936068wgb.14 for ; Mon, 21 Jan 2013 10:04:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=zVkzYuYFOdbEORmh2OoJM4AnRvzmP0VFIEk+D3vhqB0=; b=Xi+goQ2Gt70JWnkvrfOcRntYxKAgWumVN9PNo6V+vH2YITPA0dY/1QuWn26xkwrY4S 879RR4uzbfLdvkP/Ez/8O/fWlnj4LMzr1uONJc4h22SjB/dxeEKFoMnwer6b9B5FTyHD hfUF3+6pC7T0l9098xrCObHY6wGQVlkz5YAsgEZN9C9PhqwVhZEChTtXCP6Oy+dV+C+r LsFVfdlW/zzLzW92C1WANOovUqSTBjOZnK6aJ91UcmECeZ0qMz3sRsNnzv5HLy/7kLxG E74DbcaajMEFh3GqX1jEAJ4o5567Url3vF5t1QS3M7W6oJIykAKkkmNbG7Jh0ja6Zg3D 2jmg== MIME-Version: 1.0 X-Received: by 10.194.76.7 with SMTP id g7mr28015723wjw.50.1358791490563; Mon, 21 Jan 2013 10:04:50 -0800 (PST) Received: by 10.194.234.164 with HTTP; Mon, 21 Jan 2013 10:04:50 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 18:04:50 +0000 Message-ID: Subject: Re: [collections] remove warning about binary incompatibility in code From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 21 January 2013 15:52, Thomas Neidhart wrote: > Hi, > > while further cleaning up the trunk, I stumbled on some warnings wrt binary > incompatibilities between versions 2.1 and 3 (in IteratorUtils). > I don't think that they are still useful, so I would like to remove them, > any objections? Yes, I think the warnings should be kept. > Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org