Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 4c283c6122b8cb49374d3372be9f014e721644b6
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/4c283c6122b8cb49374d3372be9f014e721644b6
  Author: Eryk Szymanski <[email protected]>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/BuildMemoryReport.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/support/BuildMemoryComponent.java

  Log Message:
  -----------
  Fix problem with static access to SimpleDateFormat

The BuildMemoryReport.TS_FORMAT is a static field of type
java.text.DateFormat, which isn't thread safe

As the JavaDoc states, DateFormats are inherently unsafe for
multithreaded use. More on that plus fix can be found here:[1]

[1]https://stackoverflow.com/questions/4021151/java-dateformat-is-not-threadsafe-what-does-this-leads-to


  Commit: d7a303cff7f893d51a67146ecf8d7f757c4c3e9a
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d7a303cff7f893d51a67146ecf8d7f757c4c3e9a
  Author: Robert Sandell <[email protected]>
  Date:   2018-11-02 (Fri, 02 Nov 2018)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/BuildMemoryReport.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/diagnostics/support/BuildMemoryComponent.java

  Log Message:
  -----------
  Merge pull request #381 from eryksz/fix_SimpleDateFormat

Fix problem with static access to SimpleDateFormat


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/471f8da9e4f0...d7a303cff7f8
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to