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 8C6A8D905 for ; Thu, 30 Aug 2012 15:42:03 +0000 (UTC) Received: (qmail 13337 invoked by uid 500); 30 Aug 2012 15:42:03 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 13238 invoked by uid 500); 30 Aug 2012 15:42:02 -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 13230 invoked by uid 99); 30 Aug 2012 15:42:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 15:42:02 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vb0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 15:41:57 +0000 Received: by vbbfq11 with SMTP id fq11so2624491vbb.30 for ; Thu, 30 Aug 2012 08:41:36 -0700 (PDT) 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=O419wlgo0083uC06VbjicqL7rvfWRgSCV/WpFQ5FNlg=; b=roNuy7Tta1Gdt43+p03KVdUZPmhUA+leZjcwpM1+MqMq8QMVNRtTQIEclc2zH1loVd qzbZvWkTQVTUrrhtbS9WjKatoAPL+Wyl1NZNnMg/YeM0M+V3pDDON5MV4z8tBi8yEH66 sTp0ox3bG+VP5TLCQ0gDp39nEvcysmk5SN/MSF6T5r/XFLYm7xcgLFsoaCQg7zvpikCa 8uyAWAqgWSIS9+yww5y1mxfbCikb+CyGpqUUVl26Im+muce+9r4OxXss43ka49Fy636Z ut29gKg2ub0GQZhdHoi4KVjZp1P3dMw8rpB5bgMW9KE1gn7HE89MbzH/+uywhsjToFOL JYAA== MIME-Version: 1.0 Received: by 10.52.66.112 with SMTP id e16mr2861468vdt.121.1346341296569; Thu, 30 Aug 2012 08:41:36 -0700 (PDT) Received: by 10.58.58.197 with HTTP; Thu, 30 Aug 2012 08:41:36 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Aug 2012 16:41:36 +0100 Message-ID: Subject: Re: [codec] MD5 impls From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 On 30 August 2012 16:01, Gary Gregory wrote: > All, > > Do we want both the MD5 in org.apache.commons.codec.digest.Md5Crypt and the > one accessed through org.apache.commons.codec.digest.DigestUtils? > > Thouhgts? Are they the same implementation? Dropping one would break compatibility, but one could potentially be deprecated, and in the meantime invoke the other. > Thank you, > Gary > > -- > E-Mail: garydgregory@gmail.com | ggregory@apache.org > JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 > Spring Batch in Action: http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org