Discussion:
[lsc-dev] [LDAP Synchronization Connector - Bug #835] (New) DateUtils.SimpleDateFormat is not thread safe
n***@lsc-project.org
2016-02-25 15:13:55 UTC
Permalink
Issue #835 has been reported by Jon Kidder.

----------------------------------------
Bug #835: DateUtils.SimpleDateFormat is not thread safe
http://tools.lsc-project.org/issues/835

Author: Jon Kidder
Status: New
Priority: Normal
Assigned to:
Category: Core
Target version:
Problem in version: 2.1.3


Notes from Sebastien:

Hi Jon,

Yes I confirm that the underlying class into DateUtils which is SimpleDateFormat is not thread safe. We should replace it with org.apache.commons.lang3.time.FastDateFormat or any other thread safe implementation.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
n***@lsc-project.org
2016-02-25 15:17:26 UTC
Permalink
Issue #835 has been updated by Clément OUDOT.

Target version set to Not planned


----------------------------------------
Bug #835: DateUtils.SimpleDateFormat is not thread safe
http://tools.lsc-project.org/issues/835

Author: Jon Kidder
Status: New
Priority: Normal
Assigned to:
Category: Core
Target version: Not planned
Problem in version: 2.1.3


Notes from Sebastien:

Hi Jon,

Yes I confirm that the underlying class into DateUtils which is SimpleDateFormat is not thread safe. We should replace it with org.apache.commons.lang3.time.FastDateFormat or any other thread safe implementation.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
Loading...