Commit Graph

2006 Commits

Author SHA1 Message Date
buildmaster
d5ed2a3c64 Bumping versions to 3.1.2-SNAPSHOT after release 2022-02-17 17:10:07 +00:00
buildmaster
d2652f9e51 Going back to snapshots 2022-02-17 17:10:06 +00:00
buildmaster
d66ab832d1 Update SNAPSHOT to 3.1.1 2022-02-17 17:08:10 +00:00
spencergibb
849c0d6a64 Separates ShortcutConfigurableNonRestrictiveTests 2022-02-16 14:28:08 -05:00
spencergibb
818fdb653e Merge branch 'spel-context-fix' into 3.1.x 2022-02-16 13:28:48 -05:00
spencergibb
7162b59dcd Merge branch 'configure-httpclientfactory' into 3.1.x 2022-02-16 13:28:37 -05:00
spencergibb
2ab1d233ca Adds XForwarded Remote Addr predicate doc 2022-02-15 15:04:06 -05:00
Jelle Druyts
8b685b18ca Add route predicate for "X-Forwarded-For" header
Fixes gh-783
Fixes gh-2384
2022-02-15 14:53:36 -05:00
spencergibb
c76b775370 Adds spring.cloud.gateway.restrictive-property-accessor.enabled
To disable the restrictive accessor, set spring.cloud.gateway.restrictive-property-accessor.enabled=false.
2022-02-14 18:42:21 -05:00
spencergibb
d5a9a21a5e Updates grpc in integration tests
Fixes gh-2520
2022-02-14 17:15:29 -05:00
spencergibb
bf9e98bced Updates testcontainers to latest versions
Fixes gh-2521
2022-02-14 17:15:08 -05:00
spencergibb
f8db47ee62 Updates testcontainers to latest versions
Fixes gh-2521
2022-02-14 17:15:00 -05:00
Abel Salgado Romero
6a5d723406 Fix example in SetStatusGatewayFilterFactory docs
Fixes gh-2513
2022-02-09 11:58:42 -05:00
spencergibb
e47e5fc20d Adds path predicate regex test 2022-02-09 11:57:39 -05:00
spencergibb
d8c255eddf Updates ShortcutConfigurable to use custom EvaluationContext.
It uses a SimpleEvaluationContext as a delegate that adds a BeanResolver for bean references in SpEL.
2022-02-08 14:30:48 -05:00
spencergibb
b2df97d0c4 Moves configuration of HttpClient.
Moves configuration of HttpClient out of GatewayAutoConfiguration and into HttpClientFactory. This allows customization by the user and allows tests to see what has been configured on the HttpClient.

When HTTP2 is enabled, the insecure trustmanager factory option must be set explicitly.
2022-02-03 12:31:58 -05:00
Abel Salgado Romero
b54167d634 Fix invalid backticks in the docs
Fixes gh-2504
2022-01-28 13:30:34 -05:00
spencergibb
545a8358fc remove circleci 2022-01-19 13:08:29 -05:00
spencergibb
32e97867e2 github actions support for 3.1.x 2022-01-19 13:07:46 -05:00
spencergibb
f9e8915e01 Moves away from -local spring repos 2022-01-06 15:17:41 -05:00
spencergibb
32ab43685f Adds .sdkmanrc 2022-01-04 13:12:47 -05:00
buildmaster
1ba609d1d4 Bumping versions 2021-12-22 02:31:19 +00:00
spencergibb
03b9d8479d Merge branch '3.0.x' 2021-12-21 12:21:27 -05:00
spencergibb
26cff62bf4 Allow RoutePredicateHandlerMapping customization
Allow bean overriding and add a property to set the order.

spring.cloud.gateway.handler-mapping.order=1

Fixes gh-2469
2021-12-21 12:19:37 -05:00
buildmaster
70fac23df5 Bumping versions to 3.0.7-SNAPSHOT after release 2021-12-15 17:12:24 +00:00
buildmaster
1cce97d8d1 Going back to snapshots 2021-12-15 17:12:23 +00:00
buildmaster
da0f9014bc Update SNAPSHOT to 3.0.6 2021-12-15 17:10:38 +00:00
spencergibb
84ddb3ed74 Merge branch '3.0.x' 2021-12-10 12:07:45 -05:00
spencergibb
b65fb26fa4 renamed GetWithBodyRequestTests 2021-12-10 12:07:31 -05:00
spencergibb
fb49b8789d formatting and checkstyle 2021-12-10 12:06:28 -05:00
Manuel
6dbfd93654 Adds body support to get in mvc ProxyExchange.
Fixes gh-2247
2021-12-10 11:59:33 -05:00
buildmaster
aeb011d1c1 Bumping versions 2021-12-02 02:31:16 +00:00
buildmaster
adf4f9d842 Bumping versions to 3.1.1-SNAPSHOT after release 2021-12-01 19:01:10 +00:00
buildmaster
0e43efeb2c Going back to snapshots 2021-12-01 19:01:10 +00:00
buildmaster
e5471d91f8 Update SNAPSHOT to 3.1.0 2021-12-01 18:58:19 +00:00
buildmaster
79bb7e636d Bumping versions 2021-11-27 02:31:25 +00:00
spencergibb
cb23319663 Makes ProxyExchange.DEFAULT_SENSITIVE read only.
Fixes gh-2413
2021-11-23 16:42:13 -05:00
spencergibb
b0b097bddb Makes ProxyExchange.DEFAULT_SENSITIVE read only.
Fixes gh-2413
2021-11-23 16:41:18 -05:00
buildmaster
a10b61c8e1 Bumping versions 2021-11-23 02:32:57 +00:00
Muratcan Yurga
73429eb69a Update _configprops.adoc (#2446) 2021-11-22 10:48:28 -05:00
Robert McNees
d7556ab26f Merge pull request #2440 from robertmcnees/without_docker_profile
New profile to skip Docker tests
2021-11-16 14:14:35 -05:00
Robert McNees
e7e199dc0c New profile to skip Docker tests 2021-11-16 13:23:08 -05:00
Robert McNees
9efafe8d9c Disable per route response timeout with negative number (#2420)
* Disable per route response timeout with negative number

* Formatting
2021-11-08 16:37:00 -05:00
spencergibb
514c4d7c40 Merge branch '3.0.x' 2021-11-08 16:35:08 -05:00
Olga Maciaszek-Sharma
3308a493ea Use LoadBalancer per-client properties. (#2426) 2021-11-08 16:31:05 -05:00
WEIZIBIN
ad22f98125 Use redis time rather than client time.
That way consisten time is used across a cluster of gateways.

Fixes gh-2411
Fixes gh-2412
2021-11-05 17:25:47 -04:00
spencergibb
1f98759477 fixes test names 2021-11-04 15:34:29 -04:00
buildmaster
e9e0e62779 Bumping versions to 3.0.6-SNAPSHOT after release 2021-11-03 20:22:22 +00:00
buildmaster
fb37423ba7 Going back to snapshots 2021-11-03 20:22:22 +00:00
buildmaster
3e68ef129b Update SNAPSHOT to 3.0.5 2021-11-03 20:18:47 +00:00