Add note re Java versions

This commit is contained in:
Sebb 2023-12-12 17:12:28 +00:00
parent 7d12dfb329
commit 9a306b2b7a
2 changed files with 14 additions and 0 deletions

View File

@ -54,6 +54,13 @@ Apache Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang.
The code is tested using the latest revision of the JDK for supported
LTS releases.
These are 8, 11, 12 and 21 currently, see:
https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
Please ensure your build environment is up-to-date and kindly report any build issues.
Documentation
-------------

View File

@ -34,6 +34,13 @@
Apache Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang.
The code is tested using the latest revision of the JDK for supported
LTS releases.
These are 8, 11, 12 and 21 currently, see:
https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
Please ensure your build environment is up-to-date and kindly report any build issues.
</description>
<url>https://commons.apache.org/proper/commons-lang/</url>