#2293 closed defect (fixed)

SimpleDateFormat implementation is not thread-safe

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 3.19.7
Component: core Version:
Keywords: Cc:

Description

See https://baseplugins.thep.lu.se/ticket/1454

The SimpleDateFormat class is used in some places.

Change History (2)

comment:1 by Nicklas Nordborg, 15 months ago

In 8109:

References #2293: SimpleDateFormat implementation is not thread-safe

Replaced SimpleDateFormat with FastDateFormat in several places where it was easy to do so. The DateFormatter implementation was solved with syncronization instead since we need the non-lenient feature of the SimpleDateFormat in some cases.

comment:2 by Nicklas Nordborg, 15 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.