mixpanel / mixpanel-java

Other
49 stars 37 forks source link

Don't use a shared DateFormat in MessageBuilder #5

Closed joeatwork closed 11 years ago

joeatwork commented 11 years ago

Turns out that SimpleDateFormat isn't thread safe, which makes an individual instance of MessageFormat not safe for use across multiple threads.

joeatwork commented 11 years ago

Fixed in 0af5f352aa433116c4f95, release 1.1.4