close

Spring CredHub

2.2.0

Spring CredHub provides client-side support for storing, retrieving, and deleting credentials from a CredHub server running in a Cloud Foundry platform.

CredHub provides an 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.

Spring Boot Config

The recommended way to get started using Spring CredHub in your project is with a dependency management system. One of the snippets below can be copied and pasted into your build.

With Maven:

<dependencies>
    <dependency>
        <groupId>org.springframework.credhub</groupId>
        <artifactId>spring-credhub-starter</artifactId>
        <version>2.1.1.RELEASE</version>
    </dependency>
</dependencies>

With Gradle:

dependencies {
  compile('org.springframework.credhub:spring-credhub-starter:2.1.1.RELEASE')
}
Spring Initializr

Quickstart Your Project

Bootstrap your application with Spring Initializr.

Documentation

Each Spring project has its own; it explains in great details how you can use project features and what you can achieve with them.
2.2.0 CURRENT GA Reference Doc. API Doc.
2.3.0-RC1 PRE Reference Doc. API Doc.
2.2.1-SNAPSHOT SNAPSHOT Reference Doc. API Doc.
2.1.1.RELEASE GA Reference Doc. API Doc.
Branch Initial Release End of Support End Commercial Support *
2.2.x
2021-12-03 2022-12-03 2024-04-03
2.1.x
2020-03-31 2021-03-31 2022-12-03
2.0.x
2019-01-09 2020-01-09 2021-05-09
1.0.x
2018-03-26 2019-03-26 2020-07-26

OSS support

Free security updates and bugfixes with support from the Spring community. See VMware Tanzu OSS support policy.

Commercial support

Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life.
Publicly available releases for critical bugfixes and security issues when requested by customers.

Future release

Generation not yet released, timeline is subject to changes.

About commercial support (*)

This page shows the current state of project releases and does not define the commercial support policy. Please refer to the official support policy for more information.