This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 0d6b420908410302e78ab05698ddcc4fd0a3af3e Author: Thomas Vandahl <[email protected]> AuthorDate: Wed Feb 11 16:23:42 2026 +0100 Update documentation --- xdocs/UpgradingFrom3x.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xdocs/UpgradingFrom3x.xml b/xdocs/UpgradingFrom3x.xml index e2b45a34..cc7dfd81 100644 --- a/xdocs/UpgradingFrom3x.xml +++ b/xdocs/UpgradingFrom3x.xml @@ -134,9 +134,9 @@ jcs.default.cacheattributes=org.apache.commons.jcs4.engine.CompositeCacheAttribu much shorter. See the examples in <code>src/test/test-conf</code>. </p> <p> - The configuration holder objects (the classes that end in "Attributes") are now - implemented as Java records and - as such - are largely immutable. This makes them much - more robust against side-effects in concurrent environments. + The configuration holder objects CompositeCacheAttributes and ElementAttributes + are now implemented as Java records and - as such - are largely immutable. This + makes them much more robust against side-effects in concurrent environments. </p> </subsection> </section>
