提交 2fbcc730 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-13154] integrated the fix to XStream that removes the lock contention.

上级 50593fb7
...@@ -66,6 +66,9 @@ Upcoming changes</a> ...@@ -66,6 +66,9 @@ Upcoming changes</a>
<li class=bug> <li class=bug>
End up more gracefully if there's some problem when searching for user partipication in the build End up more gracefully if there's some problem when searching for user partipication in the build
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13564">issue 13564</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13564">issue 13564</a>)
<li class=rfe>
Improved the performance of the fingerprint persistence.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13154">issue 13154</a>)
<li class=rfe> <li class=rfe>
PAM authentication supports '@group' to force interpretation as a group instead of user. PAM authentication supports '@group' to force interpretation as a group instead of user.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13526">issue 13526</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13526">issue 13526</a>)
......
...@@ -226,7 +226,7 @@ THE SOFTWARE. ...@@ -226,7 +226,7 @@ THE SOFTWARE.
<dependency> <dependency>
<groupId>org.jvnet.hudson</groupId> <groupId>org.jvnet.hudson</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.3.1-jenkins-9</version> <version>1.3.1-jenkins-10</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jfree</groupId> <groupId>jfree</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册