-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Upgrade Mimir #11274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Upgrade Mimir #11274
Conversation
And collect more information, and we seems loose some information in case of IT failures.
As mvn3 builds still pull from apparently slow Central and once cached will be faster.
} | ||
|
||
@Disabled("Until we move off fully from File") | ||
@Disabled("Enable when core moves off fully from FS") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, let me reword this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Disabled("Enable it when fully moved to NIO2 with Path/Filesystem (ie MavenExecutionRequest)")
And collect more information, and we seems loose some information in case of IT failures.
Changes: