Re: [lang 3] Validate: rename methods

2009-11-30 Thread Paul Benedict
What do you mean it's "in the inheritance chain"? Since Junit 4, inheriting from a JUnit base class is no longer necessary or desirable. Those methods are static and are now imported statically. Likewise, static imports would also be appropriate to use Spring's and Google's validation code. Bas

Re: [JEXL] JexlContext API changes in JEXL-92 (was: svn commit: r884650 [1/2] ...)

2009-11-30 Thread Rahul Akolkar
I have three comments plus two nits below (search for strings "Comment" and "Nit"): On Thu, Nov 26, 2009 at 12:17 PM, wrote: > Author: henrib > Date: Thu Nov 26 17:17:42 2009 > New Revision: 884650 > > URL: http://svn.apache.org/viewvc?rev=884650&view=rev > Log: > JEXL-92: refactored JexlContext

primitives

2009-11-30 Thread Benson Margulies
Hello commons dev, I proposed a lab over at labs in which to start construction of something much like what commons-primitives describes itself as setting out to do. The web page for primitives suggests a rather dormant state. Is there anybody in there actively working on primitives? --benson mar

Re: primitives

2009-11-30 Thread Stephen Colebourne
Benson Margulies wrote: I proposed a lab over at labs in which to start construction of something much like what commons-primitives describes itself as setting out to do. The web page for primitives suggests a rather dormant state. Is there anybody in there actively working on primitives? I thi

Re: [JEXL] JexlContext API changes in JEXL-92 (was: svn commit: r884650 [1/2] ...)

2009-11-30 Thread henrib
Repaired damage through revision 885553. Hope this suits better. Rahul Akolkar wrote: > > I have three comments plus two nits below (search for strings > "Comment" and "Nit"): > ... > -- View this message in context: http://n4.nabble.com/Re-JEXL-JexlContext-API-changes-in-JEXL-92-was-svn-co

Re: primitives

2009-11-30 Thread Benson Margulies
Stephen, It's interesting to me that the world in general knows about Trove, but not so much this. The fact that the front page is labelled with a snapshot version might have something to do with it, but I am kind of mystified. One thing that I'd like to add that Trove has is a full generic objec

Re: primitives

2009-11-30 Thread Henri Yandell
Or you could start up a sandbox project. We've had good success with ASF committers creating a sandbox branch of a released component, and after diving in for a while it's then merged in to trunk where they then become one of the most active coders of that component. So +1 to a sandbox branch to p

Re: primitives

2009-11-30 Thread James Carman
Good idea, Henri. I'm +1 to that. On Mon, Nov 30, 2009 at 11:24 PM, Henri Yandell wrote: > Or you could start up a sandbox project. We've had good success with > ASF committers creating a sandbox branch of a released component, and > after diving in for a while it's then merged in to trunk where