Remove SSH Plugin from setup wizard plugin selection.
(issue 68556)
Allow running on Java 17 without --enable-future-java.
(pull 6602)
Show remote class loader statistics of agents with new table layout.
(issue 68591)
Fix indistinguishable build scheduling icon when the job is already in-queue (regression in 2.321).
(issue 68303)
Fix the position of the help button when it is not directly attached to an object (regression in 2.320).
(issue 68042)
Restore actions icon size lookup (regression in 2.341).
(issue 68296)
Fix a runtime error when viewing the build time trend on Java 17.
(issue 68215)
Provide supporting infrastructure to enable Pipeline: Groovy to work around a metaspace memory leak for users running Pipeline jobs on Java 11.
(pull 6597, issue 63766, JDK-8231454 metaspace leak)
Restore the frame color of the build progress bar of the executor widget.
(pull 6607)
Keep the Save and Apply buttons in front of menus (regression in 2.337).
(issue 68640)
Fix class attribute for Jenkins Symbols using <l:icon … />.
(issue 68630)
Update bundled Script Security Plugin from 1.75 to v35f6a_0b_8207e
Update bundled WMI Windows Agents Plugin from 1.0 to 1.8.1
(pull 6582, 2022-05-17 security advisory)
Reject connections from agents with unsupported Remoting versions.
(issue 50211)
Update site warnings can now be configured with Configuration as Code.
Allow setting a user's primary view via Configuration as Code.
(pull 6202, issue 56057, pull 6203, issue 61985)
Remove support for RoleChecker#check(RoleSensitive) calls which were added again in Jenkins 2.319.
All remoting Callable implementations need to perform an actual role check as documented.
(pull 5901, Remoting callables documentation)
Render the question mark on the new help button only once so that it is not shown twice, even while using different themes.
(pull 6233)
Wait for the computation to finish when triggering a new build while the build graph is being recomputed.
This guarantees that recently updated build triggers are executed.
(issue 67237)