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 1f20030 [LANG-1629] Delete white space (#678)
new b5de0ef Sort members.
new c9e825e Add and use LocaleUtils.toLocale(Locale) to avoid NPEs and
use the default locale when an input locale is null.
The 2 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/LocaleUtils.java | 388 +++++++++++----------
.../java/org/apache/commons/lang3/StringUtils.java | 4 +-
.../commons/lang3/text/ExtendedMessageFormat.java | 9 +-
.../org/apache/commons/lang3/time/DateUtils.java | 3 +-
.../apache/commons/lang3/time/FastDateParser.java | 16 +-
.../apache/commons/lang3/time/FastDatePrinter.java | 7 +-
.../org/apache/commons/lang3/time/FormatCache.java | 21 +-
.../org/apache/commons/lang3/LocaleUtilsTest.java | 33 +-
9 files changed, 257 insertions(+), 225 deletions(-)