Major enhancement
-
Use Java NIO library instead of native code to create and detect symbolic links and Windows junctions to improve compatibility and robustness.
JENKINS-36088, JENKINS-39179
Bug fix
-
Prevent concurrent installation of Maven on the same node to prevent problems.
JENKINS-34138
Enhancement
-
Developer: Deprecate the ambiguous
User#getUser(String)
in favor of the User#getById()
or the new User#getOrCreateByIdOrFullName()
methods.
JENKINS-47718
-
Developer: Implement default methods in
TaskListener
and BuildListener
interfaces so they don't have to be implemented in subclasses.
pull 3122