Update ReadMe to builder and replace deprecated examples [skip ci]

This commit is contained in:
2019-03-23 11:12:17 +01:00
parent 5bd6a90f25
commit f8ff93fa6c
2 changed files with 14 additions and 16 deletions

View File

@ -14,6 +14,7 @@
* Enforce TLS 1.2 by default with option to override (#22)
* Build environment and tests now compatible with Java 10
* Updated dependencies to fix vulnerabilities (i.e. CVE-2018-7489)
* New static method `Token.builder()` to get token builder instance
### Deprecation
* `VaultConnectorFactory` is deprecated in favor of `VaultConnectorBuilder` with identical API (#18)