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 c646b1d3 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
new acd25b00 Document disk cache attributes
new 510891fa Simplify
new e51b9d2b Document jdbc disk cache attributes
new a3b0d3c2 Fix size-related block disk cache tests
new c514e3f4 Change type of LateralTCPCacheAttributes.SocketTimeOut and
OpenTimeOut
new 1a2c6ed2 Fix naming and Javadoc
new c151837c Change type of UDPDiscoveryAttributes.maxIdleTime to Duration
new 654c8a4b Change type of RemoteCacheAttributes.rmiSocketFactoryTimeout
to Duration
new b2797345 Change type of RemoteCacheAttributes.rmiSocketFactoryTimeout
to Duration
new b5e315b8 Change type of RemoteHttpCacheAttributes.socketTimeout and
new 4648d38f Reduce wasting of memory
The 11 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:
.../commons/jcs4/admin/CacheElementInfo.java | 2 +-
.../jcs4/admin/CountingOnlyOutputStream.java | 2 +-
.../org/apache/commons/jcs4/admin/JCSAdmin.jsp | 2 +-
.../apache/commons/jcs4/admin/JCSAdminBean.java | 26 ++--
.../disk/AbstractDiskCacheAttributes.java | 16 +--
.../jcs4/auxiliary/disk/block/BlockDisk.java | 30 -----
.../jcs4/auxiliary/disk/block/BlockDiskCache.java | 14 +--
.../disk/block/BlockDiskCacheAttributes.java | 25 ++--
.../auxiliary/disk/block/BlockDiskKeyStore.java | 4 +-
.../disk/indexed/IndexedDiskCacheAttributes.java | 14 +--
.../jcs4/auxiliary/disk/jdbc/JDBCDiskCache.java | 5 +-
.../disk/jdbc/JDBCDiskCacheAttributes.java | 10 +-
.../jcs4/auxiliary/disk/jdbc/ShrinkerThread.java | 6 +-
.../dsfactory/SharedPoolDataSourceFactory.java | 1 +
.../auxiliary/disk/jdbc/mysql/MySQLDiskCache.java | 2 +-
.../lateral/socket/tcp/LateralTCPCache.java | 4 +-
.../socket/tcp/LateralTCPCacheAttributes.java | 31 +----
.../lateral/socket/tcp/LateralTCPService.java | 3 +-
.../tcp/behavior/ILateralTCPCacheAttributes.java | 5 -
.../remote/AbstractRemoteAuxiliaryCache.java | 4 +-
.../remote/CommonRemoteCacheAttributes.java | 9 +-
.../auxiliary/remote/RemoteCacheAttributes.java | 8 +-
.../behavior/ICommonRemoteCacheAttributes.java | 3 -
.../remote/http/client/AbstractHttpClient.java | 4 +-
.../http/client/RemoteHttpCacheAttributes.java | 34 +++---
.../TimeoutConfigurableRMISocketFactory.java | 12 +-
.../jcs4/engine/AbstractCacheEventQueue.java | 2 +-
.../engine/memory/shrinking/ShrinkerThread.java | 4 +-
.../utils/discovery/UDPDiscoveryAttributes.java | 16 +--
.../jcs4/utils/discovery/UDPDiscoveryService.java | 6 +-
.../disk/block/AbstractBlockDiskCacheUnitTest.java | 6 +-
.../auxiliary/disk/block/BlockDiskUnitTest.java | 2 +-
.../disk/jdbc/JDBCDataSourceFactoryUnitTest.java | 3 +-
.../server/RemoteCacheServerFactoryUnitTest.java | 25 ++--
.../src/test/test-conf/TestJCS-73.ccf | 2 +-
.../test/test-conf/TestRemoteCacheClientServer.ccf | 2 +-
.../src/test/test-conf/TestRemoteClient.ccf | 2 +-
.../src/test/test-conf/TestTCPLateralCache.ccf | 4 +-
src/changes/changes.xml | 3 +
src/site/xdoc/BlockDiskCache.xml | 131 +++++++++++++++-----
src/site/xdoc/CacheEventLogging.xml | 2 +-
src/site/xdoc/IndexedDiskAuxCache.xml | 15 +--
src/site/xdoc/IndexedDiskCacheProperties.xml | 135 ++++++++++++---------
src/site/xdoc/JDBCDiskCache.xml | 2 +-
src/site/xdoc/JDBCDiskCacheProperties.xml | 77 ++++++------
src/site/xdoc/LateralTCPAuxCache.xml | 2 +-
src/site/xdoc/LateralTCPProperties.xml | 15 ++-
src/site/xdoc/RemoteAuxCache.xml | 2 +-
src/site/xdoc/RemoteCacheProperties.xml | 22 +++-
src/site/xdoc/RemoteHttpCacheProperties.xml | 10 +-
src/site/xdoc/UpgradingFrom3x.xml | 49 +++++++-
src/site/xdoc/UsingJCSBasicWeb.xml | 3 -
52 files changed, 454 insertions(+), 364 deletions(-)