Re: Commons Collections & Java 5

2007-11-21 Thread Brian A. Egge
erics branch, but it's a lot of work for just one committer. -Brian --- On Tue, 11/20/07, Rijk van Haaften <[EMAIL PROTECTED]> wrote: > From: Rijk van Haaften <[EMAIL PROTECTED]> > Subject: Commons Collections & Java 5 > To: "Jakarta Commons Developers List&quo

Re: Commons Collections & Java 5

2007-11-20 Thread Rijk van Haaften
> I'm also interested in helping, and have contributed a few patches. > Unfortunately, as Stephen indicated, because there aren't many > interested committers, patches tend to languish for a while before > anyone has time to look at them. A few weeks ago, someone looked at > the patch I submitted

Re: Commons Collections & Java 5

2007-11-20 Thread Edwin Tellman
I'm also interested in helping, and have contributed a few patches. Unfortunately, as Stephen indicated, because there aren't many interested committers, patches tend to languish for a while before anyone has time to look at them. A few weeks ago, someone looked at the patch I submitted

Re: Commons Collections & Java 5

2007-11-20 Thread Rijk van Haaften
> Tickets and patches - see > https://issues.apache.org/jira/browse/COLLECTIONS/fixforversion/12312131. > > Thanks for the interest - look forward to your input. Apologies in > advance for the speed ... I'm the only real committer at the moment, and > do not have much time to spare - however, I am

Re: Commons Collections & Java 5

2007-11-19 Thread Stephen Kestle
Tickets and patches - see https://issues.apache.org/jira/browse/COLLECTIONS/fixforversion/12312131. Thanks for the interest - look forward to your input. Apologies in advance for the speed ... I'm the only real committer at the moment, and do not have much time to spare - however, I am trying

Re: Commons Collections & Java 5

2007-11-19 Thread Rijk van Haaften
> We are, slowly, beginning such efforts. > > Towards your specific question about Commons Collections, see this > branch (long URL, may get fragmented): > > > http://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch/ > > -Rahul If I'd like to contribute, what's

Re: Commons Collections & Java 5

2007-11-19 Thread Rahul Akolkar
On 11/19/07, Rijk van Haaften <[EMAIL PROTECTED]> wrote: > Hi, > > As I couldn't find info on Commons & the new Java 5 language features, I > decided to ask it here. Is there a policy on the use of them (Enum, > Generics, Annotations) in commons code? Notably for collections, type-safety > might be

Commons Collections & Java 5

2007-11-19 Thread Rijk van Haaften
Hi, As I couldn't find info on Commons & the new Java 5 language features, I decided to ask it here. Is there a policy on the use of them (Enum, Generics, Annotations) in commons code? Notably for collections, type-safety might be an interesting feature. How about a branch of commons collections t