From 9a306b2b7abe3bd38595fa0d9fc3a5e9e35a70d4 Mon Sep 17 00:00:00 2001 From: Sebb Date: Tue, 12 Dec 2023 17:12:28 +0000 Subject: [PATCH] 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. https://commons.apache.org/proper/commons-lang/