Changelog for 2.358
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.358
(2022-07-06)
-
Utilize modernized table in old data page.
(issue 68198)
-
Small revamp to loading spinner design.
(issue 68934)
-
Copy button design updated.
(pull 6698)
-
Use modern checkbox for the reboot checkbox of the plugin manager.
(issue 68912)
-
Reverting prior attempts to make log records collectible.
(issue 68417)
-
Use a single border around CodeMirror boxes.
(issue 68836)
-
Use a solid background to make the build history pagination control more visible.
(issue 68644)
-
Make previous boot attempt timestamps available to
boot-failure.groovy
startup hooks (regression in 2.308).
(issue 68848)
-
Do not show the node log details link to users without permission to read the log.
(issue 68642)
-
Fix links in breadcrumb context menus to items in subfolders.
(issue 68906)
-
Avoid Amazon Corretto JDK issue by placing initialization logic into a well-defined package namespace.
(Amazon Corretto JDK issue due to hotpatch for Apache Log4j 2)
-
Upgrade Java Native Access from 5.12.0 to 5.12.1.
(JNA 5.12.1 changelog, pull 6718)
-
Developer: Deprecate
Functions.singletonList
which is not normally needed in JEXL.
(pull 6740)
-
Developer: Jenkins core
.properties
files are now encoded in UTF-8.
(issue 41729)