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 71d7c238 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
new 8811ee50 Simplify call hierarchy
new 6306eb65 Add method to get the implementing AuxiliaryCacheAttributes
class
new 7bca2f4b Remove duplicate call
new 8a573b9b More immutable records
new a0f50443 Cleanup
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/AuxiliaryCacheFactory.java | 7 +++
.../disk/block/BlockDiskCacheFactory.java | 11 ++++
.../disk/indexed/IndexedDiskCacheFactory.java | 11 ++++
.../auxiliary/disk/jdbc/JDBCDiskCacheFactory.java | 11 ++++
.../lateral/socket/tcp/LateralTCPCacheFactory.java | 13 ++++-
.../remote/CommonRemoteCacheAttributes.java | 21 +++----
.../jcs4/auxiliary/remote/RemoteCacheFactory.java | 11 ++++
.../remote/http/client/RemoteHttpCacheFactory.java | 11 ++++
.../engine/control/CompositeCacheConfigurator.java | 24 ++------
.../jcs4/engine/control/CompositeCacheManager.java | 3 +-
.../jcs4/engine/control/event/ElementEvent.java | 68 +++-------------------
.../control/event/behavior/IElementEvent.java | 10 ++--
.../jcs4/auxiliary/MockAuxiliaryCacheFactory.java | 11 ++++
.../control/event/ElementEventHandlerMockImpl.java | 14 ++---
.../control/event/SimpleEventHandlingUnitTest.java | 2 +-
.../commons/jcs4/jcache/EvictionListener.java | 2 +-
16 files changed, 121 insertions(+), 109 deletions(-)