Matyrobbrt opened a new pull request, #1844:
URL: https://github.com/apache/groovy/pull/1844

   This PR replaces the different usages of `Path#toFile` in `NioExtensions` 
with the equivalent methods in the NIO API (`Files`). This change is done 
because there is no guarantee a `Path` can always be converted to a `File`, 
even if you can open a stream to it:
   > Throws: UnsupportedOperationException – if this Path is not associated 
with the default provider


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to