Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.1, 1.0.0
-
None
Description
DateFormat instance AtlasBaseTypeDef.DATE_FORMATTER can potentially be referenced from multiple threads. Since DateFormat instances are not thread-safe, such use should be updated to use ThreadLocal instances.