Re: [lang] LazyInitializer

2009-10-25 Thread Oliver Heger
Stephen Colebourne schrieb: Oliver Heger wrote: The lazy initialization holder class idiom only applies for static fields of a class. The LazyInitializer class uses the double-check idiom and is intended for lazy initialization of instance fields. So there may be different use cases for it.

[all] Problems making a release with commons-parent-12

2009-10-25 Thread Siegfried Goeschl
Hi folks, I have a reproducable problems when preparing a RC using the shiny new commons-parent-12 - it hangs at this point [INFO] [INFO] Building tar : /Users/siegfriedgoeschl/work/asf/commons/proper/email/trunk/target/commons-email-1.2-src.tar.gz [INFO] [INFO] Building zip: /Users/siegfriedgoes

Re: [lang] LazyInitializer

2009-10-25 Thread Stephen Colebourne
Oliver Heger wrote: The lazy initialization holder class idiom only applies for static fields of a class. The LazyInitializer class uses the double-check idiom and is intended for lazy initialization of instance fields. So there may be different use cases for it. Maybe this fact can be better

Re: svn commit: r826960 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-25 Thread Henri Yandell
On Sun, Oct 25, 2009 at 4:02 AM, sebb wrote: > On 25/10/2009, Henri Yandell wrote: >> On Sat, Oct 24, 2009 at 4:05 AM, Stephen Colebourne >>   wrote: >>  > bay...@apache.org wrote: >>  >> >>  >> URL: http://svn.apache.org/viewvc?rev=826960&view=rev >>  >> Log: >>  >> Moved identityToString(String

[cli2] RegexpValidator

2009-10-25 Thread Piotr Repetowski
Hi, my name is Peter (Piotr in Polish) and I used to use CLI in my project. Now I am a PHP developer and I want to refresh my Java knowledge and gain some new experience. I checked out source code and look into it. What do you think about adding new validator RegexpValidator? New class can c

Re: svn commit: r775045 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/ test/org/apache/commons/lang/builder/

2009-10-25 Thread sebb
On 24/10/2009, Stephen Colebourne wrote: > bay...@apache.org wrote: > > > URL: http://svn.apache.org/viewvc?rev=775045&view=rev > > Log: > > Genericizing per LANG-336. Removed two lines in the test that were trying > to build a to string up to a class that was not in the hierarchy. The > compiler

Re: svn commit: r826960 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-25 Thread sebb
On 25/10/2009, Henri Yandell wrote: > On Sat, Oct 24, 2009 at 4:05 AM, Stephen Colebourne > wrote: > > bay...@apache.org wrote: > >> > >> URL: http://svn.apache.org/viewvc?rev=826960&view=rev > >> Log: > >> Moved identityToString(StringBuffer, Object) to > >> identityToString(Appendable, O

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-10-25 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

Re: [exec] ThreadPool?

2009-10-25 Thread Siegfried Goeschl
Hi Ryan, positive feedback is always welcome ... :-) Regarding thread pool - I'm aware of the limitation and will have a look at it. Siegfried Goeschl Ryan McKinley wrote: > Hello- > > I just switched from my own exec wrappers to commons exec, and it is > much better -- thank you thank you! > >