Enhancement
-
Use SVGs over PNGs for the sidebar when possible.
Breadcrumb bar/logo/menu items are now correctly aligned on the left together.
Move old
war/images
folder to webapp
so they can be used in frontend - the SVGs are now in the webapp/images/svgs
folder.
pull 5663
-
Update appearance for feed bar and description button to be modern and consistent.
pull 5664
-
When the
buildWithParameter
API is called, if the requests with the same parameters in the queue are merged, the http response code of the request uses a more appropriate 303(see other) instead of 201(created).
JENKINS-66105
-
Warn about use of
master
in a label expression when that's no longer in use.
pull 5674
-
Developer: Bump spring-security-bom from 5.5.1 to 5.5.2.
pull 5672, Spring project spring-security 5.5.2 release notes
Bug fix