Spring Cloud Gateway Extensions 1.0.0

Spring Cloud Gateway Enterprise Extensions Overview

Last Updated March 13, 2025

The Spring Cloud Gateway Enterprise Extensions are a collection of libraries built on top of the Open Source Spring Cloud Gateway. They provide powerful Enterprise Grade functionality. They are published as jar files, each of which contains a collection of related Spring Cloud Gateway filters, predicates, and Spring Boot Actuator Info Contributors. There is also a Bill of Materials (BOM) to help manage dependency versions.

Minimum Requirements

ComponentVersion
Java Virtual Machine17+
Spring Boot3.4.x+
Spring Cloud2024.0.x
Spring Cloud Gateway4.2.x (requires reactive gateway)

Libraries

LibraryUse Case
access-controlRestrict access based on API keys or JWT keys
customAdd filters to help build custom extensions
graphqlRestrict GraphQL operations
ssoAdd single sign-on; restrict traffic based on roles or scopes
traffic-controlRestrict traffic based on request parameters; circuit breaker
transformationTransform the response before returning downstream