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 39f4ea231 Refactor test
new 9b383f3fa Add
org.apache.commons.lang3.SystemProperties.isPropertySet(String)
new 301a6261c Fix NullPointerException in
org.apache.commons.lang3.SystemUtils.IS_OS_ANDROID
new e61abab25 Fix edge-case NullPointerException in
org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast(JavaVersion)
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 | 4 ++++
.../java/org/apache/commons/lang3/StringUtils.java | 5 ++++
.../org/apache/commons/lang3/SystemProperties.java | 17 ++++++++++++++
.../java/org/apache/commons/lang3/SystemUtils.java | 6 ++---
.../apache/commons/lang3/SystemPropertiesTest.java | 27 +++++++++++++++++-----
5 files changed, 50 insertions(+), 9 deletions(-)