spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.4 to 1.14.7. Changelog Sourced from @springio/antora-extensions's changelog. == 1.14.7 (2025-07-16) No changes since previous release. == 1.14.6 (2025-07-09) No changes since previous release. == 1.14.5 (2025-07-08)...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
**Deflake keepOriginalEncodingOfQueryParameter by relaxing URI ordering assertion** While running the Spring Cloud Gateway MVC tests (including with tools like [NonDex](https://github.com/TestingResearchIllinois/NonDex)), I observed non-deterministic failures in `ProxyExchangeHandlerFunctionTest.keepOriginalEncodingOfQueryParameter()`. The original test asserted...
**Deflake rewriteEncodedRequestParameter by relaxing URI ordering assertion** While running the Spring Cloud Gateway MVC tests with [NonDex](https://github.com/TestingResearchIllinois/NonDex), I observed non-deterministic failures in `BeforeFilterFunctionsTests.rewriteEncodedRequestParameter()`. The original test asserted that the entire...
**Describe the bug** I'm using Spring Cloud Gateway MVC version 5.0.0. I'm encountering a connection leak when requests are made against a service that publishes Server-Sent-Events. This leak is confirmed...
**Fix NettyRoutingFilter tests by migrating error message config to Spring Boot 4 key** While running the Spring Cloud Gateway server WebFlux tests on the current Spring Boot 4 / Spring...
**Describe the bug** I plan to use this component, please tell me why it is not in the documentation? Are you planning to cut it out of the library? **Sample**...
I want to route request regarding its size. I tried to use HeaderRoutePredicateFactory and Content-length header with a regex : this works but when I look at the requests I...