Return-Path: Delivered-To: apmail-ws-juddi-dev-archive@www.apache.org Received: (qmail 82489 invoked from network); 19 Dec 2008 16:41:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 16:41:11 -0000 Received: (qmail 49182 invoked by uid 500); 19 Dec 2008 16:41:23 -0000 Delivered-To: apmail-ws-juddi-dev-archive@ws.apache.org Received: (qmail 49162 invoked by uid 500); 19 Dec 2008 16:41:23 -0000 Mailing-List: contact juddi-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: juddi-dev@ws.apache.org List-Id: Delivered-To: mailing list juddi-dev@ws.apache.org Received: (qmail 49153 invoked by uid 99); 19 Dec 2008 16:41:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 08:41:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kurt.stam@gmail.com designates 74.125.46.158 as permitted sender) Received: from [74.125.46.158] (HELO yw-out-1718.google.com) (74.125.46.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 16:41:03 +0000 Received: by yw-out-1718.google.com with SMTP id 6so723914ywa.88 for ; Fri, 19 Dec 2008 08:40:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=DbrebxjNqCCypFlAtUhp35w/9OCj9NOmJvra3Tlcsrw=; b=RsjXG8KXz+C7HqOgd+XhaQU67MlBGI3glqtrqCN/i5lD40pdx3ruLjn0txgOVh+a8q 8AhDEfS2ZjhKAWTk+caFpOmAseKOph25q2jvFzflD6puLKXdw/0hvNtS2v+IWCIYgj/Z DL5GjYvPSlLLp6513qVtSNsbKiaWa9kJUpKE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=l9qwgw3KG8Jry4EdaeXsaRi/Gvf/zslQTRllbzDyNyFv9Y7Ev3HrZh3yrG929Z17fo dLt8LHNLFmvMx12CqY1ZPVYbl/kgV74YPjcAQbjHBwD3M0p723a4NxrniBaFu+ineH+5 KIqKDnMO2mnWWd3RRD+5c4cq2HM2BbsdQ8NQk= Received: by 10.65.112.18 with SMTP id p18mr2558647qbm.87.1229704842048; Fri, 19 Dec 2008 08:40:42 -0800 (PST) Received: from kstam-mbpro-2.local (c-66-30-95-139.hsd1.ma.comcast.net [66.30.95.139]) by mx.google.com with ESMTPS id s30sm4307558qbs.38.2008.12.19.08.40.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Dec 2008 08:40:41 -0800 (PST) Message-ID: <494BCE88.5070009@gmail.com> Date: Fri, 19 Dec 2008 11:40:40 -0500 From: Kurt T Stam User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: juddi-dev@ws.apache.org Subject: Re: UUIDGen in jUDDI v3 References: <494B9FB5.9080300@gmail.com> <001801c961f7$0667eba0$1337c2e0$@org> In-Reply-To: <001801c961f7$0667eba0$1337c2e0$@org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If there is no reason, then I'd like to remove them and the factory and the config for it. Less to worry about is good in my book. The entire enchilada would collapse to the line: UUID.randomUUID(); I would like to achieve 100% unittest code coverage. Do I hear you signing up for adding tests for nostalgia sake :)? --Kurt Jeff Faath wrote: > Ah...for nostalgia? Actually, there's no harm in keeping them. If you want > to add an implementation of UUDIgen that uses the Java generator and make > that the default, that's fine. > > -----Original Message----- > From: Kurt T Stam [mailto:kurt.stam@gmail.com] > Sent: Friday, December 19, 2008 7:21 AM > To: juddi-dev@ws.apache.org > Subject: UUIDGen in jUDDI v3 > > Hi guys, > > Now that Java has it's own UUID generator do we still need the ones > provided in the org.apache.juddi.uuidgen package? I'm thinking not, but > if anybody has a good argument why we should keep the ones in there then > speak up! > > --Kurt > > >