|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15869) Java 5 compat: class... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)
- [JIRA] (JENKINS-15869) Java 5 compat: ... [email protected] (JIRA)

Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/node_monitors/DiskSpaceMonitor.java
core/src/main/java/hudson/node_monitors/TemporarySpaceMonitor.java
core/src/main/resources/hudson/node_monitors/Messages.properties
http://jenkins-ci.org/commit/jenkins/8ad62f77cb429a49318444fad2191d0e08857ca6
Log:
[FIXED JENKINS-15869] When running on Java 5, must still load DiskSpaceMonitor/TemporarySpaceMonitor, even though they will show N/A.
Returning null from an @Extension method does not seem to work reliably, and is not supported by SezPoz.
If desirable to hide a monitor column in $server/computer/, add a boolean isEnabled() method interpretable in Jelly.