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 b90a23b7 Make site build work again.
new 326f6fa6 Generate japicmp report
new c10ff697 More records
new 743ad360 Reduce code
new 97e05ff9 Use Duration for time-related variables (part one)
The 4 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-core/pom.xml | 2 +-
.../jcs4/auxiliary/disk/AbstractDiskCache.java | 3 +-
.../disk/AbstractDiskCacheAttributes.java | 13 +-
.../disk/behavior/IDiskCacheAttributes.java | 7 +-
.../jcs4/auxiliary/disk/block/BlockDiskCache.java | 7 +-
.../disk/block/BlockDiskCacheAttributes.java | 14 +-
.../disk/jdbc/JDBCDiskCacheAttributes.java | 20 +-
.../auxiliary/disk/jdbc/JDBCDiskCacheFactory.java | 6 +-
.../jcs4/auxiliary/disk/jdbc/ShrinkerThread.java | 18 +-
.../disk/jdbc/dsfactory/JndiDataSourceFactory.java | 4 +-
.../socket/tcp/LateralTCPCacheAttributes.java | 18 +-
.../lateral/socket/tcp/LateralTCPListener.java | 5 +-
.../lateral/socket/tcp/LateralTCPSender.java | 11 +-
.../tcp/behavior/ILateralTCPCacheAttributes.java | 6 +-
.../remote/AbstractRemoteAuxiliaryCache.java | 12 +-
.../remote/CommonRemoteCacheAttributes.java | 12 +-
.../commons/jcs4/auxiliary/remote/RemoteCache.java | 3 +-
.../auxiliary/remote/RemoteCacheAttributes.java | 14 +-
.../commons/jcs4/auxiliary/remote/RemoteUtils.java | 15 +-
.../behavior/ICommonRemoteCacheAttributes.java | 8 +-
.../remote/behavior/IRemoteCacheAttributes.java | 6 +-
.../remote/server/RemoteCacheServerAttributes.java | 16 +-
.../remote/server/RemoteCacheServerFactory.java | 4 +-
.../TimeoutConfigurableRMISocketFactory.java | 17 +-
.../behavior/IRemoteCacheServerAttributes.java | 6 +-
.../jcs4/engine/AbstractCacheEventQueue.java | 97 +++-----
.../commons/jcs4/engine/CacheEventQueue.java | 5 +-
.../commons/jcs4/engine/PooledCacheEventQueue.java | 10 +-
.../jcs4/engine/behavior/ICacheEventQueue.java | 7 +-
.../jcs4/engine/behavior/IElementSerializer.java | 4 +-
.../jcs4/utils/threadpool/PoolConfiguration.java | 246 ++++-----------------
.../jcs4/utils/threadpool/ThreadPoolManager.java | 26 ++-
.../server/RemoteCacheServerFactoryUnitTest.java | 18 +-
.../jcs4/engine/EventQueueConcurrentLoadTest.java | 3 +-
34 files changed, 255 insertions(+), 408 deletions(-)