Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 20991 invoked from network); 24 Nov 2002 20:36:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Nov 2002 20:36:14 -0000 Received: (qmail 3942 invoked by uid 97); 24 Nov 2002 20:37:17 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 3926 invoked by uid 97); 24 Nov 2002 20:37:17 -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 3908 invoked by uid 98); 24 Nov 2002 20:37:16 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Sun, 24 Nov 2002 15:36:08 -0500 (EST) From: Henri Yandell X-X-Sender: To: Jakarta Commons Developers List Subject: [lang] Another bugfix? Re: [lang] Release 1.0.1 test cut In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Anyone care to comment on the following bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=14306 and whether it should go in 1.0.1 release? Hen On Fri, 22 Nov 2002, Henri Yandell wrote: > I've cut a test of the 1.0.1 release files. They're at: > > http://www.apache.org/~bayard/commons-lang-1.0.1/ > > This is a proposed bugfix release and it fixes the following bugs: > > #14062: StringUtils.split fails to handle (String, null, int) correctly. > This results in the String "null" appearing in the split text, when > the text is not entirely consumed in the split, ie) int is less > than the number of whitespace tokens in the String. > Fix is courtesy of Mark McDowell. > > #- : SystemUtils.isJavaVersionAtLeast made static. > > #- : NumberUtils test fails in JDK 1.2 due to lack of 1.2 support for > "1.1E-700F". Fix is to use SystemUtils to protect it for the moment. > > #- : ToStringStyle did not compile under JDK 1.2 due to inner class > issues. Added explicit 'this.' prefixes to make this so. > > #14566: NumberRange.getMaximum was returning the minimum. > Bug reported by Kasper Ronning. > > #13527: ExceptionUtils now handles getCausedByException and getRootCause > from EJBException and ServletException, as reported by Lars > Beuster. > #14334: NestableDelegate now implements Serializable, as reported by > Max Rydahl Andersen. > > #13568: Enums cannot now be created with the same name as an already > existing Enum. Enum now compiles under JDK 1.2. > > > Does anyone see anything wrong? Are there any bugs outstanding that should > go in this release? > > Hen > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: