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 faed035 Bump log4j-api from 2.16.0 to 2.17.0 #79.
new c6297c5 Fix unchecked warning
new 15c47a9 Narrow down exception type
new 1f5215e Implement failover test
new 67e70b9 Document changes
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:
.../jcs3/auxiliary/remote/RemoteCacheManager.java | 2 +-
.../auxiliary/remote/RemoteCacheNoWaitFacade.java | 70 ++++++-----
.../commons/jcs3/utils/config/PropertySetter.java | 6 +-
.../remote/RemoteCacheNoWaitFacadeUnitTest.java | 35 ++++++
.../auxiliary/remote/TestRemoteCacheFactory.java | 133 +++++++++++++++++++++
src/changes/changes.xml | 6 +
6 files changed, 218 insertions(+), 34 deletions(-)
create mode 100644
commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/TestRemoteCacheFactory.java