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 12f113ab3ca943668cf85f00f8b81083601e7c5b Author: Thomas Vandahl <[email protected]> AuthorDate: Mon Feb 16 15:02:26 2026 +0100 Update migration documentation --- xdocs/UpgradingFrom3x.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/UpgradingFrom3x.xml b/xdocs/UpgradingFrom3x.xml index 82bf9c47..2fd40476 100644 --- a/xdocs/UpgradingFrom3x.xml +++ b/xdocs/UpgradingFrom3x.xml @@ -92,7 +92,7 @@ jcs.default.cacheattributes=org.apache.commons.jcs4.engine.CompositeCacheAttribu </subsection> <subsection name="Logging"> <p> - JCS 4.0.0 uses the JDK9+ System.Logger interface for logging. + JCS 4.0.0 uses a thin wrapper around the JDK9+ System.Logger interface for logging. By default, JCS uses java.util.logging as implementation. For a better readability we recommend to configure the logger formatting like this: </p>
