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.
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
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
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
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
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
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
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
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!
>
>