Changelog for 2.237
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.237
(2020-05-18)
-
Prevent telemetry warnings about missing
javax.annotation
classes when running with Java 11 (regression in 2.231).
(issue 61920)
-
Prevent Old Data Monitor from failing plugin loading in the case of class field unmarshalling issues.
(issue 62231)
-
Ensure that
UserLanguages
telemetry initializer always runs after extensions are augmented.
(issue 60118)
-
Update Apache Ant from 1.10.7 to 1.10.8.
(pull 4725)
-
Internal: Update the JSTL API library from 1.2.1 to 1.2.7.
(pull 4656, Changelog up to 1.2.5, Diff of 1.2.3 to 1.2.7, Diff of 1.2.1 to 1.2.3)
-
Developer: Ensure that job/folder creation routines properly check the requested name for invalid characters.
(issue 61956)
-
Developer: Deprecate
jenkins.model.Configuration
in the Java API.
(pull 4715)