[GitHub] [commons-io] garydgregory commented on pull request #322: Avoid use deprecated read basic file attributes method.

2022-01-30 Thread GitBox
garydgregory commented on pull request #322: URL: https://github.com/apache/commons-io/pull/322#issuecomment-1025285794 The class `PathUtils` defines `readBasicFileAttributes(Path)` and `readBasicFileAttributes(Path. LinkOption...)`, the former being deprecated. When `readBasicFileAttribut

[GitHub] [commons-io] garydgregory commented on pull request #322: Avoid use deprecated read basic file attributes method.

2022-01-30 Thread GitBox
garydgregory commented on pull request #322: URL: https://github.com/apache/commons-io/pull/322#issuecomment-1025233047 Why? You'd never do this with a vararg method, especially once the deprecated method is deleted in the next major version. Plus, if we do this now, then we'd want to chan