This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git.
from 615410d Remove -SNAPSHOT from release notes. new dde6790 [LANG-1645] NumberUtils to recognise hex integers prefixed with + new f53de75 Remove bad javadoc from test new 0cfc31b Fix formatting The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 2 + .../java/org/apache/commons/lang3/Streams.java | 12 +- .../java/org/apache/commons/lang3/StringUtils.java | 52 ++--- .../java/org/apache/commons/lang3/Validate.java | 216 ++++++++++----------- .../org/apache/commons/lang3/math/NumberUtils.java | 19 +- .../apache/commons/lang3/math/NumberUtilsTest.java | 21 ++ .../commons/lang3/time/FastDateParserTest.java | 3 - 7 files changed, 176 insertions(+), 149 deletions(-)