efegokdemir opened a new pull request, #387: URL: https://github.com/apache/maven-filtering/pull/387
## Summary - Correct the drive-path prefix check used by `FilteringUtils.getRelativeFilePath()`. - Handle both slash and backslash prefixes and match the full path so `/C:/...` and `\C:\...` are normalized before drive comparison. ## Testing - `mvn -Dspotless.check.skip=true -Dspotless.apply.skip=true test` — passed (76 tests) - `git diff --check` — passed The standard Spotless invocation is blocked locally by the configured formatter failing with `NoSuchFieldError` under the available Java runtime; Spotless was skipped only for the test execution above. Fixes #352 -- 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]
