LANG-102 was fixed

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@492037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-01-03 03:49:09 +00:00
parent cd6d6bb580
commit a1cf642b8d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ as int not long. The replacements are MILLIS_PER_*.
BUG FIXES IN 2.3: BUG FIXES IN 2.3:
* [LANG-69 ] - [lang] ToStringBuilder throws StackOverflowError when an Object cycle exists * [LANG-69 ] - [lang] ToStringBuilder throws StackOverflowError when an Object cycle exists
* [LANG-102] - [lang] Refactor Entities methods
* [LANG-153] - [lang] Can't XMLDecode an Enum * [LANG-153] - [lang] Can't XMLDecode an Enum
* [LANG-262] - Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions. * [LANG-262] - Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions.
* [LANG-279] - HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle. * [LANG-279] - HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle.