slachiewicz commented on issue #315: URL: https://github.com/apache/maven-shared-utils/issues/315#issuecomment-5631309153
Direction: `DirectoryScanner` and `MatchPattern(s)` stay deprecated here, and there is no plan to grow a NIO filter API in this library. The Ant-style scanner consumers ask for already exists and is maintained: `org.codehaus.plexus.util.DirectoryScanner` in plexus-utils 4.x carries no deprecation and has the same includes, excludes and default-excludes model, so a consumer that needs those semantics should depend on plexus-utils rather than wait for a rewrite here. The `directory-scanner-rework` branch from #54 is not going to be revived. A `java.nio.file.DirectoryStream.Filter` or `PathMatcher` bridge for Ant globs would be a reasonable contribution, but it belongs next to the matcher it wraps, in plexus-utils, not in a deprecated package of this library. *This comment was created with AI assistance.* -- 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]
