Description
We are trying to upgrade Apache Solr from commons-io 2.11 to 2.13 in https://github.com/apache/solr/pull/1653. As you will see in the PR comments and also in the failed test logs, a call to PathUtils.deleteDirectory on a non-existing directory, behaves differently between those versions.
This looks like a regression related to refactoring of that method.
Attachments
Issue Links
- relates to
-
IO-810 Javadoc in FileUtils does not reflect code for thrown exceptions
- Resolved
- links to