Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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: #82 * Fix Logger.log() invocation Fix Logger.log() invocation: needs Object[], not vargs.
- Loading branch information