Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codedx-plugin
  Commit: face204d2bb1eeb475bdcbd952b40f0b8a49f955
      
https://github.com/jenkinsci/codedx-plugin/commit/face204d2bb1eeb475bdcbd952b40f0b8a49f955
  Author: Samuel B. Johnson <[email protected]>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codedx/Archiver.java

  Log Message:
  -----------
  Make Archiver’s FileFilter implementation be serializable

Previously, the anonymous inner class used as the FileFilter for creating an 
archive of the workspace didn’t implement serializable. As a result, when the 
plugin was used in a distributed environment, exceptions were thrown. By making 
it a static inner class, we can implement serializable, and that should resolve 
the issue.


  Commit: 9715580ed3fa0c85b12fae7f25be6b2c756b3903
      
https://github.com/jenkinsci/codedx-plugin/commit/9715580ed3fa0c85b12fae7f25be6b2c756b3903
  Author: Dylan Halperin <[email protected]>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M src/main/java/com/secdec/codedx/api/client/Filter.java
    M src/main/java/com/secdec/codedx/util/CodeDxVersion.java
    M src/main/java/org/jenkinsci/plugins/codedx/AnalysisResultChecker.java
    M src/main/java/org/jenkinsci/plugins/codedx/CodeDxBuildAction.java
    M src/main/java/org/jenkinsci/plugins/codedx/CodeDxProjectAction.java
    M src/main/java/org/jenkinsci/plugins/codedx/CodeDxPublisher.java
    M src/main/java/org/jenkinsci/plugins/codedx/model/StatisticGroup.java
    M src/main/webapp/help-failureOnlyNew.html
    M src/main/webapp/help-unstableOnlyNew.html

  Log Message:
  -----------
  bring back "New" status support for Code Dx 2.4.2+

Removing "New" just didn't stick, so most of the changes related to
removing it have been reverted. Support for the "First Seen" filter
remains, and will be used if the Code Dx version check returns 2.4.0
or 2.4.1.


  Commit: 8b7c8dc7cbf7a972289819b5882527b38facaded
      
https://github.com/jenkinsci/codedx-plugin/commit/8b7c8dc7cbf7a972289819b5882527b38facaded
  Author: Dylan Halperin <[email protected]>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codedx/Archiver.java

  Log Message:
  -----------
  Merge branch 'bugfix/serializable-filefilter'


Compare: 
https://github.com/jenkinsci/codedx-plugin/compare/4b20abf30b6d...8b7c8dc7cbf7

-- 
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