Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
CorePropertiesLocator currently does all its file system interaction using java.io.File and friends, which have all sorts of drawbacks with regard to error handling and reporting. We've been on java 7 for a while now, so we should use the nio2 Path APIs instead.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-8282 Move Java APIs to NIO2 (Path), and ban use of java.io.File
- Open