Files
spring-vault/spring-vault-core
Mark Paluch 5078a4c133 Remove VaultClient in favor of RestOperations.
Remove VaultClient from VaultTemplate and switch implementations to use RestOperations directly. VaultClient provided an additional abstraction level over RestTemplate with a large API surface adding only little value.

Implementations work directly with RestOperations. Relative URI expansion is handled by DefaultUriTemplateHandler configured with the VaultEndpoint base URI.

Closes gh-49.

Original pull request: gh-57.
2017-02-16 14:34:21 +01:00
..