Skip to content
Snippets Groups Projects
  1. Mar 09, 2017
    • gmantele's avatar
      [UWS,TAP] Synchronize access to ISO8601Format. · fa206848
      gmantele authored
      This class is using static attributes of type DecimalFormat.
      Unfortunately this type of objects can NOT be accessed by multiple
      threads simultaneously: it is not thread-safe. Parsing errors,
      mostly during TAP uploads, have been experienced for this reason.
      
      To solve quickly this issue, the main static public functions of
      ISO8601Format have been synchronized.
      fa206848
  2. Jan 12, 2016
  3. Dec 11, 2015
  4. Jun 08, 2015
  5. Apr 22, 2015
  6. Oct 01, 2014
Loading