Open GoogleCodeExporter opened 8 years ago
Just to save me some search, is RdbmsSpecifics thread-safe? (meaning, the
problem only comes from the DATE_FORMAT attribute, not from the returned
SimpleDataFormat)?
Original comment by frederic...@gmail.com
on 6 Oct 2014 at 11:49
RdbmsSpecifics is thread safe because create instance of SimpleDateFormat per
method call.
SimpleDateFormat method is not supported execution under the multithreaded
environment.(http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat
.html#synchronization)
I does not good at English, is ok with this answer ?
Original comment by kazuki43zoo
on 6 Oct 2014 at 12:20
As one cases, FastDateFormat(Common-lang) & Joda-Time is thread-safe libraries.
Original comment by kazuki43zoo
on 6 Oct 2014 at 12:36
Yes, of course, thanks, I will fix this quickly.
Original comment by frederic...@gmail.com
on 7 Oct 2014 at 4:06
Original comment by frederic...@gmail.com
on 31 Jan 2015 at 11:10
Original issue reported on code.google.com by
kazuki43zoo
on 4 Oct 2014 at 1:22