You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "risdenk (via GitHub)" <gi...@apache.org> on 2023/03/25 18:05:41 UTC

[GitHub] [solr] risdenk commented on pull request #1491: SOLR-16716: Replace commons-io usages with pure Java

risdenk commented on PR #1491:
URL: https://github.com/apache/solr/pull/1491#issuecomment-1483885157

   > Maybe block org.apache.commons.io.FileUtils altogether. It's java.io.File oriented; we want Path nowadays.
   
   yea agreed I just didn't want to tackle that all at once. FileUtils moves to PathUtils for almost all remaining cases, but requires quite a few changes to go from File -> Path. https://issues.apache.org/jira/browse/SOLR-15919 started w/ Mike converting a few things. I'll tackle switching File -> Path separately.


-- 
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: issues-unsubscribe@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org