desruisseaux opened a new pull request, #12623: URL: https://github.com/apache/maven/pull/12623
Remove an optimization on `PathSelector` which was sometime producing false negatives. It is safe to use an exclude filter for directories during `FileVisitor` transversal, but it is unsafe to use an include filter because of the need to traverse parents first. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
