From 2efaecdf958bfb2e046a19f290f6a828c9242f1d Mon Sep 17 00:00:00 2001 From: abilan Date: Wed, 26 Jul 2023 15:53:32 -0400 Subject: [PATCH] Remove Gitter badge from README We don't support Gitter chat anymore. Everyone is advised to raise questions on StackOverflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d3903e68..65f8f5966b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Spring Integration -[](https://build.spring.io/browse/INT-MAIN) [![Join the chat at https://gitter.im/spring-projects/spring-integration](https://badges.gitter.im/spring-projects/spring-integration.svg)](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring-integration) +[](https://build.spring.io/browse/INT-MAIN) [![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring-integration) Extends the Spring programming model to support the well-known Enterprise Integration Patterns. Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.