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 2732dbeb Bump actions/upload-artifact from 7.0.0 to 7.0.1
new e5c331dc JCS-247: Allow CacheMonitor to survive RuntimExceptions
new a485017b JCS-246: More generic exception handling
new ccdeae9f Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
The 3 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:
.../auxiliary/AbstractAuxiliaryCacheMonitor.java | 11 ++-
.../auxiliary/lateral/LateralCacheMonitor.java | 2 +-
.../jcs4/auxiliary/remote/RemoteCacheMonitor.java | 2 +-
.../remote/http/client/RemoteHttpCacheMonitor.java | 2 +-
.../jcs4/engine/AbstractCacheEventQueue.java | 26 +------
...cheInfo.java => ExceptionThrowingConsumer.java} | 38 +++++----
.../AbstractAuxiliaryCacheMonitorUnitTest.java | 89 ++++++++++++++++++++++
.../lateral/socket/tcp/TestTCPLateralUnitTest.java | 2 +-
8 files changed, 128 insertions(+), 44 deletions(-)
copy
commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/{CacheInfo.java
=> ExceptionThrowingConsumer.java} (60%)
create mode 100644
commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/AbstractAuxiliaryCacheMonitorUnitTest.java