replace deprecated java.net.URL usage with java.net.URI (#94)

Deprecated in Java 20. Migrate URL parsing to backward compatible URI.
This commit is contained in:
2025-03-28 18:30:37 +01:00
parent 0127cf30be
commit dad35023eb
2 changed files with 8 additions and 7 deletions

View File

@ -7,6 +7,9 @@
* Support Vault transit API (#89)
* Support PEM certificate string from `VAULT_CACERT` environment variable (#93)
### Improvements
* Replace deprecated `java.net.URL` usage with `java.net.URI` (#94)
### Dependencies
* Updated Jackson to 2.18.3 (#90)