Re: [IO] org.apache.commons.io.FileSystem for 2.7 or later

2020-05-12 Thread Gary Gregory
On Sat, May 9, 2020 at 7:49 AM Jochen Wiedmann wrote: > Looking at that class, it certainly seems to be a candidate for > refactoring. For example, I could imagine to split the actual > enumeration, and the implementation code into separate classes. But > that can be done after a release, just as

Re: [IO] org.apache.commons.io.FileSystem for 2.7 or later

2020-05-09 Thread Jochen Wiedmann
Looking at that class, it certainly seems to be a candidate for refactoring. For example, I could imagine to split the actual enumeration, and the implementation code into separate classes. But that can be done after a release, just as well. So, I'd say: Just go for it, and don't bother ("Include

[IO] org.apache.commons.io.FileSystem for 2.7 or later

2020-05-05 Thread Gary Gregory
Hi All, I'd like to create an RC for IO 2.7 but I am not sure if org.apache.commons.io.FileSystem is fully baked. We could: - Temporarily remove it and put in back in for 2.8-SNAPSHOT - Move it to an 'experimental' or 'alpha' package. - Include it - Work on it some more Thoughts? Gary