Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 255832

A fix has been checked in for bug 255832

https://bugs.eclipse.org/bugs/show_bug.cgi?id=255832

XML conversions for date strings fail when run with multiple threads. This was due to a bug in DateFormatThreadLocal that was causing the same instance of SimpleDateFormat to be used for all threads instead of caching a separate instance.

Code Reviewed by: Blaise Doughan

-Matt


Back to the top