This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
from e6bf3cb7 Bump github/codeql-action/init from 4.37.7 to 4.37.8
new 36960889 Remove obsolete SuppressWarnings annotation
new 85b906cf Unify the handling of thread pools and their lifecycle. Fixes
JCS-248
The 2 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/engine/CacheEventQueue.java | 10 +-
.../commons/jcs4/engine/PooledCacheEventQueue.java | 31 +--
.../engine/control/event/ElementEventQueue.java | 9 +-
.../jcs4/utils/config/ConfigurationBuilder.java | 1 -
.../commons/jcs4/utils/config/PropertySetter.java | 1 -
.../jcs4/utils/discovery/UDPDiscoveryReceiver.java | 5 +-
.../jcs4/utils/threadpool/PoolConfiguration.java | 29 ++-
.../jcs4/utils/threadpool/ThreadPoolManager.java | 232 ++++++++++++++++-----
.../control/event/ElementEventQueueUnitTest.java | 87 ++++++++
9 files changed, 312 insertions(+), 93 deletions(-)
create mode 100644
commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/control/event/ElementEventQueueUnitTest.java