This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a306b2b7 Add note re Java versions
9a306b2b7 is described below

commit 9a306b2b7abe3bd38595fa0d9fc3a5e9e35a70d4
Author: Sebb <s...@apache.org>
AuthorDate: Tue Dec 12 17:12:28 2023 +0000

    Add note re Java versions
---
 README.md | 7 +++++++
 pom.xml   | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/README.md b/README.md
index c94151059..248756edb 100644
--- a/README.md
+++ b/README.md
@@ -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
 -------------
 
diff --git a/pom.xml b/pom.xml
index 7d2067e01..14f106126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to