slachiewicz opened a new pull request, #782: URL: https://github.com/apache/maven-indexer/pull/782
Stacked on #781. Drops `includeTestClasses=false` and fixes the 180 violations in test sources, nearly all `java.io.File` constructors and streams. Where the child path is not a literal without a leading slash, paths are joined with `Path.of(parent.getPath(), child)` rather than `resolve`, so a leading slash keeps meaning a sub-path. Verified: `mvn verify -Prun-its` → 0 modernizer violations in 11 modules; every module runs the same number of tests as before (indexer-core 225). Fixes #591 -- 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]
