Branch: refs/heads/bug-fix/serializable-filefilter
  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.


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