pditommaso opened a new pull request #1220: Add support for Path to groovy slurpers URL: https://github.com/apache/groovy/pull/1220 This PR adds a `parse` method able to handle NIO `Path` object. This is convenient because it allows the handling of foreign file objects (such as S3) which currently cannot be parsed just converting plain `File` to a path using the built-in `File.toPath()` method.
---------------------------------------------------------------- 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] With regards, Apache Git Services
