This is an automated email from the ASF dual-hosted git repository.
tv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
from ccdeae9f Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
new a38c7fec Fix class name typo
new aefca15e Make CacheEventQueueFactory static
new 24b7a0e9 Improve robustness of background threads
new 24357bd1 Fix log message
new 0a152060 Make lists final
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jcs4/auxiliary/disk/AbstractDiskCache.java | 3 +-
.../auxiliary/disk/indexed/IndexedDiskCache.java | 87 +++++++------
.../lateral/socket/tcp/LateralTCPCacheNoWait.java | 9 +-
.../lateral/socket/tcp/LateralTCPListener.java | 103 +++++++--------
.../jcs4/auxiliary/remote/RemoteCacheNoWait.java | 3 +-
.../auxiliary/remote/server/RemoteCacheServer.java | 6 +-
.../jcs4/engine/AbstractCacheEventQueue.java | 4 +-
.../jcs4/engine/CacheEventQueueFactory.java | 35 ++---
.../jcs4/engine/control/CompositeCache.java | 2 +-
.../commons/jcs4/engine/stats/CacheStats.java | 11 +-
.../apache/commons/jcs4/engine/stats/Stats.java | 9 +-
.../jcs4/utils/discovery/UDPDiscoveryReceiver.java | 32 ++---
.../jcs4/utils/discovery/UDPDiscoveryService.java | 144 +++++++++------------
.../engine/CacheEventQueueFactoryUnitTest.java | 10 +-
...est.java => KeyMatcherPatternImplUnitTest.java} | 2 +-
15 files changed, 211 insertions(+), 249 deletions(-)
rename
commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/match/{KeyMatcherPatternImpllUnitTest.java
=> KeyMatcherPatternImplUnitTest.java} (99%)