Commit Graph

726 Commits

Author SHA1 Message Date
spring-builds
6390d08558 Bumping versions 2025-05-29 13:28:23 +00:00
spring-builds
84603fc6c0 Bumping versions to 4.1.9-SNAPSHOT after release 2025-05-28 21:07:06 +00:00
spring-builds
e963342e4c Going back to snapshots 2025-05-28 21:07:05 +00:00
spring-builds
79a413ada8 Update SNAPSHOT to 4.1.8 2025-05-28 21:04:17 +00:00
sgibb
33ea007a6b Adds support for trusted-proxies property.
spring.cloud.gateway.trusted-proxies and spring.cloud.gateway.mvc.trusted-proxies
2025-05-28 16:15:29 -04:00
jiangyuan
989dd6233a update docs
Signed-off-by: jiangyuan <joe469391363@gmail.com>
2025-05-23 14:11:58 +08:00
Ryan Baxter
cdfbdb484f Merge pull request #3743 from spring-cloud/dependabot/npm_and_yarn/docs/4.1.x/springio/asciidoctor-extensions-1.0.0-alpha.17
Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs
2025-04-22 10:04:48 -04:00
spring-builds
164d6a4d2a Bumping versions to 4.1.8-SNAPSHOT after release 2025-04-03 15:55:42 +00:00
spring-builds
8f2f435baf Going back to snapshots 2025-04-03 15:55:41 +00:00
spring-builds
92415d1515 Update SNAPSHOT to 4.1.7 2025-04-03 15:53:15 +00:00
Spencer Gibb
55b3cd0c51 Fixes routing issue with path filters and static uri (#3747)
* Fixes routing issue with path filters and static uri

The problem arises from when MvcUtils.setRequestUrl is called depending on if the route was created via config, using `http(uri)` or having it set in a before filter.

To fix this, the uri is now always set in a before filter and the `http(uri)` methods are deprecated in favor of a BeforeFilterFunctions.uri() method.

A new DefaultHandlerSupplier was created to use an updated HandlerDiscoverer.Result that has fields for lowerPrecedenceFilters and higherPrecedenceFilters as the `http()` family of Handler methods need associated filters.

This results in a more consistent handling of the request url attribute.

Existing methods and constructors are deprecated.

Fixes gh-3736
2025-03-28 14:59:19 -04:00
dependabot[bot]
dc0fcefcd6 Bump @springio/asciidoctor-extensions in /docs
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.16 to 1.0.0-alpha.17.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.16...v1.0.0-alpha.17)

---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 18:34:57 +00:00
Ryan Baxter
c21ea8858c Merge pull request #3713 from JoeCqupt/main
RetryGatewayFilterFactory RetryConfig support Jitter & Timeout
2025-03-20 10:10:08 -04:00
spencergibb
c1c741d022 For lb: scheme, put associated filters last.
This makes sure the lb filter runs after path modifying filters like stripPrefix.

See gh-3443
2025-03-17 16:12:09 -04:00
spring-builds
160c82057e Bumping versions 2025-03-15 13:26:33 +00:00
jiangyuan
9eb9165927 add docs and unit-test
Signed-off-by: jiangyuan <joe469391363@gmail.com>
2025-03-13 11:04:10 +08:00
dependabot[bot]
43f6fde6db Bump @springio/asciidoctor-extensions in /docs
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.14 to 1.0.0-alpha.16.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.14...v1.0.0-alpha.16)

---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 19:00:38 +00:00
dependabot[bot]
537c21ca3b Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.2 to 1.14.4.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.2...v1.14.4)

---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 18:00:21 +00:00
spencergibb
159ce34abe Adds support for retry with request body.
Adds MvcUtils.getOrCacheBody() used by RetryFilterFunctions.retry().

Moves retry tests into RetryFilterFunctionTests.java

Fixes gh-3336
2025-02-11 19:39:39 -05:00
dependabot[bot]
c12287390b Bump @springio/antora-extensions from 1.11.1 to 1.14.2 in /docs (#3623)
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.11.1 to 1.14.2.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.11.1...v1.14.2)

---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Spencer Gibb <sgibb@pivotal.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
2025-01-22 12:20:27 -05:00
dependabot[bot]
cdf3e5b2ba Bump @springio/asciidoctor-extensions in /docs (#3614)
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.10 to 1.0.0-alpha.14.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.10...v1.0.0-alpha.14)

