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

[jira] [Resolved] (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:all-tabpanel ]

Kirk Lund resolved GEODE-6133.
------------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

> 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
>             Fix For: 1.11.0
>
>          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)