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 c3b7233e Bump actions/cache from 5.0.2 to 5.0.3
new 8acc64dd Move test-related methods to test code
new 73e58890 Document immutable records for element attributes
new 66025009 Update documentation
new d81e6360 Update documentation
new 71d7c238 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
The 5 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:
.../jcs4/engine/CompositeCacheAttributes.java | 123 +-------------
.../commons/jcs4/engine/ElementAttributes.java | 136 +--------------
.../jcs4/engine/behavior/IElementAttributes.java | 14 --
.../jcs4/engine/control/CompositeCache.java | 10 +-
.../jcs4/engine/control/CompositeCacheManager.java | 2 +-
.../serialization/SerializationConversionUtil.java | 7 -
.../commons/jcs4/access/CacheAccessUnitTest.java | 28 ++-
.../disk/block/AbstractBlockDiskCacheUnitTest.java | 9 +-
.../indexed/AbstractIndexDiskCacheUnitTest.java | 12 +-
.../indexed/IndexedDiskCacheKeyStoreUnitTest.java | 9 +-
.../remote/RemoteCacheListenerUnitTest.java | 7 +-
.../jcs4/engine/ElementAttributesUtils.java | 30 ----
.../jcs4/engine/TestCompositeCacheAttributes.java | 137 +++++++++++++++
.../commons/jcs4/engine/TestElementAttributes.java | 76 +++++++++
.../control/CompositeCacheDiskUsageUnitTest.java | 37 ++--
.../engine/control/CompositeCacheUnitTest.java | 31 ++--
.../memory/fifo/FIFOMemoryCacheUnitTest.java | 15 +-
.../memory/shrinking/ShrinkerThreadUnitTest.java | 101 +++++------
.../SerializationConversionUtilUnitTest.java | 13 +-
xdocs/ElementAttributes.xml | 187 +++++++++++----------
xdocs/UpgradingFrom3x.xml | 9 +-
21 files changed, 434 insertions(+), 559 deletions(-)
delete mode 100644
commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/ElementAttributesUtils.java
create mode 100644
commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/TestCompositeCacheAttributes.java
create mode 100644
commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/TestElementAttributes.java