---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 12:18:36 -05:00
dependabot[bot]
f0c204bab7 Bump @antora/collector-extension from 1.0.0-alpha.3 to 1.0.1 in /docs (#3619)
---
updated-dependencies:
- dependency-name: "@antora/collector-extension"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 12:16:10 -05:00
dependabot[bot]
5abf0238e2 Bump antora from 3.2.0-alpha.4 to 3.2.0-alpha.8 in /docs (#3628)
Bumps [antora](https://gitlab.com/antora/antora) from 3.2.0-alpha.4 to 3.2.0-alpha.8.
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.2.0-alpha.4...v3.2.0-alpha.8)

---
updated-dependencies:
- dependency-name: antora
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 12:12:07 -05:00
Ryan Baxter
3ec77a2d8d Add the ability to disable configuration properties in docs pom 2024-12-17 10:50:14 -05:00
Olga Maciaszek-Sharma
20a7c90791 Revert "Update pom.xml"
This reverts commit 3487f61dc5.
2024-11-27 18:09:13 +01:00
spring-builds
5c5ce6e8c8 Going back to snapshots 2024-11-26 17:46:48 +00:00
spring-builds
908471d897 Update SNAPSHOT to 4.1.6 2024-11-26 17:43:43 +00:00
Oleg Zhurakousky
3487f61dc5 Update pom.xml 2024-11-26 18:23:45 +01:00
spring-builds
92c59468a5 Bumping versions to 4.1.7-SNAPSHOT after release 2024-11-26 17:20:54 +00:00
spring-builds
21ad749857 Going back to snapshots 2024-11-26 17:20:53 +00:00
spring-builds
571c35bca5 Update SNAPSHOT to 4.1.6 2024-11-26 17:18:37 +00:00
Khan / 이창민
8f3ce76668 Fix: incorrect link in configuration-properties 2024-11-19 11:24:33 -05:00
spring-builds
679bc2c232 Bumping versions 2024-10-15 13:28:14 +00:00
Abimael Sergio
0ce2485471 Improve documentation, add reference of HttpClientCustomizer.
Fixes gh-2623
Fixes gh-3381
2024-09-27 12:22:49 -04:00
spencergibb
f253bf7d34 polishing 2024-09-27 11:59:00 -04:00
Thomas Carlier
22c9f2059b Update README.adoc 2024-09-27 11:57:48 -04:00
tungj
4aa7c08867 Fix example code to compile
Fixes gh-3427
2024-09-25 13:17:42 -04:00
buildmaster
4a2c6d836f Bumping versions to 4.1.6-SNAPSHOT after release 2024-07-10 17:24:54 +00:00
buildmaster
fa41264ea7 Going back to snapshots 2024-07-10 17:24:53 +00:00
buildmaster
6191539046 Update SNAPSHOT to 4.1.5 2024-07-10 17:22:34 +00:00
Joris Kuipers
b435ce3575 Prevent Content-Length and Host headers from being copied by default (#3313)
Also remove the bogus spring.cloud.gateway.proxy.auto-forward setting from the tests.
Fixes gh-3154
2024-07-03 11:32:23 -04:00
Ryan Baxter
17c1b5b587 Upgrading antora 2024-06-25 09:54:24 -04:00
buildmaster
4159464c14 Bumping versions to 4.1.5-SNAPSHOT after release 2024-05-30 12:10:11 +00:00
buildmaster
6e857c31d0 Going back to snapshots 2024-05-30 12:10:10 +00:00
buildmaster
ede1673184 Update SNAPSHOT to 4.1.4 2024-05-30 12:06:02 +00:00
buildmaster
58c84413f7 Bumping versions 2024-04-18 12:11:15 +00:00
buildmaster
dbf4ec936e Bumping versions to 4.1.4-SNAPSHOT after release 2024-04-17 22:39:26 +00:00
buildmaster
e3d45e3558 Going back to snapshots 2024-04-17 22:39:25 +00:00
buildmaster
10120b4a1d Update SNAPSHOT to 4.1.3 2024-04-17 22:36:15 +00:00
wind57
be86df976f typo 2024-04-10 18:49:53 +03:00