This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push: new 76cca890 Clarifies Java platform requirement 76cca890 is described below commit 76cca8902d8ae8f654385b4113fb7fcc89d19517 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:25:31 2023 -0400 Clarifies Java platform requirement --- xdocs/UpgradingFrom2x.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/UpgradingFrom2x.xml b/xdocs/UpgradingFrom2x.xml index dd1a9c26..6e50697e 100644 --- a/xdocs/UpgradingFrom2x.xml +++ b/xdocs/UpgradingFrom2x.xml @@ -32,7 +32,7 @@ </p> <subsection name="Minimum Java Requirements"> <p> - JCS 3.x requires Java 8 to run. It was tested successfully with JDK 14. + JCS 3.x requires Java 8 or above to run. It was tested successfully with JDK 14. </p> </subsection> <subsection name="Package Names and Maven Coordinates">