Enhancement
-
Require Java 17 or newer.
Announcement blog post, pull 9358
-
Update the design of the build history widget.
pull 9148
-
Refine radio inputs.
pull 9380
-
Refine form controls appearance.
pull 9365
-
Remove some usages of the YahooUI framework in the user interface.
pull 9395
-
Update Stapler from 1880.vb_6d94a_3b_05db_ to 1881.vd39f3ee5c629 and Winstone-Jetty from 6.19 to 6.20 to let Jetty handle HTTP response compression.
A new command line option
compression
can be used to disable compression if desired.
pull 9379
-
Remove idle executors from widget.
pull 9177
-
Provide a global configuration option, "Computer Retention Check Interval", to adjust the latency period for checking offline agents.
Administrators can trade elevated CPU usage from frequent agent checks for responsiveness to capacity needs.
An "In demand delay" of zero on the agents reduces the time to enable an agent by checking status more frequently.
JENKINS-14789
-
Remove Windows path traversal vulnerability escape hatch that was provided with the SECURITY-2481 fix.
JENKINS-73129, Path traversal vulnerability on Windows - SECURITY-2481
-
Developer: Deprecate
StaplerResponse#getCompressedOutputStream
, StaplerResponse#getCompressedWriter
, and st:compress
.
Use StaplerResponse#getOutputStream
, StaplerResponse#getWriter
, and j:jelly
instead.
pull 9379
Bug fix