You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: