From 90e280bced9aeec1fc3e1d0979ecebbe6702f14f Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 23 Aug 2011 08:23:12 +0000 Subject: [PATCH] Adding current 3.0.2 items git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160581 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/changes/changes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index 534b8c963..8e18ede7f 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -21,6 +21,14 @@ + + CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY + StringUtils throws java.security.AccessControlException on Google App Engine + SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system + Document that the Mutable numbers don't work as expected with String.format + Ant build has wrong component.name + + SerializationUtils.clone: Fallback to context classloader if class not found in current classloader. ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6.