Registry / web-framework / spring-cloud-gateway-core

spring-cloud-gateway-core

JSON →
library2.2.10.RELEASEjavamavenunverified

Core module for Spring Cloud Gateway providing API gateway functionality on Spring WebFlux.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gateway-core</artifactId> <version>2.2.10.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-GATEW
S
spring-cloud-gateway-core
web-frameworkjavav2.2.10.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GatewayFilter
org.springframework.cloud.gateway.filter.GatewayFilter

Create a custom gateway filter

import org.springframework.cloud.gateway.filter.GatewayFilter; import org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory; public class MyFilter extends AbstractGatewayFilterFactory<MyFilter.Config> { @Override public GatewayFilter apply(Config config) { return (exchange, chain) -> chain.filter(exchange); } }
Debug
Known issues
breakingThis module is deprecated in favor of spring-cloud-gateway-server.
fix
Use org.springframework.cloud:spring-cloud-gateway-server instead.
affects: >=2.2.0
Upgrade
Version history
2.2.10.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
spring-cloud-gateway-core — mvn dependency:get spring-cloud-gateway-core · libregistry