remove deprecated factory classes (#46)
All checks were successful
continuous-integration/drone/push Build is passing
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:
@ -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
|
||||
|
Reference in New Issue
Block a user