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 f714c84 [LANG-1675] Improve performance of StringUtils.join for
primitives #812
f714c84 is described below
commit f714c84f9564ba96d24700f9937ee5dfd01abc89
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 3 12:54:24 2022 -0400
[LANG-1675] Improve performance of StringUtils.join for primitives #812
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 51b6ae2..93971f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Diego
Marcilio">Updating javadoc for NullPointerException when Validate.notNull() is
called #870.</action>
<action type="fix" dev="ggregory" due-to="Diego
Marcilio">Fixing and adding DateUtils exception Javadocs #871.</action>
<action issue="LANG-1679" type="fix" dev="ggregory"
due-to="clover">Improve performance of StringUtils.unwrap(String, String)
#844.</action>
+ <action issue="LANG-1675" type="fix" dev="ggregory"
due-to="clover">Improve performance of StringUtils.join for primitives
#812.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add TriConsumer.</action>