monix/monix-nio

Java File API should not be used

mpapillon opened this issue · 0 comments

The usage of Path toFile method throws exception with some libraries which do not support legacy File API, such as JimFS.

It might be better to use only Java NIO and not use legacy IO in monix-nio.