Re: [IO] Using file filters with Java NIO file tree walking

2020-10-15 Thread Gary Gregory
On Wed, Oct 14, 2020 at 5:56 PM Bruno P. Kinoshita wrote: > Had a look at the commit [1] and found no issues. Really impressive work > Gary. You've updated the code and also added a lot of examples in the > Javadocs. Really golden. > Thank Bruno! > I used simple code snippets to understand

Re: [IO] Using file filters with Java NIO file tree walking

2020-10-14 Thread Bruno P. Kinoshita
Had a look at the commit [1] and found no issues. Really impressive work Gary. You've updated the code and also added a lot of examples in the Javadocs. Really golden. I used simple code snippets to understand how the new API works, and quickly test it locally. But will try to update

Re: [IO] Using file filters with Java NIO file tree walking

2020-10-13 Thread Gary Gregory
On Sat, Oct 10, 2020 at 11:08 PM Bruno P. Kinoshita wrote: > Thanks for heads up Gary! Looking forward to reading/reviewing the new > code! > Bruno > Hi Bruno, It's in there now, feel free to take a look and review, change, or fiddle ;-) Gary > > On Sunday, 11 October 2020, 3:16:20 am

Re: [IO] Using file filters with Java NIO file tree walking

2020-10-10 Thread Bruno P. Kinoshita
Thanks for heads up Gary! Looking forward to reading/reviewing the new code! Bruno On Sunday, 11 October 2020, 3:16:20 am NZDT, Gary Gregory wrote: Hi All: FYI, I am working and nearly done adapting our file filters to work with java.nio.file.Files.walk APIs. My goal overall in

[IO] Using file filters with Java NIO file tree walking

2020-10-10 Thread Gary Gregory
Hi All: FYI, I am working and nearly done adapting our file filters to work with java.nio.file.Files.walk APIs. My goal overall in Commons is to let our code fit in better with the more modern NIO and Path based APIs. Gary