Closed wgtmac closed 3 weeks ago
EncryptionPropertiesHelper has been changed to use java.nio.file.Path but the file: URI will fail on Windows.
file:
See #3029 for detail.
Change EncryptionPropertiesHelper not to use java.nio.file.Path.
Pass CI.
No
Closes #3029
@gszadovszky Could you help review this? Thanks!
Rationale for this change
EncryptionPropertiesHelper has been changed to use java.nio.file.Path but the
file:
URI will fail on Windows.See #3029 for detail.
What changes are included in this PR?
Change EncryptionPropertiesHelper not to use java.nio.file.Path.
Are these changes tested?
Pass CI.
Are there any user-facing changes?
No
Closes #3029