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/04 21:57:34 UTC

[5/5] [lang] Merge branch 'threadutilsmaster'

Merge branch 'threadutilsmaster'

LANG-1105: Add ThreadUtils - A utility class for which provides helper methods
related to java.lang.Thread. Thanks to Hendrik Saly for implementing this
feature. Thanks to Fabian Lange and Charles Honton for their feedback during
development.


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

Branch: refs/heads/master
Commit: 1cb5573ada7dc7ec240fca6afe4eeb6e2c793d8e
Parents: d2b1e52 afab3b0
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon May 4 21:53:53 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon May 4 21:56:32 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                         |   1 +
 .../org/apache/commons/lang3/ThreadUtils.java   | 467 +++++++++++++++++++
 .../apache/commons/lang3/ThreadUtilsTest.java   | 377 +++++++++++++++
 3 files changed, 845 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1cb5573a/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 0a8069b,f134f00..f151745
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -22,7 -22,7 +22,8 @@@
    <body>
  
    <release version="3.5" date="tba" description="tba">
+     <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>
      <action issue="LANG-1128" type="fix" dev="britter" due-to="jacktan1991">JsonToStringStyle doesn't handle chars and objects correctly</action>
      <action issue="LANG-456" type="fix" dev="britter" due-to="Bob Fields, Woosan Ko, Bruno P. Kinoshita">HashCodeBuilder throws StackOverflowError in bidirectional navigable association</action>