Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 50372 invoked from network); 26 Jun 2009 03:42:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 03:42:41 -0000 Received: (qmail 6651 invoked by uid 500); 26 Jun 2009 03:42:52 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 6244 invoked by uid 500); 26 Jun 2009 03:42:50 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 6235 invoked by uid 99); 26 Jun 2009 03:42:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 03:42:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 03:42:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D1FA3238889C; Fri, 26 Jun 2009 03:42:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r788564 - in /commons/proper/lang/trunk: pom.xml xdocs/changes.xml Date: Fri, 26 Jun 2009 03:42:27 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090626034227.D1FA3238889C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Fri Jun 26 03:42:27 2009 New Revision: 788564 URL: http://svn.apache.org/viewvc?rev=788564&view=rev Log: Adding changes report and filling out v1.0.1 Modified: commons/proper/lang/trunk/pom.xml commons/proper/lang/trunk/xdocs/changes.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=788564&r1=788563&r2=788564&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Fri Jun 26 03:42:27 2009 @@ -447,6 +447,22 @@ + + org.apache.maven.plugins + maven-changes-plugin + 2.0 + + ${basedir}/xdocs/changes.xml + %URL%/%ISSUE% + + + + + changes-report + + + + maven-checkstyle-plugin 2.1 @@ -456,6 +472,7 @@ + org.codehaus.mojo cobertura-maven-plugin Modified: commons/proper/lang/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/changes.xml?rev=788564&r1=788563&r2=788564&view=diff ============================================================================== --- commons/proper/lang/trunk/xdocs/changes.xml (original) +++ commons/proper/lang/trunk/xdocs/changes.xml Fri Jun 26 03:42:27 2009 @@ -21,36 +21,33 @@ - + - + - + - + - + - + - + + NumberRange.getMaximum returns minimum + Enum constructor validations + NestableException/Delegate is not serializable + split using null and max less than actual token count adds "null" + ExceptionUtils cannot handle J2EE-Exception in a default way - +