Re: [ALL] Improving Commons public relations

2013-07-12 Thread Jonas Sprenger
> 1. I'd like to make it easier for users to identify which components may be > of interest for them. One way to accomplish this would be to introduce > categories like they did in the wikipedia article about commons [1] +1 Would be way easier to find tickets to start with. > [1] http://en.wiki

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Jonas Sprenger
Hi Anshul, there are some information about contributing at: http://commons.apache.org/volunteering.html In other words, ist all up to you ;) regards, Jonas 2013/7/2 Anshul Zunke > Thanks Thomas :) > Just 1 quick question, > How can i be part of the contributors in apache collection project?

Re: [CHAIN] Thoughts about o.a.c.chain2.Chain, o.a.c.chain2.Command and the base classes

2013-06-27 Thread Jonas Sprenger
Hi Elijah, The ‘Continue’ and ‘Completed’ values look very similar to me, especially in Unit tests. I suggest naming the two states: - Continue - Finished >With regards to an enum for status, wouldn't it be better to use a class so >that consumers could subclass it and add their own states if need

Re: [CHAIN] Thoughts about o.a.c.chain2.Chain, o.a.c.chain2.Command and the base classes

2013-06-21 Thread Jonas Sprenger
Hi Simone, more meat as I expected, thats for sure. I will provide a patch for CHAIN-98tomorow. The patch will only cover the refactoring of CONTINUE and COMPLETED processing results. But, I do not understand how exceptions should be handled in thi

Re: [CHAIN] Thoughts about o.a.c.chain2.Chain, o.a.c.chain2.Command and the base classes

2013-06-20 Thread Jonas Sprenger
Hi guys, so we talk about an enum 'PROCESSING' providing at least 3 states? - CONTINUE - COMPLETE - ABORTED Ticket CHAIN-98 has been created to cover this task. regards, Jonas 2013/6/20 Simone Tripodi > Hallo Bene, > > > * JavaDoc of Command