Merge branch 'LANG-1197'

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

Branch: refs/heads/master
Commit: ad1b72b7ece0166c5fbe0c6136213589eeed9945
Parents: 9c50627 69da8ce
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sat Sep 17 16:35:23 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sat Sep 17 16:35:23 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                         |  1 +
 .../org/apache/commons/lang3/JavaVersion.java   | 42 ++++++++-----
 .../org/apache/commons/lang3/SystemUtils.java   | 17 +++++-
 .../apache/commons/lang3/JavaVersionTest.java   |  3 +-
 .../apache/commons/lang3/SystemUtilsTest.java   | 63 +++++++++++++++++++-
 5 files changed, 106 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ad1b72b7/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index d6ac6db,884dd8b..b1c99ff
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -46,30 -22,7 +46,31 @@@ The <action> type attribute can be add,
    <body>
  
    <release version="3.5" date="tba" description="tba">
+     <action issue="LANG-1197" type="update" dev="pschumacher" >Prepare Java 9 
detection</action>
 +    <action issue="LANG-1252" type="fix" dev="chtompki" due-to="Rob 
Tompkins">Rename NumberUtils.isNumber, isCreatable to better reflect 
createNumber. Also, accommodated for "+" symbol as prefix in isCreatable and 
isNumber.</action>
 +    <action issue="LANG-1262" type="update" dev="pschumacher" due-to="Ruslan 
Cheremin">CompareToBuilder.append(Object, Object, Comparator) method is too big 
to be inlined</action>
 +    <action issue="LANG-1230" type="fix" dev="pschumacher" due-to="Philippe 
Marschall">Remove unnecessary synchronization from registry lookup in 
EqualsBuilder and HashCodeBuilder</action>
 +    <action issue="LANG-1224" type="add" dev="pschumacher" due-to="Caleb 
Cushing">Extend RandomStringUtils with methods that generate strings between a 
min and max length</action>
 +    <action issue="LANG-1214" type="fix" dev="pschumacher" due-to="Henry 
Tung">Handle "void" in ClassUtils.getClass()</action>
 +    <action issue="LANG-1250" type="fix" dev="pschumacher" due-to="Glease 
Wang">SerializationUtils#deserialize has unnecessary code and a comment for 
that</action>
 +    <action issue="LANG-1259" type="update" dev="britter" due-to="Dominik 
Stadler">JavaDoc for ArrayUtils.isNotEmpty() is slightly misleading</action>
 +    <action issue="LANG-1257" type="add" dev="ggregory" due-to="Gary 
Gregory">Add APIs StringUtils.wrapIfMissing(String, char|String)</action>
 +    <action issue="LANG-1190" type="fix" dev="pschumacher" 
due-to="pschumacher">TypeUtils.isAssignable throws NullPointerException when 
fromType has type variables and toType generic superclass specifies type 
variable</action>
 +    <action issue="LANG-1226" type="fix" dev="pschumacher" 
due-to="pschumacher">StringUtils#normalizeSpace does not trim the string 
anymore</action>
 +    <action issue="LANG-1251" type="fix" dev="pschumacher" due-to="Takuya 
Ueshin">SerializationUtils.ClassLoaderAwareObjectInputStream should use static 
initializer to initialize primitiveTypes map</action>
 +    <action issue="LANG-1253" type="add" dev="ggregory" 
due-to="adilek">[GitHub issue #170] Add RandomUtils#nextBoolean() 
method</action>
 +    <action issue="LANG-1247" type="update" dev="chas" due-to="Benoit 
Wiart">FastDatePrinter generates extra Date objects</action>
 +    <action issue="LANG-1018" type="fix" dev="pschumacher" due-to="Nick 
Manley">Fix precision loss on NumberUtils.createNumber(String)</action>
 +    <action issue="LANG-1229" type="update" dev="pschumacher" due-to="Ruslan 
Cheremin">HashCodeBuilder.append(Object,Object) is too big to be inlined, which 
prevents whole builder to be scalarized</action>
 +    <action issue="LANG-1085" type="add" dev="oheger" due-to="oheger / 
kinow">Add a circuit breaker implementation</action>
 +    <action issue="LANG-1013" type="add" dev="pschumacher" due-to="Thiago 
Andrade">Add StringUtils.truncate()</action>
 +    <action issue="LANG-1195" type="add" dev="pschumacher" due-to="Derek C. 
Ashmore">Enhance MethodUtils to allow invocation of private methods</action>
 +    <action issue="LANG-1199" type="fix" dev="pschumacher" due-to="M. 
Steiger">Fix implementation of StringUtils.getJaroWinklerDistance()</action>
 +    <action issue="LANG-1244" type="fix" dev="pschumacher" 
due-to="jjbankert">Fix dead links in StringUtils.getLevenshteinDistance() 
javadoc</action>
 +    <action issue="LANG-1242" type="fix" dev="pschumacher" due-to="Neal 
Stewart">"\u2284":"&nsub;" mapping missing from 
EntityArrays#HTML40_EXTENDED_ESCAPE</action>
 +    <action issue="LANG-1243" type="update" dev="sebb">Simplify ArrayUtils 
removeElements by using new decrementAndGet() method</action>
 +    <action issue="LANG-1189" type="add" dev="sebb" due-to="haiyang li / 
Matthew Bartenschlag ">Add 
getAndIncrement/getAndDecrement/getAndAdd/incrementAndGet/decrementAndGet/addAndGet
 in Mutable* classes</action>
 +    <action issue="LANG-1240" type="update" dev="pschumacher" 
due-to="zhanhb">Optimize BitField constructor implementation</action>
      <action issue="LANG-1206" type="update" dev="pschumacher" 
due-to="Mohammed Alfallaj">Improve CharSetUtils.squeeze() performance</action>
      <action issue="LANG-1225" type="add" dev="pschumacher" due-to="Caleb 
Cushing">Add RandomStringUtils#randomGraph and #randomPrint which match 
corresponding regular expression class</action>
      <action issue="LANG-901" type="fix" dev="pschumacher" due-to="Matthew 
Bartenschlag">StringUtils#startsWithAny/endsWithAny is case sensitive - 
documented as case insensitive</action>

Reply via email to