You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <fl...@gmail.com> on 2006/03/06 09:02:05 UTC

[beanutils] ISO Date converter

This seems like a useful class to me. Any reason not to add it?

http://issues.apache.org/bugzilla/show_bug.cgi?id=38772

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [beanutils] ISO Date converter

Posted by Niall Pemberton <ni...@gmail.com>.
On 3/6/06, Henri Yandell <fl...@gmail.com> wrote:
> This seems like a useful class to me. Any reason not to add it?
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=38772

Yes, it uses static instances of DateFormat and the DateFormat javadocs say:

"Date formats are not synchronized. It is recommended to create
separate format instances for each thread. If multiple threads access
a format concurrently, it must be synchronized externally"

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org