buildmaster
d2ea0ebd82
Going back to snapshots
4 years ago
buildmaster
83843ef9cd
Update SNAPSHOT to 3.0.0-RC1
4 years ago
Olga Maciaszek-Sharma
392f6636ac
Adjust to changes in commons.
4 years ago
Olga Maciaszek-Sharma
200281e9dc
Adjust to changes in commons.
4 years ago
Olga Maciaszek-Sharma
77a4eb33e7
Fix types passed to LB lifecycle.
4 years ago
Olga Maciaszek-Sharma
c19af741aa
Support loadbalancer lifecycle ( #2066 )
...
* Add LoadBalancer lifecycle callbacks.
* Switch test to junit jupiter.
* Add more tests.
* Update docs.
* Adjust to changes in commons.
4 years ago
buildmaster
3454ac0b8b
Going back to snapshots
4 years ago
buildmaster
6203efde55
Update SNAPSHOT to 3.0.0-M6
4 years ago
Olga Maciaszek-Sharma
72c961b56b
Pass HTTP server requests and hints to LoadBalancer. ( #2062 )
4 years ago
buildmaster
0d5c70622d
Bumping versions
4 years ago
buildmaster
b4ad657e66
Going back to snapshots
4 years ago
buildmaster
8709ca823d
Update SNAPSHOT to 3.0.0-M5
4 years ago
buildmaster
600ab6bad4
Bumping versions
4 years ago
spencergibb
3e00fef582
Moves ReactiveOAuth2AuthorizedClientManager to its own autoconfig
...
This allows auto configuration order to be followed without worrying about the TokenRelayGatewayFilterFactory.
4 years ago
spencergibb
965abef4af
Disable token-relay filter in disabled test
4 years ago
spencergibb
8722f4062e
Makes dependencies of TokenRelayGatewayFilterFactory lazy.
...
Because of the use in the java dsl before oauth2 client auto configuration can run, the ReactiveOAuth2AuthorizedClientManager field of TokenRelayGatewayFilterFactory needs to be lazy.
4 years ago
spencergibb
b0b77ce83c
formatting
4 years ago
spencergibb
691a13c68c
Merge branch '2.2.x'
4 years ago
spencergibb
8dc4a0fb84
Removes host header for websockets.
...
Fixes gh-1834
4 years ago
buildmaster
151b0a8780
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
4 years ago
buildmaster
fb290c4a86
Going back to snapshots
4 years ago
buildmaster
2f1f1e73e9
Update SNAPSHOT to 2.2.6.RELEASE
4 years ago
spencergibb
616a1d06b1
Ignore failing ssl test.
...
see https://github.com/spring-cloud/spring-cloud-gateway/issues/2022
4 years ago
spencergibb
d434c44587
Updates to use `HttpClient.option()`
4 years ago
Olivier Lechevalier
9e58ccf7f5
Fix the SetRequestHostHeader filter documentation.
4 years ago
Olivier Lechevalier
0027c5f6d1
Fix the SetRequestHostHeader filter documentation.
4 years ago
Ingyu Hwang
0336be7063
Fix typo in OnEnabledComponent ( #1992 )
4 years ago
spencergibb
80e797bca4
Merge branch '2.2.x'
4 years ago
Guillaume Berche
8d6973c876
Refine documentation on body rewrite filters for the case of missing body
...
Null will be passed. Mono.empty() should be returned to assign an empty body.
Fixes gh-2000
4 years ago
spencergibb
4c01308330
Updates to use proper meter registry auto configuration
4 years ago
spencergibb
21b4625aa5
formatting
4 years ago
spencergibb
7ea5b01160
Merge branch '2.2.x'
4 years ago
spencergibb
9a5ed3522b
formatting
4 years ago
ctlove0523
fffcd23214
Allows SecureHeaders filter header values to be set per route.
...
Fixes gh-2005
Fixes gh-2008
4 years ago
spencergibb
2d065db852
formatting
4 years ago
spencergibb
f9dd9c4449
Merge branch '2.2.x'
4 years ago
Violeta Georgieva
4c8a1d6051
Fix memory leak in NettyWriteResponseFilter.wrap ( #2019 )
...
NettyWriteResponseFilter.wrap never releases the original poolable
buffer in case of DefaultDataBufferFactory.
Related to https://github.com/reactor/reactor-netty/issues/1359
4 years ago
Olga Maciaszek-Sharma
c3967e488b
Merge remote-tracking branch 'origin/2.2.x'
...
# Conflicts:
# spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/config/GatewayMetricsAutoConfiguration.java
# spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/filter/ReactiveLoadBalancerClientFilter.java
# spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/filter/ReactiveLoadBalancerClientFilterTests.java
4 years ago
Olga Maciaszek-Sharma
652a44bc4d
Get overrideScheme from isSecure(). ( #2003 )
4 years ago
Marcin Grzejszczak
5ef66ac8f1
Fixed the build
4 years ago
Marcin Grzejszczak
d4a114c012
Updated autoconfiguration setup
4 years ago
buildmaster
4b6644f936
Bumping versions
4 years ago
spencergibb
6f9a7a8288
Combines two metrics properties classes into one.
...
Updates GatewaySampleApplicationTests.java to use configured metrics prefix.
4 years ago
spencergibb
2941652190
Migrates token relay from spring-cloud-gateway-server-security.
...
It moves it to spring-cloud-gateway-server
See gh-1975
4 years ago
spencergibb
05e3bafde7
Migrates token relay from spring-cloud-gateway-server-security.
...
It moves it to spring-cloud-gateway-server
See gh-1975
4 years ago
spencergibb
dfa048faad
Updates tests to use default metrics prefix.
4 years ago
spencergibb
cd6fe46cd9
formatting
4 years ago
spencergibb
546083a6e4
Updates default metrics prefix to spring.cloud.gateway.
...
See gh-1981
4 years ago
spencergibb
c3ac033ef0
Merge branch '2.2.x'
4 years ago
spencergibb
f09d8b2c5d
Allows gateway metrics prefix to be customized.
...
Fixes gh-1981
4 years ago