move builder into main package, introduce new invocation method (#51)
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:
2021-06-11 21:15:49 +02:00
committed by GitHub
parent 5f9950e048
commit de17f48be2
10 changed files with 337 additions and 283 deletions

View File

@ -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