Update Ehcache to 1.7.1

Disable the automatic update check for Ehcache.  Because the library
is embedded in the Gerrit distribution our users are not likely to
update it on their own.  Letting them know there is a new version
at server startup does not help them.

Change-Id: If10710db723b5bb2e32478d8526e649f200d781e
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-15 16:19:51 -08:00
parent ca7c302929
commit cafaa9a38c
3 changed files with 13 additions and 1 deletions

View File

@@ -48,6 +48,10 @@ log4j.logger.org.openid4java.discovery.Discovery=ERROR
log4j.logger.org.openid4java.server.RealmVerifier=ERROR
log4j.logger.org.openid4java.message.AuthSuccess=ERROR
# Silence non-critical messages from ehcache
#
log4j.logger.net.sf.ehcache=WARN
# Silence non-critical messages from c3p0 (if used).
#
log4j.logger.com.mchange.v2.c3p0=WARN