Make plugin manager work on Internet Explorer 11 again (regression in 2.231).
(issue 62163)
Prevent telemetry warnings about missing javax.annotation classes when running with Java 11 (regression in 2.231).
(issue 61920)
Fix a deadlock involving custom loggers during agent startup (regression in 2.231).
(issue 62181)
Prevent Old Data Monitor from failing plugin loading in the case of class field unmarshalling issues.
(issue 62231)
Notable changes since 2.222.4:
Various improvements to the plugin manager, including:
It no longer shows all available plugins by default; use search field to find plugins.
They are now sorted by popularity by default.
Additionally, categories are no longer used to group plugins, instead they're shown as labels.
(issue 61166, pull 4580, pull 4513, pull 4588, pull 4534, pull 4591, pull 4535, pull 4589, pull 4584)
Organize entries on the Manage Jenkins page into categories and show them in a grid.
(pull 4546)
Remove 'auto refresh' feature, including now obsolete auto refresh telemetry capability.
(pull 4503)
Distinguish between defined (*****) and undefined (N/A) password on read-only configuration forms for users with Overall/SystemRead or Item/ExtendedRead permissions.
(issue 61812)
Allow users with Overall/Manage permission to access the System Information, Prepare for Shutdown, and About Jenkins management links.
Usage Statistics in Global Configuration is now also configurable by users with that permission.
(issue 61456, issue 61453, issue 61457, issue 61455)
Use modern system fonts provided by the browser when possible.
Changes font size for body copy and headings to improve consistency and legibility.
(issue 60921)
Restyle buttons.
Add support for large buttons, hyperlinks styled as buttons and icon-only buttons.
(issue 61840)
Improve styling of alert banners to be more visually appealing and to better match existing user interface components.
Alerts now fully cover the navigation bar while they are displayed instead of covering only a portion of the navigation bar.
(issue 61478)
Suppress error stack traces for non-administrator users as core capability.
(issue 60410)