Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codedx-plugin
  Commit: 467ed16a7e303781cd33e989b5f1d82311fe679d
      
https://github.com/jenkinsci/codedx-plugin/commit/467ed16a7e303781cd33e989b5f1d82311fe679d
  Author: Samuel B. Johnson <samuel.john...@avi.com>
  Date:   2016-06-20 (Mon, 20 Jun 2016)

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

  Log Message:
  -----------
  Reduce output written while zipping source and binary

There was no reason to list every single file included in the zip sent to Code 
Dx. It's now logged, so it can be enabled on an as-needed basis, rather than 
being dumped into the build output every time.


  Commit: 0907145ac90dd84381c5931123463972f9f29561
      
https://github.com/jenkinsci/codedx-plugin/commit/0907145ac90dd84381c5931123463972f9f29561
  Author: Samuel B. Johnson <samuel.john...@avi.com>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

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

  Log Message:
  -----------
  Improve error reporting for failed analysis starts


  Commit: b8b8a0f0caf080fdb13be368d6f9ff0151a9df2b
      
https://github.com/jenkinsci/codedx-plugin/commit/b8b8a0f0caf080fdb13be368d6f9ff0151a9df2b
  Author: Samuel B. Johnson <samuel.john...@avi.com>
  Date:   2016-06-28 (Tue, 28 Jun 2016)

  Changed paths:
    M src/main/java/com/secdec/codedx/api/client/CodeDxRepeatingClient.java

  Log Message:
  -----------
  Fix compilation errors related to error reporting refactor


  Commit: c879e4f7f2debc5d487cc12e2d625ba789f0ddb7
      
https://github.com/jenkinsci/codedx-plugin/commit/c879e4f7f2debc5d487cc12e2d625ba789f0ddb7
  Author: Samuel B. Johnson <samuel.john...@avi.com>
  Date:   2016-06-28 (Tue, 28 Jun 2016)

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

  Log Message:
  -----------
  Fix client marshaling problem

For some reason, Jenkins was having problems when trying to reload the 
`CodeDxClient` instance from the config.xml file for the job. The problem was 
related to being unable to instantiate an instance of 
`LayeredSocketConnectionFactory` (which is an interface). Why it was trying to 
do that rather than instantiating an implementing class is unknown.

Making the `client` property transient, and then reloading it only when it's 
needed solves the problem, as there's nothing in the client itself that needs 
to be persisted.


Compare: 
https://github.com/jenkinsci/codedx-plugin/compare/ce7d91a24346...c879e4f7f2de

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to