spencergibb
dd020a341f
formatting
4 years ago
spencergibb
bdc9a9910e
Merge branch '2.2.x'
4 years ago
spencergibb
2be9d7f91c
Suggest setting spring.main.web-application-type=reactive if mvc on classpath.
...
See gh-2176K
4 years ago
spencergibb
df1f6f2cdb
bumps build to 2.3.4-BUILD-SNAPSHOT
4 years ago
spencergibb
ba57e625f4
formatting
4 years ago
spencergibb
381f54ae60
Merge branch '2.2.x'
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
de8546a106
Bumping versions
4 years ago
buildmaster
65bb35aa16
Bumping versions
4 years ago
spencergibb
a420416c2e
Merge branch '2.2.x'
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
24d75147fa
Merge branch '2.2.x'
4 years ago
spencergibb
7cb009d297
Removes use of stream() in hot path.
...
This includes `filter()` and `test()`.
Fixes gh-2197
4 years ago
spencergibb
f2d91bde04
formatting
4 years ago
spencergibb
d558c82454
Merge branch '2.2.x'
4 years ago
spencergibb
4c0f2b450f
formatting
4 years ago
spencergibb
443a4437c9
Merge branch '2.2.x'
4 years ago
Bruno Silva
ee9c18c2c4
Adds Support for webflux ProxyExchange to use body in delete method
...
Fixes gh-2103
Fixes gh-2132
4 years ago
spencergibb
e6c8507e3e
formatting
4 years ago
spencergibb
e05d20ee55
Merge branch '2.2.x'
4 years ago
spencergibb
24273cc83d
formatting
4 years ago
Manuel
d02e262a4c
Fix NPE when proxy exchange is not configured
...
Fixes gh-2075
Fixes gh-2163
4 years ago
spencergibb
2fa963339c
Merge branch '2.2.x'
4 years ago
Tony Clarke
7d7888d4da
Update Grafana dashboard to use new metric prefix ( #2179 )
4 years ago
spencergibb
0941b751ab
Updates blockhound to 1.0.5-BUILD-SNAPSHOT
...
java 16+ compatibility
4 years ago
buildmaster
6edcb3b438
Bumping versions
4 years ago
spencergibb
0992a9840b
formatting
4 years ago
spencergibb
6e143d3cd0
Merge branch '2.2.x'
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
b65230e2ca
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
ba2883e04a
Bumping versions
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
f88a044758
Merge branch '2.2.x'
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
40402173e0
Merge branch '2.2.x'
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