#1455 closed defect (fixed)
SimpleDateFormat implementation is not thread-safe
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | Job scheduler extension v1.9 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description
See #1454.
We use the SimpleDateFormat
class in some places.
Change History (3)
comment:1 by , 21 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 19 months ago
Milestone: | Job Scheduler extension v1.9 → Job scheduler extension v1.9 |
---|
Milestone renamed
Note:
See TracTickets
for help on using tickets.
We use the
SimpleDateFormat
class only via theDateFormatter
implementation from the BASE API. The issue with multi-threading has been fixed in BASE 3.19.7 https://base.thep.lu.se/ticket/2293.