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-text.git
The following commit(s) were added to refs/heads/master by this push: new 7c57d872 Clarifies Java platform requirement 7c57d872 is described below commit 7c57d872b271af4302928fe28478bc7812cfa0d3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:29:07 2023 -0400 Clarifies Java platform requirement --- RELEASE-NOTES.txt | 6 +++--- src/changes/changes.xml | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 14f0ea5f..d9edcddf 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -29,7 +29,7 @@ and manipulating text that should be of use in a Java environment. Apache Commons Text is a library focused on algorithms working on strings. -Release 1.11.0. Requires Java 8. +Release 1.11.0. Requires Java 8 or above. Changes in this version include: @@ -106,7 +106,7 @@ and manipulating text that should be of use in a Java environment. Apache Commons Text is a library focused on algorithms working on strings. -Release 1.10.0. Requires Java 8. +Release 1.10.0. Requires Java 8 or above. Changes in this version include: @@ -200,7 +200,7 @@ and manipulating text that should be of use in a Java environment. Apache Commons Text is a library focused on algorithms working on strings. -Release 1.9. Requires Java 8. +Release 1.9. Requires Java 8 or above. Changes in this version include: diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9093ff18..7243fcd3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,9 +45,9 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Text Changes</title> </properties> <body> - <release version="1.11.1" date="202Y-MM-DD" description="Release 1.11.1. Requires Java 8."> + <release version="1.11.1" date="202Y-MM-DD" description="Release 1.11.1. Requires Java 8 or above."> </release> - <release version="1.11.0" date="2023-10-24" description="Release 1.11.0. Requires Java 8."> + <release version="1.11.0" date="2023-10-24" description="Release 1.11.0. Requires Java 8 or above."> <!-- FIX --> <action issue="TEXT-219" type="fix" dev="aherbert" due-to="Jaap Sperling">Fix StringTokenizer.getTokenList to return an independent modifiable list</action> <action type="fix" dev="aherbert" due-to="James Nord">Fix Javadoc for StringEscapeUtils.escapeHtml4 #382</action> @@ -92,7 +92,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.11.0 to 2.15.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action> </release> - <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. Requires Java 8."> + <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. Requires Java 8 or above."> <!-- FIX --> <action issue="TEXT-189" type="fix" dev="kinow" due-to="Gongpu Zhu">Fix CaseUtils when the input string contains only delimiters</action> <action issue="TEXT-187" type="fix" dev="kinow">Add GraalVM test dependencies to fix test failures with Java 15.</action> @@ -152,7 +152,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Dependabot">Bump commons.pmd-impl.version from 6.44.0 to 6.49.0 #323, #336, #345, #350.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump exec-maven-plugin from 3.0.0 to 3.1.0 #340.</action> </release> - <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8."> + <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8 or above."> <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action> <action issue="TEXT-149" type="fix" dev="kinow" due-to="Yuji Konishi">StringEscapeUtils.unescapeCsv doesn't remove quotes at begin and end of string.</action> <action issue="TEXT-174" type="fix" dev="ggregory" due-to="furkilic">ScriptStringLookup does not accept ":" #126.</action> @@ -197,7 +197,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">[build] org.mockito 3.3.3 -> 3.4.4.</action> </release> - <release version="1.8" date="2019-08-30" description="Release 1.8. Requires Java 8."> + <release version="1.8" date="2019-08-30" description="Release 1.8. Requires Java 8 or above."> <action issue="TEXT-167" type="fix" dev="ggregory" due-to="Larry West">commons-text web page missing "RELEASE-NOTES-1.7.txt"</action> <action issue="TEXT-168" type="fix" dev="ggregory" due-to="luksan47">(doc) Fixed wrong value for Jaro-Winkler example #117</action> <action issue="TEXT-169" type="add" dev="ggregory" due-to="Gary Gregory">Add helper factory method org.apache.commons.text.StringSubstitutor.createInterpolator().</action> @@ -207,7 +207,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">[site] checkstyle.version 8.21 -> 8.23.</action> </release> - <release version="1.7" date="2019-06-30" description="Release 1.7. Requires Java 8."> + <release version="1.7" date="2019-06-30" description="Release 1.7. Requires Java 8 or above."> <action issue="TEXT-111" type="fix" dev="kinow" due-to="@CAPS50">WordUtils.wrap must calculate offset increment from wrapOn pattern length</action> <action issue="TEXT-104" type="update" dev="kinow" due-to="Sascha Szott">Jaro Winkler Distance refers to similarity</action> <action issue="TEXT-148" type="add" dev="ggregory">Add an enum to the lookup package that lists all StringLookups</action> @@ -225,14 +225,14 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory">Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.</action> </release> - <release version="1.6" date="2018-10-12" description="Release 1.6. Requires Java 8."> + <release version="1.6" date="2018-10-12" description="Release 1.6. Requires Java 8 or above."> <action issue="TEXT-144" type="update" dev="ggregory">Add the resource string bundle string lookup to the default set of lookups</action> <action issue="TEXT-145" type="update" dev="ggregory">Add StringLookupFactory methods for the URL encoder and decoder string lookups</action> <action issue="TEXT-146" type="update" dev="ggregory">org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup() should reuse a singleton instance</action> <action issue="TEXT-147" type="update" dev="ggregory">Add a Base64 encoder string lookup.</action> </release> - <release version="1.5" date="2018-09-29" description="Release 1.5. Requires Java 8."> + <release version="1.5" date="2018-09-29" description="Release 1.5. Requires Java 8 or above."> <action issue="TEXT-139" type="fix" dev="chtompki" due-to="Nick Wong">Improve JaccardSimilarity computational cost</action> <action issue="TEXT-118" type="fix" dev="chtompki" due-to="Nandor Kollar">JSON escaping incorrect for the delete control character</action> <action issue="TEXT-130" type="fix" dev="chtompki" due-to="Jan Martin Keil">Fixes JaroWinklerDistance: Wrong results due to precision of transpositions</action> @@ -249,7 +249,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-143" type="add" dev="ggregory">Add constant string lookup like the one in Apache Commons Configuration.</action> </release> - <release version="1.4" date="2018-06-12" description="Release 1.4. Requires Java 8."> + <release version="1.4" date="2018-06-12" description="Release 1.4. Requires Java 8 or above."> <action issue="TEXT-120" type="fix" dev="pschumacher">StringEscapeUtils#unescapeJson does not unescape double quotes and forward slash</action> <action issue="TEXT-119" type="fix" dev="pschumacher">Remove mention of SQL escaping from user guide</action> <action issue="TEXT-121" type="update" dev="ggregory" due-to="pschumacher">Update Java requirement from version 7 to 8.</action>