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 a588f7e69 Javadoc: StringUtils.repeat("", "x", 3) = "xx"; #918
     new aae5a3522 Use Objects#requireNonNull()
     new 7ee27499f Better internal exception handling.
     new fa3803095 Use Objects#requireNonNull()
     new 5cd20a04a Internal refactoring around private modify() method
     new 2073de145 Reuse our DateUtils#toCalendar(Date) API
     new 28b11d15e Javadoc
     new 827f5c93d Remove useless inline comments
     new edbaebb4d Clean up inline comments
     new 6001ae8a0 Add SystemUtils.IS_JAVA_17

The 9 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                            |   1 +
 .../java/org/apache/commons/lang3/ArrayUtils.java  |   7 +-
 .../java/org/apache/commons/lang3/SystemUtils.java |  13 +-
 .../java/org/apache/commons/lang3/Validate.java    |   6 -
 .../lang3/exception/CloneFailedException.java      |   3 -
 .../commons/lang3/exception/ExceptionUtils.java    |   7 +-
 .../apache/commons/lang3/text/StrSubstitutor.java  |  29 +--
 .../text/translate/CharSequenceTranslator.java     |  18 +-
 .../org/apache/commons/lang3/time/DateUtils.java   | 230 ++++++++-------------
 .../apache/commons/lang3/time/FastDatePrinter.java |   2 +-
 .../org/apache/commons/lang3/ArrayUtilsTest.java   |   2 +-
 .../commons/lang3/StringEscapeUtilsTest.java       |  24 +--
 .../org/apache/commons/lang3/SystemUtilsTest.java  |  29 +++
 .../lang3/exception/ExceptionUtilsTest.java        |   2 +-
 .../commons/lang3/text/StrSubstitutorTest.java     |   8 +-
 .../commons/lang3/time/DateUtilsFragmentTest.java  |  48 +----
 .../apache/commons/lang3/time/DateUtilsTest.java   |  55 +++--
 17 files changed, 205 insertions(+), 279 deletions(-)

Reply via email to