hudson.Util.useNativeChmodAndMode
to true
.
(issue 36088, Jenkins features controlled by system properties)
hudson.lifecycle.ExitLifecycle
to exit instead of restart.
(issue 47043, Jenkins features controlled by system properties)
jenkins.war
command-line arguments via standard input using the --paramsFromStdIn
parameter.
(pull 3223, documentation)
winstone-*.jar
in the temp folder from using up disk space needlessly.
(issue 22088)
Jenkins#getInstance()
is now deprecated as its semantics have been a source of confusion for some time. Use #get()
in typical cases and Jenkins#getInstanceOrNull()
in rare cases (see Javadoc).
(issue 48638)
User#getUser(String)
in favor of the User#getById()
or the new User#getOrCreateByIdOrFullName()
methods.
(issue 47718)
SecurityListener
.
(issue 27027)
hudson.util.Service
in favor of Java's ServiceLoader
.
(pull 3191)