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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 083822532 Clarifies Java platform requirement 083822532 is described below commit 0838225321ed5c939e20416e4f8357f73ea9b097 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:35:52 2023 -0400 Clarifies Java platform requirement --- RELEASE-NOTES.txt | 2 +- src/changes/changes.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e615ac19d..8fe25eba7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -34,7 +34,7 @@ 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. -New features and bug fixes (Java 8). +New features and bug fixes (Java 8 or above). Changes in this version include: diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e93da9d53..281e437ca 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="3.14.0" date="202Y-MM-DD" description="New features and bug fixes (Java 8)."> + <release version="3.14.0" date="202Y-MM-DD" description="New features and bug fixes (Java 8 or above)."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="remeio">Rename variable names from 'clss' to 'clazz' #1087.</action> <action type="fix" dev="ggregory" due-to="remeio">[Javadoc] ComparableUtils'c1' to 'comparable1', 'c2' to '</action> @@ -84,7 +84,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-text from 1.10.0 to 1.11.0.</action> </release> - <release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8)."> + <release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8 or above)."> <!-- FIX --> <action issue="LANG-1645" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to recognize hex integers prefixed with +.</action> <action issue="LANG-1646" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to return requested floating point type for zero.</action> @@ -286,7 +286,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">Bump commons.pmd-impl.version from 6.49.0 to 6.51.0 #961.</action> </release> - <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8)."> + <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8 or above)."> <!-- FIX --> <action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai, Alex Herbert">Correct implementation of RandomUtils.nextLong(long, long)</action> <action issue="LANG-1600" type="fix" dev="ggregory" due-to="Michael F">Restore handling of collections for non-JSON ToStringStyle #610.</action> @@ -364,7 +364,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Arturo Bernal">Use own validator ObjectUtils.anyNull to check null String input #718.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 52 to 53 #885.</action> </release> - <release version="3.11" date="2020-07-12" description="New features and bug fixes (Java 8)."> + <release version="3.11" date="2020-07-12" description="New features and bug fixes (Java 8 or above)."> <action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action> <action issue="LANG-1549" type="update" dev="chtompki" due-to="Jin Xu">CharSequenceUtils.lastIndexOf : remake it</action> <action type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action>