Skip to content

Conversation

@jukzi
Copy link

@jukzi jukzi commented Aug 22, 2022

Use java.nio.Files.isSameFile() to compare path. Since JDK 12
getCanonicalPath() is not cached anymore and very slow on windows.

Use java.nio.Files.isSameFile() to compare path. Since JDK 12
getCanonicalPath() is not cached anymore and very slow on windows.
@jukzi
Copy link
Author

jukzi commented Aug 22, 2022

@jukzi
Copy link
Author

jukzi commented Sep 5, 2022

@slawekjaranowski mind to review?

@slawekjaranowski slawekjaranowski merged commit 40af112 into apache:master Sep 13, 2022
@slawekjaranowski slawekjaranowski added the enhancement New feature or request label Apr 29, 2023
@jira-importer
Copy link

Resolve #320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants