gnodet commented on code in PR #11274:
URL: https://github.com/apache/maven/pull/11274#discussion_r2435157964
##########
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/resident/ResidentMavenInvokerTest.java:
##########
@@ -61,7 +61,7 @@ void defaultFs(
invoke(cwd, userHome, List.of("verify"), List.of());
}
- @Disabled("Until we move off fully from File")
+ @Disabled("Enable when core moves off fully from FS")
Review Comment:
The `FS` is ambiguous. We need to enable it when we fully move to the NIO2
api with Path/java.nio.file.Filesystem, rather than File/java.io.FileSystem,
right ?
--
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]