#1456 closed defect (fixed)

SimpleDateFormat implementation is not thread-safe

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: Relax v1.7
Component: net.sf.basedb.relax Keywords:
Cc:

Description

See #1454.

We use the SimpleDateFormat class in some places.

Change History (1)

comment:1 by Nicklas Nordborg, 10 months ago

Owner: set to Nicklas Nordborg
Resolution: fixed
Status: newclosed

In 7036:

Fixes #1456: SimpleDateFormat implementation is not thread-safe

Replaced SimpleDateFormat with FastDateFormat.

Note: See TracTickets for help on using tickets.