remove deprecated factory classes (#46)
All checks were successful
continuous-integration/drone/push Build is passing

VaultConnectorFactory and its implementation have been deprecated since
0.8 in favor of VaultConnectorBuilder. Finally remove the old classes.
This commit is contained in:
2021-06-03 11:46:24 +02:00
committed by GitHub
parent 4e2b8857e9
commit ec4fbc5d3f
5 changed files with 3 additions and 400 deletions

View File

@ -3,6 +3,9 @@
### Breaking
* Requires Java 11 or later
### Removal
* Remove deprecated `VaultConnectorFactory` in favor of `VaultConnectorBuilder` with identical API
### Improvements
* Use pre-sized map objects for fixed-size payloads
* Remove Apache HTTP Client dependency in favor of Java 11 HTTP