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 46486f7 Remove leftovers new a4acca0 Remove duplicate code new edd0eb5 More streaming, less arrays The 2 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: .../auxiliary/disk/indexed/IndexedDiskCache.java | 26 +- .../lateral/LateralCacheNoWaitFacade.java | 145 +++++----- .../lateral/socket/tcp/LateralTCPListener.java | 11 +- .../remote/server/RegistryKeepAliveRunner.java | 45 +--- .../jcs3/engine/control/CompositeCache.java | 294 +++++++++++---------- .../engine/control/CompositeCacheConfigurator.java | 5 +- .../AbstractDoubleLinkedListMemoryCache.java | 12 +- .../jcs3/utils/discovery/DiscoveredService.java | 21 ++ .../jcs3/utils/discovery/UDPCleanupRunner.java | 30 +-- .../jcs3/utils/discovery/UDPDiscoveryReceiver.java | 6 +- .../jcs3/utils/discovery/UDPDiscoveryService.java | 64 ++--- .../commons/jcs3/utils/struct/AbstractLRUMap.java | 25 +- .../lateral/LateralCacheNoWaitFacadeUnitTest.java | 8 +- .../control/CompositeCacheDiskUsageUnitTest.java | 40 +-- .../engine/control/CompositeCacheUnitTest.java | 52 ++-- 15 files changed, 320 insertions(+), 464 deletions(-)