[
https://issues.apache.org/jira/browse/OPENJPA-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marc Breslow updated OPENJPA-2629:
----------------------------------
Attachment: OPENJPA-2629.patch
> Found (and fixed) 2 instances of static SimpleDateFormat objects which are
> not threadsafe
> -----------------------------------------------------------------------------------------
>
> Key: OPENJPA-2629
> URL: https://issues.apache.org/jira/browse/OPENJPA-2629
> Project: OpenJPA
> Issue Type: Bug
> Reporter: Marc Breslow
> Attachments: OPENJPA-2629.patch
>
>
> Static instances of SimpleDateFormat used in multithreaded code may cause
> data corruption or incorrect values to be reported. This patch remediates 2
> of these issues by synchronizing access to the class variables.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)