Re: [VOTE] Release Apache Commons IO 2.8.0 based on RC1

2020-09-05 Thread Rob Tompkins
(undecided) -1 ?? [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 04:00 min [INFO] Finished at: 2020-09-06T02:07:20-04:00 [INFO]

[vfs] consider about making FileObjectUtils be more like FileUtils in commons-io?

2020-09-05 Thread Xeno Amess
for example: can we make its constructor public instead of private?

[VOTE] Release Apache Commons IO 2.8.0 based on RC1

2020-09-05 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons IO 2.7 was released, so I would like to release Apache Commons IO 2.8.0. Apache Commons IO 2.8.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/io/2.8.0-RC1 (svn revision 41326) The Git

Re: Apache VFS v.s. NIO FileSystem

2020-09-05 Thread Gary Gregory
A start might be to provide some kind of bridge provider for both systems. Gary On Fri, Sep 4, 2020, 12:12 Matt Sicker wrote: > There's been talk about supporting it in the past, but no code yet. I > had looked into that a while back when I was working on a project > using that API, but that ne