Jenkins no longer bundles a patched version of the deprecated Commons HttpClient 3.x library for use by plugins.
Plugins should be migrated to the native Java 11 HTTP client or updated to depend on the legacy Commons HttpClient 3.x API plugin.
(Jenkins patched HttpClient library, Commons HttpClient 3.x)
Set default file size rotation of AsyncPeriodicWork / AsyncAperiodicWork task logs.
(issue 64151)
Remove the deprecated WMI Windows Agents plugin from the setup wizard.
(pull 7414)
Remove the deprecated Multijob plugin from the setup wizard.
(pull 7413)
Add the URL of a plugin to the 'systemInfo' view.
(pull 7367)
Add a "copy to clipboard" button to controller and agent thread dump pages.
Remove the side panel from controller thread dumps.
(pull 7368)
Fix the animation of the popup dialog in the admin monitor.
(issue 70036)
Memory leak when repeatedly connecting WebSocket agents.
(issue 70103)
Wait for 10 seconds before attempting to reconnect a WebSocket agent regardless of whether or not the controller is responding.
(Pull request 603)
Fix a race condition affecting the launch of inbound agents.
(pull 7378)
Developer: Introduce a high level HTTP client API.
(pull 7398)
Upgrade Spring Framework from 5.3.23 to 5.3.24.
Spring Framework 5.3.24 includes 33 fixes and improvements.
(Spring Framework 5.3.24)