Éamonn McManus created IO-863:
---------------------------------
Summary: Recent incompatible change to FileUtils.listFiles re
extensions
Key: IO-863
URL: https://issues.apache.org/jira/browse/IO-863
Project: Commons IO
Issue Type: Bug
Components: Utilities
Affects Versions: 2.18.0
Environment: Linux, Java 21
Reporter: Éamonn McManus
[This
change|https://github.com/apache/commons-io/commit/d34e6419875c1d79f483abe6cf4da58f19c676c8]
modifies the semantics of the extensions parameter to listFiles. Previously,
if an entry in the array was "java", that meant to select files that end with
".java". Now it means to select files that end with "java", whether or not
there is period before it. I think that was probably unintentional.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)