Re: [lang] LANG-279 HashCodeBuilder

2006-09-29 Thread Rahul Akolkar
On 9/29/06, Gary Gregory <[EMAIL PROTECTED]> wrote: Is SVN down? I am getting the following error: Looks fine to me. -Rahul Gary Problems reported while synchronizing SVNStatusSubscriber. 0 of 1 resources were synchronized. An error occurred synchronizing /Apache Jakarta Commons trunk

RE: [lang] LANG-279 HashCodeBuilder

2006-09-29 Thread Gary Gregory
Is SVN down? I am getting the following error: Gary Problems reported while synchronizing SVNStatusSubscriber. 0 of 1 resources were synchronized. An error occurred synchronizing /Apache Jakarta Commons trunks-proper/lang: Error getting status for resource F/Apache Jakarta Commons trunks-prope

Re: [lang] LANG-279 HashCodeBuilder

2006-09-29 Thread Henri Yandell
On 9/19/06, Henri Yandell <[EMAIL PROTECTED]> wrote: We also have: https://issues.apache.org/jira/browse/LANG-69 I've assigned both of the ObjectCycle bugs to you Gary under the assumption that your previous email means that you have a particular set of fixes in mind. Feel free to unassign th

Re: [lang] LANG-279 HashCodeBuilder

2006-09-19 Thread Henri Yandell
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-SNAPSHO

[lang] LANG-279 HashCodeBuilder

2006-09-19 Thread Gary Gregory
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 > -Origi