This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


    from 2d5af6e20 More tests
     new 8b31797ce Sort members
     new e99b53dc4 Remove old comment
     new a265d4758 Simplify internals
     new 127a135fa Javadoc
     new ddb1872e9 Internal refactoring
     new fcf433fe8 Add org.apache.commons.lang3.CharUtils.isHex(char)
     new 5a5415dd1 Javadoc
     new ec5319a7e Add org.apache.commons.lang3.CharUtils.isOctal(char)
     new 7775bf5a2 Internal refactoring
     new 2660bbad3 Private classes can be final
     new 72fdb5c4d Package-private classes can be final
     new 845ec2103 Package-private classes can be final
     new 273c3df8f Format nits
     new 531925f15 Package-private class can be private and final
     new 2355c541c Rename internal class
     new bf0ea77db Package-private class can be private and final
     new f664abb5e Add JavaVersion.JAVA_24
     new c64c414cc Add missing assertions

The 18 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                            |   4 +
 .../java/org/apache/commons/lang3/ArrayUtils.java  |  80 ++--
 .../java/org/apache/commons/lang3/CharUtils.java   |  53 ++-
 .../java/org/apache/commons/lang3/JavaVersion.java |   9 +
 .../apache/commons/lang3/StringEscapeUtils.java    |  10 +-
 .../java/org/apache/commons/lang3/SystemUtils.java |  16 +
 .../lang3/concurrent/EventCountCircuitBreaker.java |  22 +-
 .../org/apache/commons/lang3/math/NumberUtils.java |  25 +-
 .../org/apache/commons/lang3/text/StrBuilder.java  |   3 +
 .../org/apache/commons/lang3/text/StrLookup.java   |   2 +-
 .../text/translate/NumericEntityUnescaper.java     |   6 +-
 .../lang3/text/translate/OctalUnescaper.java       |  20 +-
 .../org/apache/commons/lang3/time/DateParser.java  |  12 +-
 .../org/apache/commons/lang3/time/DateUtils.java   |   2 +-
 .../commons/lang3/time/DurationFormatUtils.java    |   2 +-
 .../apache/commons/lang3/time/FastDateParser.java  |   9 +-
 .../apache/commons/lang3/time/FastDatePrinter.java |  74 ++--
 .../org/apache/commons/lang3/JavaVersionTest.java  |   3 +-
 .../org/apache/commons/lang3/SystemUtilsTest.java  | 417 ++++++++++++++++++++-
 .../commons/lang3/time/FastDateParserTest.java     |  20 +-
 20 files changed, 625 insertions(+), 164 deletions(-)

Reply via email to