2.509
, latest
, alpine
, slim
, ...) use Java 21 unless specifically tagged with the jdk17
string. Refer to the Docker 2.509 changelog or pull request for this update for more details.
legacyIds
marker file in the builds directory and existing legacyIds
files will be deleted upon upgrade to reduce inode usage.
JENKINS-75465
org.connectbot:jbcrypt
library from core BOM.
JENKINS-75533
jenkinsavatar
class to user icons, not the other header icons.
JENKINS-75615
/health
endpoint is available to determine whether Jenkins is healthy.
JENKINS-75530
healthcheck
endpoint.
JENKINS-75530
/extensionList/
) is in use by plugins or can safely be removed in future releases of Jenkins.
pull 10423
hudson.util.Scrambler
. Use java.util.Base64
instead.
JENKINS-75370
Describable
instead of extending AbstractDescribableImpl
.
pull 10426
submit.jelly
.
JENKINS-75441
NodeListener#onUpdated
now gets called when Jenkins#updateNode
is called.
pull 10397
enableTopButton
to insert entry at the top in an f:repeatable
.
JENKINS-75464
\
in their username.
pull 10344, JENKINS-75278, Jetty 12.0.15 changelog, Jetty 12.0.16 changelog, Jetty 12.0.17 changelog
Details
widget for builds.
pull 10147
[Jenkins]
in tab title to - Jenkins
.
pull 10178
oklch
for the Jenkins UI.
pull 10078
List
subclasses from Java 11 over remoting.
pull 10026
AtomicFileWriter
are now derived from the target file name.
pull 10058
.tgz
files are no longer double-gzipped.
JENKINS-73942
commons-compress
library is no longer provided by Jenkins core, use the Commons Compress API plugin instead.
JENKINS-73355
UpdateSite
subclasses to call updateData
method in UpdateSite
to write out JSON.
pull 10019
@QueryParameter
to the autocomplete component.
Change autocomplete component to use POST
for sending requests.
JENKINS-37241
FileBoolean(Class, String)
(regression in 2.488).
pull 10022
hudson.model.UpdateSite$Warning
on Manage Jenkins that may be shown when plugins with known security issues are installed.
JENKINS-73487
webSocket
mode when a 403 error results from a reverse proxy misconfiguration.
pull 9930
ControllerToAgentCallable
and ControllerToAgentFileCallable
with support for records
in controller to agent callables.
pull 9921
Nodes#setNodes
now notify NodeListener
implementations.
pull 9905
ComboBox
component.
pull 9462
saveApplyBar
for configuration forms.
pull 9813