Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 8e0a8667a04dfd8d3509a08dc693de31cd5d2e77
      
https://github.com/jenkinsci/remoting/commit/8e0a8667a04dfd8d3509a08dc693de31cd5d2e77
  Author: Jenkins BBVA <[email protected]>
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
    M src/main/java/hudson/remoting/UserRequest.java

  Log Message:
  -----------
  [JENKINS-19445] Force class load on UserRequest (#82)

* Force class load on UserRequest, see JENKINS-19445

This is a workaround to force class load of any class. This helps prevent 
deadlock on windows nodes when using JNA and Subversion.
Use property hudson.remoting.RemoteClassLoader.force to name the class to load. 
Ideally this forced load should happen earlier on the startup, however the 
classloader isn't available.

* Update UserRequest as per code review comments

Fixes based on code review of pull-request: 
https://github.com/jenkinsci/remoting/pull/82

* Fix Logger.log() invocation

Fix Logger.log() invocation: needs Object[], not vargs.


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