Changelog for 2.181
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.181
(2019-06-16)
-
The plugin manager UI no longer prevents disabling a plugin when other plugins only have optional dependencies to it.
(issue 33843)
-
A thread pool used to wait for external processes to complete could leak class loaders.
(issue 57725)
-
Robustness: Exceptions thrown while scheduling jobs in the queue could prevent other jobs from being scheduled.
(issue 57805)
-
Replace some exception stack traces related to agent channels with simpler messages.
(issue 57993)
-
Update JNA from 4.5.2 to 5.3.1 to fix issue with shared library loading on AIX when using OpenJDK.
(issue 57515)
-
Developer: Update ant dependency from 1.9.2 to 1.9.14.
(pull 4053)
-
Internal: Switch from FindBugs to SpotBugs for static analysis.
(pull 4062)
-
Internal: Mark
hudson.model.UpdateSite#isDue
as synchronized.
(issue 57466)