sebb wrote: > BTW, Commons LANG has a thread-safe FastDateUtils which can be used > for formatting (but not parsing) dates. A whole jar for one method is somewhat overkill.
> Not sure why you did not just fix DateTool - e.g. by using ThreadLocal > (or indeed synchronizing the use of DateFormats) - rather than fixing > all calls to DateTool. > Or maybe I've misunderstood something here. The class served no purpose. There aren't lots of places using this code. ThreadLocals and container classloader environments need careful handling to avoid memory leaks. In this case the pain to make sure there wasn't a memory leak wasn't worth the gain. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]