olamy commented on code in PR #3467:
URL: https://github.com/apache/maven-surefire/pull/3467#discussion_r3974988956
##########
surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java:
##########
@@ -558,10 +565,16 @@ private static ScheduledExecutorService
createScheduler(String threadName) {
return executor;
}
+ /**
+ * Deliberately uses {@link FileInputStream} instead of {@link
java.nio.file.Files#newInputStream}: the latter
Review Comment:
LOL back in the 90's 🙄 🤣
--
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]