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
|
2011-11-08 23:25:12 -05:00
|
|
|
Version 3.0.2
|
2003-07-11 02:38:58 -04:00
|
|
|
Release Notes
|
2002-07-18 23:35:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
INTRODUCTION:
|
|
|
|
|
2011-11-08 23:25:12 -05:00
|
|
|
This document contains the release notes for the 3.0.2 version of Apache Commons Lang.
|
2010-07-25 02:53:41 -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
|
|
|
|
2011-08-05 03:28:15 -04:00
|
|
|
Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics,
|
2010-07-25 02:53:41 -04:00
|
|
|
variable arguments, autoboxing, concurrency and formatted output.
|
2008-03-15 02:19:46 -04:00
|
|
|
|
2011-08-05 03:28:15 -04:00
|
|
|
For the advice on upgrading from 2.x to 3.x, see the following page:
|
2011-03-03 02:15:07 -05:00
|
|
|
|
|
|
|
http://commons.apache.org/lang/article3_0.html
|
2010-02-24 20:29:36 -05:00
|
|
|
|
2011-11-08 23:25:12 -05:00
|
|
|
CHANGES IN 3.0.2
|
2011-03-02 23:45:03 -05:00
|
|
|
================
|
2010-07-25 02:53:41 -04:00
|
|
|
|
2011-11-08 23:25:12 -05:00
|
|
|
[LANG-760] Add API StringUtils.toString(byte[] intput, String charsetName)
|
|
|
|
[LANG-756] Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)
|
|
|
|
[LANG-758] Add an example with whitespace in StringUtils.defaultIfEmpty
|
|
|
|
[LANG-752] Fix createLong() so it behaves like createInteger()
|
|
|
|
[LANG-751] Include the actual type in the Validate.isInstance and isAssignableFrom exception messages
|
|
|
|
[LANG-748] Deprecating chomp(String, String)
|
|
|
|
[LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY
|
|
|
|
[LANG-695] SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system
|
|
|
|
|
|
|
|
BUG FIXES IN 3.0.2
|
2011-08-05 03:28:15 -04:00
|
|
|
==================
|
|
|
|
|
2011-11-08 23:25:12 -05:00
|
|
|
[LANG-749] Incorrect Bundle-SymbolicName in Manifest
|
|
|
|
[LANG-746] NumberUtils does not handle upper-case hex: 0X and -0X
|
|
|
|
[LANG-744] StringUtils throws java.security.AccessControlException on Google App Engine
|
|
|
|
[LANG-741] Ant build has wrong component.name
|
|
|
|
[LANG-698] Document that the Mutable numbers don't work as expected with String.format
|