move builder into main package, introduce new invocation method (#51)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
The builder is target of major refactoring in the 1.0 development branch so we introduce some delegate classes and methods to prepare migration.
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
## 0.9.5 (unreleased)
|
||||
|
||||
### Deprecations
|
||||
* Deprecated builder invocation `VaultConnectorBuilder.http()` in favor of `HTTPVaultConnector.builder()`.
|
||||
* Deprecated `de.stklcode.jvault.connector.builder.HTTPVaultConnectorBuilder` in favor of `de.stklcode.jvault.connector.HTTPVaultConnectorBuilder` (only package changed).
|
||||
|
||||
Old builders will be removed in 1.0
|
||||
|
||||
|
||||
## 0.9.4 (2021-06-06)
|
||||
|
||||
### Deprecations
|
||||
|
Reference in New Issue
Block a user