From 9d981a45e8ba96d443b89e5656645c06df64cac5 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Tue, 23 Jan 2024 12:15:55 -0600 Subject: [PATCH] Add Revved up by Develocity badge --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 158b80fd..4fb14252 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,8 @@ image:https://badges.gitter.im/spring-projects/spring-session.svg[link="https:// image:https://github.com/spring-projects/spring-session/workflows/CI/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-session/actions?query=workflow%3ACI"] +image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=spring-session-build"] + Spring Session provides an API and implementations for managing a user's session information, while also making it trivial to support clustered sessions without being tied to an application container specific solution. It also provides transparent integration with: