SimpleDateFormat is not thread safe

Issue #1732 resolved
Daniel Zoller created an issue

... but we use it as constant.

Please replace all occurrences with joda time, except the ones in -model, -rest-client, -rest-common. In these modules we can't use the joda time dependency so only remove the constant of the simpledateformat

Comments (8)

  1. Former user Account Deleted
    • All occurrences of SimpleDateFormat outside of the aforementioned modules have been replaced with the joda time equivalent
    • Occurrences in those modules are no longer constant
  2. Log in to comment