Kirk Lund created GEODE-6133:
--------------------------------
Summary: Dependency on
org.apache.commons.lang3.SystemUtils.LINE_SEPARATOR should change to
System.lineSeparator()
Key: GEODE-6133
URL: https://issues.apache.org/jira/browse/GEODE-6133
Project: Geode
Issue Type: Improvement
Components: core
Reporter: Kirk Lund
org.apache.commons.lang3.SystemUtils.LINE_SEPARATOR has been deprecated in
favor of System.lineSeparator().
All Geode classes importing and using
org.apache.commons.lang3.SystemUtils.LINE_SEPARATOR,
System.getProperty("line.separator") or something similar should be changed to
use System.lineSeparator().
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)