2005-02-12 15:27:06 -05:00
|
|
|
$Id$
|
2002-07-18 23:35:56 -04:00
|
|
|
|
2003-07-08 01:50:42 -04:00
|
|
|
Commons Lang Package
|
2006-12-26 16:23:20 -05:00
|
|
|
Version 2.3
|
2003-07-11 02:38:58 -04:00
|
|
|
Release Notes
|
2002-07-18 23:35:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
INTRODUCTION:
|
|
|
|
|
2006-12-26 16:23:20 -05:00
|
|
|
This document contains the release notes for the 2.3 version of Apache
|
|
|
|
Jakarta Commons Lang.
|
2004-10-16 12:45:59 -04:00
|
|
|
Commons Lang is a set of utility functions and reusable components that
|
|
|
|
should be of use in any Java environment.
|
2002-07-25 18:44:29 -04:00
|
|
|
|
2006-12-26 16:23:20 -05:00
|
|
|
INCOMPATIBLE CHANGES WITH VERSION 2.2:
|
2003-07-16 17:19:22 -04:00
|
|
|
|
2006-12-26 16:23:20 -05:00
|
|
|
- Mention LANG-302 (StrBuilder implementing Cloneable)
|
|
|
|
- ?
|
2006-09-17 04:18:08 -04:00
|
|
|
|
|
|
|
ADDITIONAL INCOMPATIBLE CHANGES WITH VERSION 2.0:
|
2002-07-25 18:44:29 -04:00
|
|
|
|
2004-10-16 12:45:59 -04:00
|
|
|
- The Nestable interface defines the method indexOfThrowable(Class).
|
|
|
|
Previously the implementations checked only for a specific Class.
|
|
|
|
Now they check for subclasses of that Class as well.
|
|
|
|
For most situations this will be the expected behaviour (ie. its a bug fix).
|
|
|
|
If it causes problems, please use the ExceptionUtils.indexOfThrowable(Class) method instead.
|
|
|
|
Note that the ExceptionUtils method is available in v1.0 and v2.0 of commons-lang and has not been changed.
|
|
|
|
(An alternative to this is to change the public static matchSubclasses flag on NestableDelegate.
|
|
|
|
However, we don't recommend that as a long-term solution.)
|
2002-07-25 18:44:29 -04:00
|
|
|
|
2004-10-16 12:45:59 -04:00
|
|
|
- The StopWatch class has had much extra validation added.
|
|
|
|
If your code previously relied on unusual aspects, it may no longer work.
|
2002-07-18 23:35:56 -04:00
|
|
|
|
2005-06-01 16:36:59 -04:00
|
|
|
- Starting with version 2.1, Ant version 1.6.x is required to build. Copy
|
2005-06-01 18:19:20 -04:00
|
|
|
junit.jar to ANT_HOME/lib. You can get JUnit from http://www.junit.org. See the developer's guide
|
|
|
|
for more details.
|
2005-06-01 16:36:59 -04:00
|
|
|
|
2006-12-26 16:23:20 -05:00
|
|
|
DEPRECATIONS FROM 2.2 to 2.3:
|
|
|
|
|
|
|
|
- ?
|
|
|
|
|
2005-10-22 18:11:24 -04:00
|
|
|
DEPRECATIONS FROM 2.1 to 2.2:
|
|
|
|
|
2006-09-17 04:18:08 -04:00
|
|
|
- None
|
2002-07-18 23:35:56 -04:00
|
|
|
|
2005-10-22 18:11:24 -04:00
|
|
|
DEPRECATIONS FROM 2.0 to 2.1:
|
2002-09-24 21:33:06 -04:00
|
|
|
|
2004-10-16 12:45:59 -04:00
|
|
|
- The enum package has been renamed to enums for JDK1.5 compilance.
|
|
|
|
All functionality is identical, just the package has changed.
|
|
|
|
This package will be removed in v3.0.
|
2002-09-24 21:33:06 -04:00
|
|
|
|
2004-10-16 12:45:59 -04:00
|
|
|
- NumberUtils.stringToInt - renamed to toInt
|
2003-07-08 01:50:42 -04:00
|
|
|
|
2004-10-16 12:45:59 -04:00
|
|
|
- DateUtils - four constants, MILLIS_IN_* have been deprecated as they were defined
|
|
|
|
as int not long. The replacements are MILLIS_PER_*.
|
2003-08-15 22:41:18 -04:00
|
|
|
|
2003-07-08 01:50:42 -04:00
|
|
|
|
2006-12-26 16:23:20 -05:00
|
|
|
BUG FIXES IN 2.3:
|
|
|
|
|
|
|
|
?
|
|
|
|
|
|
|
|
IMPROVEMENTS IN 2.3:
|
2006-08-04 03:05:24 -04:00
|
|
|
|
2006-12-26 16:23:20 -05:00
|
|
|
?
|