Changelog for 2.144
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.144
(2018-09-30)
-
Update jnr-posix to 3.0.45 to prevent Illegal Reflective access warnings when running with Java 11.
(issue 46725)
-
Update Remoting from 3.26 to 3.27 to eliminate a potential deadlock.
(full changelog, issue 53569)
-
Prevent process termination failure when
ProcessKiller
extension fails with NoClassDefFoundError
.
(issue 53593)
-
Remove unreliable action caching in views so that plugins installed after Jenkins startup can contribute to the UI.
(issue 53353)
-
Update Unix process management logic to support Process Tree termination when running with Java 11.
(issue 46523)
-
Developer: Introduce
getPlatform()
and setPlatform()
methods in hudson.EnvVars
.
(issue 53721)
-
Developer: Introduce new
hudson.Util#fixNull(value, defaultValue)
method.
(pull 3656)