RE: [io] NIO2 and non-default file system support

2019-05-16 Thread Chesney, Mark
y > > > > On Thu, May 16, 2019, 02:03 Matt Sicker wrote: > > > > > I’ve been interested in seeing IO be updated to include support for > > > using Path instead of just File. I can review your PR this week, > > > though I’m certainly not the only one who

RE: [IO] Update to Java 8

2019-05-16 Thread Chesney, Mark
I think it's a good idea. A recent update of the parent POM version seems to have broken the Travis build for Java 7. Discontinuing Java 7 support would make that a non-issue. > -Original Message- > From: Rob Tompkins > Sent: Thursday, May 16, 2019 8:10 AM > To: Commons Developers List

[io] NIO2 and non-default file system support

2019-05-14 Thread Chesney, Mark
Hello, Awhile back I ran into a situation where I needed to read the lines of a file that might be on a non-default file system, like an in-memory file system, on Java 7+. I looked to the commons-io ReversedLinesFileReader, but it only works with java.io.File files which are always on the defau

RE: [GitHub] commons-io pull request #62: IO-578: Support java.nio.Path and non-default f...

2018-07-11 Thread Chesney, Mark
Hello, I've created the issue IO-768 "Support java.nio.Path and non-default filesystems for ReversedLinesFileReader" and a corresponding pull request apache/commons-io#62 to address a limitation I encou