You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/07/09 13:23:05 UTC

[jira] [Resolved] (CAMEL-8058) Use Java 7 api when possible

     [ https://issues.apache.org/jira/browse/CAMEL-8058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-8058.
--------------------------------
    Resolution: Implemented

> Use Java 7 api when possible
> ----------------------------
>
>                 Key: CAMEL-8058
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8058
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.15.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>
> We have some custom code that figures out the line terminator.
> But since Java 1.7 we can use
> System.getProperty("line.separator")
> There may be a few other spots with some code that can be replaced with apis from java7 onwards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)