Spring CredHub 2.0.0.RC1 released
I’m pleased to announce the first release candidate of Spring CredHub 2.0.0, available now in the Spring milestone repository. A GA release of Spring CredHub 2.0.0 will be available in a few weeks.
CredHub
CredHub provides centralized credential management to the Cloud Foundry platform. CredHub implements an HTTP API to securely store, generate, retrieve, and delete credentials of various types.
Spring CredHub provides a Java binding for the CredHub API, making it easy to integrate Spring applications with CredHub.
What’s New
The 2.0.0 release includes the following enhancements:
-
Supports CredHub server versions 1.x and 2.x, and the CredHub v1 and v2 APIs
-
Provides compatibility with Spring Framework 5.1 and Spring Boot 2.1
-
Addition of a reactive interface using Reactor
…