You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/05 20:33:24 UTC

[3/3] [lang] Merge branch 'LANG-701'

Merge branch 'LANG-701'

LANG-701: StringUtils join with var args. Thanks to James Sawle.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/7fae5b0b
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/7fae5b0b
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/7fae5b0b

Branch: refs/heads/master
Commit: 7fae5b0b17dbfa46236243cc53f0ea853ed89f5c
Parents: 98220ad 9752bbc
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue May 5 20:32:39 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue May 5 20:32:39 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                         |  1 +
 .../org/apache/commons/lang3/StringUtils.java   | 41 +++++++++++++++++++-
 .../apache/commons/lang3/StringUtilsTest.java   | 18 +++++++++
 3 files changed, 59 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/7fae5b0b/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 3523968,2ecf557..ab6245e
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -22,8 -22,7 +22,9 @@@
    <body>
  
    <release version="3.5" date="tba" description="tba">
+     <action issue="LANG-701" type="add" dev="britter" due-to="James Sawle">StringUtils join with var args</action>
 +    <action issue="LANG-1130" type="fix" dev="britter">Fix critical issues reported by SonarQube</action>
 +    <action issue="LANG-1131" type="fix" dev="britter">StrBuilder.equals(StrBuilder) doesn't check for null inputs</action>
      <action issue="LANG-1105" type="add" dev="britter" due-to="Hendrik Saly">Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread</action>
      <action issue="LANG-1031" type="add" dev="britter" due-to="Felipe Adorno">Add annotations to exclude fields from ReflectionEqualsBuilder, ReflectionToStringBuilder and ReflectionHashCodeBuilder</action>
      <action issue="LANG-1127" type="add" dev="chas">Unit test helpers which set and reset default Locale and TimeZone</action>