Make the plugin manager robust against Java version specification format mismatches while comparing versions (esp. after Java JEP 223).
(issue 55980)
Reduce the performance impact of the SECURITY-904 fix when downloading artifacts or workspaces as ZIP file.
(issue 55050)
Update Remoting from 3.28 to 3.29 to add a missing log call for severe protocol failures.
(issue 55976, full changelog)
Jenkins now uses the standard update center by default when running with Java 11.
(issue 55085)
Update Executable WAR from 1.44 to 1.45 to allow running Jenkins with Java 11 without setting the --enable-future-java flag or corresponding system property.
(issue 52285, full changelog)
Update SSHD Module from 2.5 to 2.6 to apply a proper Apache Mina idle timeout value when a custom value was set using the org.jenkinsci.main.modules.sshd.SSHD.idle-timeout system property.
(issue 55978, full changelog)
Suppress error message when first viewing the agent-to-controller security configuration page.
(issue 55936)
Fix log message when the built-in node runs out of disk space and is taken offline.
(issue 55738)
Developer: Improve discovery and readability of WebClient most popular options.
(issue 53511)