Major bug fix
-
Prevent telemetry warnings about missing
javax.annotation
classes when running with Java 11 (regression in 2.231).
JENKINS-61920
Bug fix
-
Prevent Old Data Monitor from failing plugin loading in the case of class field unmarshalling issues.
JENKINS-62231
-
Ensure that
UserLanguages
telemetry initializer always runs after extensions are augmented.
JENKINS-60118
-
Developer: Ensure that job/folder creation routines properly check the requested name for invalid characters.
JENKINS-61956
Enhancement