Downgrade Ehcache to 1.7.2

Version 2.3.0 contains at least one bad thread locking bug where
locks are grabbed but not released in the LDAP cache, resulting in
the server eventually being unable to service any requests without
a JVM restart.

Move back to 1.7.2, a version that we have proven to be stable in
production servers.

Change-Id: I2db36dbb7a3b74435d20de64c3dbb687d4f1c580
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2011-05-13 20:27:08 -07:00
parent adfe269ffb
commit 8b4dbb8aa3
4 changed files with 29 additions and 200 deletions

View File

@@ -138,9 +138,9 @@ different URL by using a reverse proxy that does URL rewriting.
* Internal dependencies updated
+
Updated H2 Database to 1.2.147, PostgreSQL JDBC Client to 9.0-801,
ANTLR to 3.2, GWT to 2.1.1, JSch to 0.1.44, Gson to 1.6, Ehcache to
2.3.0, Apache Commons Net to 2.2, Apache Commons Pool to 1.5.5, JGit
to 0.11.3.240-gd05d351, MINA SSHD to 0.5.1-r1095809.
ANTLR to 3.2, GWT to 2.1.1, JSch to 0.1.44, Gson to 1.6, Apache
Commons Net to 2.2, Apache Commons Pool to 1.5.5, JGit to
0.11.3.240-gd05d351, MINA SSHD to 0.5.1-r1095809.
Bug Fixes
---------