Alexey Romanenko created BEAM-6123:
--------------------------------------
Summary: Switch to using java.nio.file.Files instead of Apache
Commons IO File Utils
Key: BEAM-6123
URL: https://issues.apache.org/jira/browse/BEAM-6123
Project: Beam
Issue Type: Improvement
Components: dependencies, runner-apex
Reporter: Alexey Romanenko
There are a few instances in the code where we can easily replace Apache
Commons IO FileUtils calls with java.nio.file.Files. We should only use third
party library functionality over JDK functionality when it offers extra
functionality or is easier/simpler to use.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)