Jelle Druyts
8b685b18ca
Add route predicate for "X-Forwarded-For" header
...
Fixes gh-783
Fixes gh-2384
3 years ago
spencergibb
c76b775370
Adds spring.cloud.gateway.restrictive-property-accessor.enabled
...
To disable the restrictive accessor, set spring.cloud.gateway.restrictive-property-accessor.enabled=false.
3 years ago
spencergibb
34a5e0b860
Merge branch '3.1.x'
3 years ago
spencergibb
d5a9a21a5e
Updates grpc in integration tests
...
Fixes gh-2520
3 years ago
spencergibb
bf9e98bced
Updates testcontainers to latest versions
...
Fixes gh-2521
3 years ago
spencergibb
f8db47ee62
Updates testcontainers to latest versions
...
Fixes gh-2521
3 years ago
Abel Salgado Romero
c4323a83b2
Fix example in SetStatusGatewayFilterFactory docs
...
Fixes gh-2513
3 years ago
spencergibb
2befc5804c
Adds path predicate regex test
3 years ago
Abel Salgado Romero
6a5d723406
Fix example in SetStatusGatewayFilterFactory docs
...
Fixes gh-2513
3 years ago
spencergibb
e47e5fc20d
Adds path predicate regex test
3 years ago
spencergibb
d8c255eddf
Updates ShortcutConfigurable to use custom EvaluationContext.
...
It uses a SimpleEvaluationContext as a delegate that adds a BeanResolver for bean references in SpEL.
3 years ago
buildmaster
e85ea01f88
Bumping versions
3 years ago
spencergibb
5ba2b1a554
Removes reference to building-jdk8
3 years ago
spencergibb
a2f9d82f96
Updates docs to java 17, Spring 6 & Boot 3
3 years ago
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.
3 years ago
Abel Salgado Romero
bc54c58beb
Fix invalid backticks in the docs
...
Fixes gh-2504
3 years ago
Abel Salgado Romero
b54167d634
Fix invalid backticks in the docs
...
Fixes gh-2504
3 years ago
buildmaster
ab3fcdfd58
Going back to snapshots
3 years ago
buildmaster
df7f8a2ce5
Update SNAPSHOT to 4.0.0-M1
3 years ago
spencergibb
3571e73165
Adds javadoc to enums
3 years ago
spencergibb
162409f6fc
formatting
3 years ago
buildmaster
7c50a3ae18
Bumping versions
3 years ago
spencergibb
2945f4b486
Merge branch '3.1.x'
3 years ago
spencergibb
545a8358fc
remove circleci
3 years ago
spencergibb
32e97867e2
github actions support for 3.1.x
3 years ago
spencergibb
2ea1bcaf91
put test output in a file
3 years ago
spencergibb
fa9e51099e
fixes yaml formatting
3 years ago
spencergibb
d49106ac17
adds tests back
3 years ago
spencergibb
860311b758
temporarily skip tests
3 years ago
spencergibb
1a0af010df
Merge branch '3.1.x'
3 years ago
spencergibb
f9e8915e01
Moves away from -local spring repos
3 years ago
spencergibb
de9c2c73fe
Disables test on github actions
3 years ago
spencergibb
0356a638a5
Adds github actions build
3 years ago
spencergibb
29ea253cd8
Updates circleci for java17
3 years ago
spencergibb
b4566ef34c
Updates circleci for java17
3 years ago
spencergibb
d692e0e24c
Updates circleci for java17
3 years ago
buildmaster
e9c89eaa35
Bumping versions
3 years ago
spencergibb
49d312f706
Updates to version 4.0.0-SNAPSHOT
...
Updates to java 17, framework 6, boot 3 and javax -> jakarta
3 years ago
spencergibb
c1c4cfb7b8
Updates to version 4.0.0-SNAPSHOT
...
Updates to java 17, framework 6, boot 3 and javax -> jakarta
3 years ago
spencergibb
32ab43685f
Adds .sdkmanrc
3 years ago
buildmaster
1ba609d1d4
Bumping versions
3 years ago
spencergibb
03b9d8479d
Merge branch '3.0.x'
3 years ago
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
3 years ago
buildmaster
70fac23df5
Bumping versions to 3.0.7-SNAPSHOT after release
3 years ago
buildmaster
1cce97d8d1
Going back to snapshots
3 years ago
buildmaster
da0f9014bc
Update SNAPSHOT to 3.0.6
3 years ago
spencergibb
84ddb3ed74
Merge branch '3.0.x'
3 years ago
spencergibb
b65fb26fa4
renamed GetWithBodyRequestTests
3 years ago
spencergibb
fb49b8789d
formatting and checkstyle
3 years ago
Manuel
6dbfd93654
Adds body support to get in mvc ProxyExchange.
...
Fixes gh-2247
3 years ago