-
Bug
-
Resolution: Fixed
-
Minor
The `Computer.getHostName` method sends the `Computer.class` which will send `Jenkins.class` for only logging. This can lead to slow Jenkins startups.
The `Computer.getHostName` method sends the `Computer.class` which will send `Jenkins.class` for only logging. This can lead to slow Jenkins startups.
Code changed in jenkins
User: Stephen Connolly
Path:
core/src/main/java/hudson/model/Computer.java
http://jenkins-ci.org/commit/jenkins/df831325b6623c479dcf4b215415f4523d10530b
Log:
[FIXED JENKINS-28058] Don't send a reference to Computer.class over remoting channels