Bug fix
-
Fix
ClassNotFoundException: io.jenkins.cli.shaded.org.w3c.dom.Node
when using JAXB.
JENKINS-67470
-
Fix vertical icon alignment for build status in medium (M) and small (S) icon sizes.
JENKINS-67515
Enhancement
-
Developer: The
javax.annotation.Generated
, javax.annotation.ManagedBean
, javax.annotation.PostConstruct
, javax.annotation.PreDestroy
, javax.annotation.Priority
, javax.annotation.Resource
, javax.annotation.Resources
, javax.annotation.security.DeclareRoles
, javax.annotation.security.DenyAll
, javax.annotation.security.PermitAll
, javax.annotation.security.RolesAllowed
, javax.annotation.security.RunAs
, javax.annotation.sql.DataSourceDefinition
, and javax.annotation.sql.DataSourceDefinitions
annotations have been deprecated in favor of the equivalent classes in the jakarta.annotation
package. Plugin developers should migrate to the Jakarta Annotations version of each of the above annotations.
pull 6161