Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 1343 invoked from network); 4 Apr 2003 23:59:56 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Apr 2003 23:59:56 -0000 Received: (qmail 11225 invoked by uid 97); 5 Apr 2003 00:01:53 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 11218 invoked from network); 5 Apr 2003 00:01:52 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Apr 2003 00:01:52 -0000 Received: (qmail 1109 invoked by uid 500); 4 Apr 2003 23:59:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 1095 invoked from network); 4 Apr 2003 23:59:53 -0000 Received: from mail.isisnetworks.net (207.233.128.194) by daedalus.apache.org with SMTP; 4 Apr 2003 23:59:53 -0000 Received: from isisnetworks.net [66.95.228.46] by mail.isisnetworks.net with ESMTP (SMTPD32-6.06) id A62848750128; Fri, 04 Apr 2003 18:32:56 -0500 Message-ID: <3E8E1573.3030500@isisnetworks.net> Date: Fri, 04 Apr 2003 18:29:55 -0500 From: Ryan Hoegg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021123 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [VOTE] codec to commons References: <002301c2fae1$316e1a00$19d3d10c@tobrien> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N +1 O'brien, Tim wrote: >Formal vote, codec is ready for a release. Please submit votes within the >next 72 hours, I will summarize the results at that time. > >* Base64 is based upon the latest code from HttpClient and XML-RPC - the >interfaces are a product of negotiation between these two efforts. > >* Codec contains a number of language utilities - Soundex, RefinedSoundex >and Metaphone are stable and ready for use. I am currently consulting the >PMC for an opinion on DoubleMetaphone and Nysiis. > >* The goal for this release is simply to provide a common Base64 >implementation for HttpClient and xml-rpc. There are other available >utilities. > >* There is a community of contributors who have shown a clear interest in >expanding codec - contributors can be found on this report: >http://jakarta.apache.org/commons/sandbox/codec/team-list.html > >* As required by the proposal, codec is simple, and well-tested package: >http://jakarta.apache.org/commons/sandbox/codec/clover/index.html > >Here is a copy of the tightly scoped PROPOSAL: > > > >Proposal for Codec Package > >January 24, 2002 > >(0) Rationale > >Many software projects have a need to use various formats of data, and to be >able to switch between various formats. The codec package seeks to >encapsulate some of the most popular encode/decode algorithms in one easy to >use, well tested package. A base64 codec is the first candidate, with others >to follow soon. > >(1) Scope of the Package > >This proposal is to create a package of Java utility classes for the >encoding/decoding of various types of data. A base64 codec will be the first >implementation. > >(1.5) Interaction With Other Packages > >Codec relies only on standard JDK 1.2 (or later) APIs for production >deployment. It utilizes the JUnit unit testing framework for developing and >executing unit tests, but this is of interest only to developers of the >component. Codec will be a dependency for several existing components in the >open source world. > >No external configuration files are utilized. > >(2) Initial Source of the Package > >The original Java classes (Base64, etc.) are splashed around various Apache >subprojects. We intend to seek them out and integrate them. > >The proposed package name for the new component is org.apache.commons.codec. > > >(3) Required Jakarta-Commons Resources > >CVS Repository - New directory codec in the jakarta-commons CVS repository. > >Mailing List - Discussions will take place on the general >commons-dev@jakarta.apache.org mailing list. To help list subscribers >identify messages of interest, it is suggested that the message subject of >messages about this component be prefixed with [Codec]. > >Bugzilla - New component "Codec" under the "Commons" product category, with >appropriate version identifiers as needed. > >(4) Initial Committers > >The initial committers on the Lang component shall be as follows: > >Scott Sanders (sanders) >Henri Yandell (bayard) >Daniel Rall (dlr) >Tim O'Brien (tobrien) > > > >-------- >Tim O'Brien > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org