Reintroduce Build History description truncation by default.
Allow managing/disabling the limit via the historyWidget.descriptionLimit system property.
A negative value removes the limit, 0 forces empty descriptions.
(pull 4529, issue 61004, issue 60299)
Avoid a NullPointerException when starting a non-Pipeline build with a custom root directory set to a filesystem root (e.g., C:\).
(issue 61197)
Allow FingerprintFacet to block the deletion of fingerprint.
(issue 28379)
Internal: Remove unused class StringConverter2.
(pull 4468)
Internal: Remove unused internal class Memoizer - use ConcurrentHashMap.
(pull 4470)
Developer: Listen on loopback interface by default in debug mode.
(pull 4515)