[
https://issues.apache.org/jira/browse/OLINGO-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745362#comment-14745362
]
Akitoshi Yoshida commented on OLINGO-773:
-----------------------------------------
Hi Michael,
maybe you can consider creating a small local IOUtils to perform some basic
common tasks so that we can also get rid of commons-io from client-api and
client-core.
For example, client-api has only a single use of IOUtils's closeQuietly which
closes the stream with a try/catch/NPE exception guard.
client-core has several other usages of IOUtils (e.g., toString, toByteArray
types of conversion) and LineIterator.
regards, aki
> Replace use of IOUtils in DebugTabBody
> --------------------------------------
>
> Key: OLINGO-773
> URL: https://issues.apache.org/jira/browse/OLINGO-773
> Project: Olingo
> Issue Type: Wish
> Components: odata4-server
> Affects Versions: (Java) V4 4.0.0-beta-03
> Reporter: Michael Bolz
>
> Replace use of {{org.apache.commons.io.IOUtils}} in
> {{org.apache.olingo.server.core.debug.DebugTabBody}}.
> Within {{server-core}} this is the only class for which the {{commons.io}}
> dependency is necessary and hence this could/should be replace.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)