Bug fix
-
The plugin manager UI no longer prevents disabling a plugin when other plugins only have optional dependencies to it.
JENKINS-33843
-
A thread pool used to wait for external processes to complete could leak class loaders.
JENKINS-57725
Enhancement
-
Robustness: Exceptions thrown while scheduling jobs in the queue could prevent other jobs from being scheduled.
JENKINS-57805
-
Replace some exception stack traces related to agent channels with simpler messages.
JENKINS-57993
-
Update JNA from 4.5.2 to 5.3.1 to fix issue with shared library loading on AIX when using OpenJDK.
JENKINS-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.
JENKINS-57466