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 1CAD4D62A for ; Sat, 29 Sep 2012 11:03:56 +0000 (UTC) Received: (qmail 33012 invoked by uid 500); 29 Sep 2012 11:03:55 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 32828 invoked by uid 500); 29 Sep 2012 11:03:55 -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 32796 invoked by uid 99); 29 Sep 2012 11:03:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 11:03:53 +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 (nike.apache.org: domain of garydgregory@gmail.com designates 209.85.220.43 as permitted sender) Received: from [209.85.220.43] (HELO mail-pa0-f43.google.com) (209.85.220.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 11:03:47 +0000 Received: by padfb1 with SMTP id fb1so3775393pad.30 for ; Sat, 29 Sep 2012 04:03:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:in-reply-to:mime-version:date:message-id:subject:to :content-type:content-transfer-encoding; bh=OA8cbkNFpAnJgOifiwAulC2klKqbeUJSz7F5d8jCMDM=; b=HOCplPjTR8iVq/qWfI0FokK+g7o1jQUXzqzIsn4NT9fmnAP+7bs/BUKCetON8FvX1a ZuUp12/275xsfm7dkQsgeqT7lIeeam7kNWB0YuWs0TzDn2Vgq75oyx+4Poo/VC9ivT17 QFyvlFiaY9YiuDgippC4LLQDx+ZcwndRtjS5p0dVA9rWK3IldRWAj9Nexph1jAvpFlkd pdCgUa/ixUWtNUhTdvkZ2/Ays96pyRya4EPoy5HF2wd1Kbl+dD5fYr/JCDuYmJxdGUvM lkQEgouU7mHm5EyyDILETaw1s96FViMPA/OD6lhyTpeWqJIyaYO7lYco657fLoqpPqr+ Yc3w== Received: by 10.66.75.73 with SMTP id a9mr23855543paw.43.1348916606232; Sat, 29 Sep 2012 04:03:26 -0700 (PDT) References: <20120927225347.553082388A3F@eris.apache.org> <10116583.4761.1348916337309.JavaMail.mobile-sync@oeif2> From: Gary Gregory In-Reply-To: <10116583.4761.1348916337309.JavaMail.mobile-sync@oeif2> Mime-Version: 1.0 (1.0) Date: Sat, 29 Sep 2012 07:03:24 -0400 Message-ID: <5306708592166584901@unknownmsgid> Subject: Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sep 29, 2012, at 6:58, "J=C3=B6rg Schaible" wrot= e: > Gary Gregory wrote: > >> On Fri, Sep 28, 2012 at 1:47 PM, J=C3=B6rg Schaible >> wrote: >> >>> sebb wrote: > > [snip] > >>>> Unless there is a significant improvement across several Java >>>> versions, I'm -1 on the change as the code is now more obscure. >>> >>> Done. >>> >>> Any comment on replacing the standard hex representation (i.e. lower ca= se >>> letters like JDK does)? >> >> >> While semantically the same, I wonder if changing the output style will >> surprise some users. I'm 50/50. >> >> >>> Or further usage of JDK functionality? >>> >> >> I think it has to be considered on a case by case basis if there are any >> side-effects like the one above. > > This code is completely new for 3.2, so *now* is the time to decide ;-) Well, we should just reuse the JRE then. The question should be flipped: why should we /not/ reuse the JRE in this case? G > > - J=C3=B6rg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org