olamy commented on code in PR #3252: URL: https://github.com/apache/maven-surefire/pull/3252#discussion_r2771109795
########## surefire-booter/src/test/java/org/apache/maven/surefire/booter/PpidCheckerTest.java: ########## Review Comment: because `PpidChecker` is now deprecated (only used with java 8) and will be removed (and I suspect java 8 have a low usage in 2026) `ProcessHandleCheckerTest` is forcing test of `ProcessHandleChecker` while `ProcessCheckerTest` is platform dependent (and here we have a matrix with java 8) so we can test the auto detection mechanism. -- 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]
