From 2fbcc7300faf285e363e37c1b9c98074a1d910db Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 26 Apr 2012 01:02:34 -0700 Subject: [PATCH] [FIXED JENKINS-13154] integrated the fix to XStream that removes the lock contention. --- changelog.html | 3 +++ core/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index bec03d1389..5f6ec620a7 100644 --- a/changelog.html +++ b/changelog.html @@ -66,6 +66,9 @@ Upcoming changes
  • End up more gracefully if there's some problem when searching for user partipication in the build (issue 13564) +
  • + Improved the performance of the fingerprint persistence. + (issue 13154)
  • PAM authentication supports '@group' to force interpretation as a group instead of user. (issue 13526) diff --git a/core/pom.xml b/core/pom.xml index ee6983623f..60f5593db4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -226,7 +226,7 @@ THE SOFTWARE. org.jvnet.hudson xstream - 1.3.1-jenkins-9 + 1.3.1-jenkins-10 jfree -- GitLab