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 Comm

[CONFIGURATION-794] Unclosed file handle when reading config from JAR file URL

2020-10-10 Thread Gary Gregory
Help needed on this one SVP. https://issues.apache.org/jira/browse/CONFIGURATION-794 Gary On Thu, Oct 8, 2020, 05:28 Robin Jansohn (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/CONFIGURATION-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedComm

[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