We also have:

https://issues.apache.org/jira/browse/LANG-69

ToStringBuilder has cycle problems, but the supplied patch messed
things up and needs either ignoring and the fix being done from
scratch, or ripping apart and applying.

I've branched 2.2.x off of the trunk, so trunk is now 2.3-SNAPSHOT and
you can dive in and start working on this on trunk (and hopefully
LANG-69 if it's the same concept and you're willing). I'm going to
start doing 2.3 stuff on trunk as well.

We can then backport to 2.2 when it gets committed if 2.2's not
released. Unless anyone thinks we should hold 2.2 up for these
particular bugs.

Hen

On 9/19/06, Gary Gregory <[EMAIL PROTECTED]> wrote:
Arg, I just ran into a case in our application where I get a stack
overflow with HashCodeBuilder and cyclical object trees:

https://issues.apache.org/jira/browse/LANG-279

I can fix this the same why I fixed ReflectionToStringBuilder.

The question is: do this now or after 2.2?

Gary

> -----Original Message-----
> From: Henri Yandell [mailto:[EMAIL PROTECTED]
> Sent: Sunday, September 10, 2006 1:11 AM
> To: Jakarta Commons Developers List
> Subject: [lang] LANG-262
>
> Any thoughts on this issue?
>
> https://issues.apache.org/jira/browse/LANG-262
>
> Says that the cEnumClasses Hashmap in the Enum class is keeping a
> ClassLoader from being garbage collected and that switching it to a
> WeakHashMap should fix it.
>
> Seems fair to me, and an easy fix for 2.2; but not something I can
> think of simple ways to unit test.
>
> Any thoughts?
>
> Hen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to