Claus Ibsen created CAMEL-8058:
----------------------------------
Summary: 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)