Skip to content
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

Separate VaultPath from nio.Path #6929

Closed
fm3 opened this issue Mar 20, 2023 · 0 comments · Fixed by #6942
Closed

Separate VaultPath from nio.Path #6929

fm3 opened this issue Mar 20, 2023 · 0 comments · Fixed by #6942

Comments

@fm3
Copy link
Member

fm3 commented Mar 20, 2023

The VaultPath introduced in #6899 inherits from java.nio.Path to enable drop-in replacement. However, this adds some constraints we might want to get rid of eventually. We should consider making the VaultPath stand-alone and all its usages should not need the nio.Path interface.

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

Successfully merging a pull request may close this issue.

1 participant