remove deprecated AppRole- and TokenBuilder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-06 12:56:36 +02:00
parent 258a852f5c
commit df466a4dd2
8 changed files with 6 additions and 1085 deletions

View File

@ -5,6 +5,8 @@
### Removal
* 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
### Improvements
* Use pre-sized map objects for fixed-size payloads