Changelog for 2.362
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.362
(2022-08-01)
-
Use same styling on test overview bar as other Jenkins components.
(issue 68578)
-
Remove the tap highlight for iOS devices.
(pull 6924)
-
Upgrade Eclipse Tyrus from 2.0.1 to 2.1.0.
(pull 6941, Eclipse Tyrus 2.1.0 overview)
-
Upgrade Apache MINA SSHD from 2.8.0 to 2.9.0.
(pull 6903, Apache MINA SSHD 2.9.0 release notes)
-
Improve performance of a previous fix for
java.lang.OutOfMemoryError: unable to create new native thread
on agents.
(issue 65873)
-
Fix sorting by timestamp list of installed plugins in plugin manager.
(issue 68750)
-
Use correct plugin identifier when plugin id includes '-plugin' more than once.
(issue 68801)
-
Do not lead to other pages when users press enter key in the filter box of dropdown lists.
(issue 68851)
-
Introduced
SetContextClassLoader
utility class to assist in plugin class loading.
(pull 6575)