remove deprecated SecretResponse#getValue() convenience method
All checks were successful
continuous-integration/drone/push Build is passing

This method was deprecated since 0.5 and is basically a wrapper for
the more generic get("value").
This commit is contained in:
2021-06-06 14:47:56 +02:00
parent df466a4dd2
commit 9346619237
3 changed files with 10 additions and 40 deletions

View File

@ -7,6 +7,7 @@
* Remove deprecated `VaultConnectorFactory` in favor of `VaultConnectorBuilder` with identical API
* Remove deprecated `AppRoleBuilder` and `TokenBuilder` in favor of `AppRole.Builder` and `Token.Builder`
* Remove deprecated `Period`, `Policy` and `Policies` methods from `AppRole` in favor of `Token`-prefixed versions
* Remove deprecated `SecretResponse#getValue()` method, use `get("value")` instead.
### Improvements
* Use pre-sized map objects for fixed-size payloads