Enhancement
-
Update jnr-posix to 3.0.45 to prevent Illegal Reflective access warnings when running with Java 11.
JENKINS-46725
-
Update Unix process management logic to support Process Tree termination when running with Java 11.
JENKINS-46523
-
Developer: Introduce
getPlatform()
and setPlatform()
methods in hudson.EnvVars
.
JENKINS-53721
-
Developer: Introduce new
hudson.Util#fixNull(value, defaultValue)
method.
pull 3656
Bug fix
-
Update Remoting from 3.26 to 3.27 to eliminate a potential deadlock.
full changelog, JENKINS-53569
-
Prevent process termination failure when
ProcessKiller
extension fails with NoClassDefFoundError
.
JENKINS-53593
-
Remove unreliable action caching in views so that plugins installed after Jenkins startup can contribute to the UI.
JENKINS-53353