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 81a45e5b Normalize Javadoc spelling
new 0be2e8e3 Fix JCS-242 by manually applying PR#368
new d473430a Make sure that all configurations reach their target.
new 920554b9 Fix JCS-243 ICacheServiceAdmin not extending Remote
new 89aebf68 Document changes
new 12f113ab Update migration documentation
new a313d146 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
The 6 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/AbstractAuxiliaryCache.java | 2 -
.../commons/jcs4/auxiliary/AuxiliaryCache.java | 18 +----
.../jcs4/auxiliary/AuxiliaryCacheConfigurator.java | 2 +-
.../auxiliary/lateral/LateralCacheMonitor.java | 19 +++++-
.../lateral/socket/tcp/LateralTCPCacheFactory.java | 37 ++++++-----
.../socket/tcp/LateralTCPDiscoveryListener.java | 14 ++--
.../jcs4/auxiliary/remote/RemoteCacheManager.java | 2 +-
.../remote/http/client/RemoteHttpCacheFactory.java | 3 +-
.../jcs4/engine/behavior/ICacheServiceAdmin.java | 3 +-
.../tcp/LateralTCPDiscoveryListenerUnitTest.java | 8 ++-
.../lateral/socket/tcp/TestTCPLateralUnitTest.java | 77 ++++++++++++++++++++++
src/changes/changes.xml | 37 ++++++++++-
xdocs/UpgradingFrom3x.xml | 2 +-
13 files changed, 169 insertions(+), 55 deletions(-)