arturobernalg commented on pull request #44: URL: https://github.com/apache/commons-release-plugin/pull/44#issuecomment-798876220
> I have no preference over io and nio here. I normally use io most of the time, except when I need to do some low level operation with input/output streams, or some non-blocking operation. Here I suspect the only difference is that these methods work with `Path`? Or is there another advantage in using `Files.newInputStream`? > > The other issue with finalizers, GC, etc, appears to have been fixed in newer versions of Java (this is reported by Sonar/static analyzers) - https://stackoverflow.com/a/55370386 Hi @kinow I'm assuming there are users with java 8 version. Maybe in some point this change would not be sense, but i think it's important at the moment TY ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
