You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/14 16:34:00 UTC

[jira] [Commented] (GEODE-6133) Dependency on org.apache.commons.lang3.SystemUtils.LINE_SEPARATOR should change to System.lineSeparator()

    [ https://issues.apache.org/jira/browse/GEODE-6133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16951125#comment-16951125 ] 

ASF subversion and git services commented on GEODE-6133:
--------------------------------------------------------

Commit 1f0861ddfb9550bc1eab914a484752963e63a4c2 in geode's branch refs/heads/develop from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1f0861d ]

GEODE-6133: Use System.lineSeparator() for line feeds (#4152)

Cleanup any classes and tests touched for line feeds.

> 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
>            Assignee: Kirk Lund
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)