Ryan Baxter
189c0721c2
Cherry pick ad9e361
3 years ago
Bruno Silva
9383b8e2bf
Adds a property to disable gateway redis integration.
...
Fixes gh-2052
3 years ago
buildmaster
79cf80be3e
Bumping versions
4 years ago
buildmaster
ecc0c20123
Going back to snapshots
4 years ago
buildmaster
61c18765ea
Update SNAPSHOT to 3.0.3
4 years ago
spencergibb
68d3d69b11
updates test to ignore localhost part of error message
4 years ago
buildmaster
47505e9d29
Bumping versions to 3.0.4-SNAPSHOT after release
4 years ago
buildmaster
58b6e901cc
Going back to snapshots
4 years ago
buildmaster
a86edf3f1c
Update SNAPSHOT to 3.0.3
4 years ago
spencergibb
8423e3ae57
formatting
4 years ago
spencergibb
adc1969bc8
formatting
4 years ago
ctlove0523
0fd5cef6c8
Matches http scheme regardless of case
...
Fixes gh-2218
4 years ago
Johannes Rost
e9bf4e5fb7
Do not reuse WebsocketClientSpec.Builder between Requests ( #2216 )
4 years ago
Alexey Nesterov
8044bb1d24
Fix secure headers duplication
...
When response from the upstream already includes one of the secure headers, it is was duplicated by SCG
4 years ago
buildmaster
0bf4dcfaa5
Bumping versions to 2.2.9.BUILD-SNAPSHOT after release
4 years ago
buildmaster
1a277db429
Going back to snapshots
4 years ago
buildmaster
86142f2448
Update SNAPSHOT to 2.2.8.RELEASE
4 years ago
spencergibb
2be9d7f91c
Suggest setting spring.main.web-application-type=reactive if mvc on classpath.
...
See gh-2176K
4 years ago
spencergibb
2fe4063bfc
Only fail if mvc is on the classpath and gateway is enabled.
...
This is useful for libraries that might write functionality for zuul and gateway.
See gh-2176
4 years ago
buildmaster
65bb35aa16
Bumping versions
4 years ago
spencergibb
f7a9bebc34
Adds MvcFoundOnClasspathFailureAnalyzer to provide a better experience if mvc is on the classpath.
...
Previously only a warning was printed in the logs, but sometime ago, ServerCodecConfigurer was added as a bean dependency which caused apps with mvc on the classpath to fail with an error that was difficult to diagnose. The warning was changed to a failure analyzer.
Fixes gh-2176
4 years ago
spencergibb
6466f7342f
formatting
4 years ago
spencergibb
7cb009d297
Removes use of stream() in hot path.
...
This includes `filter()` and `test()`.
Fixes gh-2197
4 years ago
spencergibb
0941b751ab
Updates blockhound to 1.0.5-BUILD-SNAPSHOT
...
java 16+ compatibility
4 years ago
spencergibb
0992a9840b
formatting
4 years ago
Eugene Sadovsky
9ed6ec0862
Adds support for HttpClient eviction interval.
...
Fixes gh-2153
Fixes gh-2187
4 years ago
spencergibb
168f33cc90
Ignores blockhound for java16
...
This includes moving the blockhound-junit-platform dependency to a profile.
Fixes gh-2186
4 years ago
spencergibb
dbd998d5cd
Supports compiling and testing for java 16.
...
Moves kotlin compile to profile that is only activated on a jdk less than 16. This should change once kotlin supports java 16.
Deals with samples that use kotlin moving import to a selector only if the class exists and disabling a new test that tests the kotlin route.
Fixes gh-2186
4 years ago
buildmaster
62f64ae80f
Bumping versions to 3.0.3-SNAPSHOT after release
4 years ago
buildmaster
24fa7dd772
Going back to snapshots
4 years ago
buildmaster
f4115653a5
Update SNAPSHOT to 3.0.2
4 years ago
spencergibb
78b20bd4cd
Block while initializing RouteLocator the first time.
...
This allows the app to fail if there are failures loading routes on startup.
Fixes gh-1676
4 years ago
spencergibb
702c9aaeee
Handle errors in both subscriptions.
...
Previously errors in CachingRouteLocator were on handled on the interior subscribe, not it is handled in both.
Fixes gh-1892
4 years ago
spencergibb
6c7ac3c590
Unignores ClientCertAuthSSLTests.testSslTrust
...
Fixes gh-2022
4 years ago
spencergibb
f54537e843
Formatting
4 years ago
spencergibb
79adb1b3f0
Formatting and updated Constructor for 2.2.x
4 years ago
spencergibb
91e475e65f
Adds routeId to toString() and formatting
4 years ago
Felipe Adorno
fedb6fce77
Default filters now get route specific events.
...
Filters like Retry with a POST body require an event to be sent from the
filter factory to the caching filter higher up the filter chain. Default
filters were created with a static id and therefor didn't receive the
event. This updates default filters to use the route id.
Fixes gh-1918
Fixes gh-2150
4 years ago
spencergibb
685ff1585b
Formatting
4 years ago
spencergibb
70c50744fb
Formatting
4 years ago
Dennis Menge
779187e6ae
Allows multiple values applied with AddRequestHeaderGatewayFilterFactory
...
Fixes gh-1902
4 years ago
spencergibb
8e3af87272
Formatting
4 years ago
spencergibb
333786c58a
Formatting
4 years ago
spencergibb
ec559a236e
Fixes missing brace during merge
4 years ago
johannesrost
b1f1e75c00
Do not reuse WebsocketServerSpec.Builder between requests
...
Fixes gh-2159
Fixes gh-2160
4 years ago
buildmaster
eb9611a58a
Bumping versions
4 years ago
张仁华
eb7df755d9
Make HttpClientProperties#proxy customizable
...
Fixes gh-2140
4 years ago
Benjamin Einaudi
68531abffe
Fixes rewrite path example and discovery ( #2144 )
...
Given that we would like to make the following rewriting (in both discovery and declarative context)
- '/foo' to '/'
- '/foo/' to '/'
- '/foo/anything/else' to '/anything/else'
We need to
- force the presence of a leading '/' after rewriting as we may result in an empty uri path otherwise
- exclude it from 'remaining' group
See #1282
See #1359
See #1360
4 years ago
Olga Maciaszek-Sharma
37cb0ea27b
Support passing selected ServiceInstance id downstream via cookie. ( #2173 )
4 years ago
Shruti Iyer
44a3e85ae5
Fix getter/setter to match the variable name ( #2167 )
4 years ago