Fix wrong parameter type for Text Parameter when triggering a build via the buildWithParameters API call.
(pull 5704)
Graphs now scale correctly on high resolution screens.
(pull 5697)
The checkbox labeled "Enable Agent → Controller Access Control" in the form "Configure Global Security" would always start out as disabled. Submitting the form without checking it would then cause a configuration change (regression in 2.307).
(pull 5694)
Load classes from plugins in parallel for faster startup on multicore machines.
(issue 23784)
Internal: Experimental support for URLClassLoader can be enabled by setting hudson.ClassicPluginStrategy.useAntClassLoader=false.
(pull 5698)