spencergibb
4d600c85c4
Merge branch '2.2.x'
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
buildmaster
329efa8999
Bumping versions
4 years ago
Ryan Baxter
5d4f1f424e
Merge pull request #2154 from catalinsanda/master
...
Reset the exchange on the fallback path in SpringCloudCircuitBreakerFilterFactory
4 years ago
Catalin Sanda
a72bea7213
Reset the exchange on the fallback path in SpringCloudCircuitBreakerFilterFactory
...
Fix #1957
4 years ago
buildmaster
ed7fe4d08e
Bumping versions
4 years ago
Kevin
90f9620d10
fix javadoc error and formatting some notes ( #1977 )
...
* formatting some notes
* formatting some notes
* remove invalid notes
* cancel some commits
Co-authored-by: liufangtao <liufangtao@xiaomi.com>
4 years ago
Zhiguo.Chen
b34fd7b880
Fix spelling mistakes ( #2023 )
...
Co-authored-by: Zhiguo.Chen <chenzhiguo@jd.com>
4 years ago
DanielWei
a12406fc00
mark implement method with @Override ( #1950 )
4 years ago
spencergibb
0dd8f60247
Merge remote-tracking branch 'origin/master'
4 years ago
spencergibb
dbdcb1a286
Merge branch '2.2.x'
4 years ago
swapy
cd59c650e9
Fixes broken GatewayFilter link in documentation
...
Fixes gh-1880
Fixes gh-1881
4 years ago
buildmaster
6f75e32ba7
Bumping versions
4 years ago
spencergibb
2e77184020
Merge branch 'fitzoh-expose-netty-order'
4 years ago
Andrew Fitzgerald
3ba8215ddb
Exposes NettyRoutingFilter order as static field
...
Fixes gh-1882
4 years ago
spencergibb
83cbf74263
formatting
4 years ago
spencergibb
2cff471000
Merge branch '2.2.x'
4 years ago
spencergibb
8ebdfbba27
Adds shortcut support to RequestHeaderSizeGatewayFilterFactory
...
Fixes gh-1879
4 years ago
spencergibb
72ea522d07
Merge branch '2.2.x'
4 years ago
Mete Alpaslan Katırcıoğlu
15db93cca9
Enable compression support via configuration
...
Fixes gh-361
Fixes gh-2146
4 years ago
buildmaster
df5e032bc9
Bumping versions to 2.2.8.BUILD-SNAPSHOT after release
4 years ago
buildmaster
973c458a70
Going back to snapshots
4 years ago
buildmaster
00a1f5b771
Update SNAPSHOT to 2.2.7.RELEASE
4 years ago
buildmaster
16808fbef7
Bumping versions
4 years ago
ctlove0523
59cba50450
replace deprecated method to make code more clean ( #2134 )
...
* replace @Deprecated method
4 years ago
buildmaster
3e3a2af1d0
Bumping versions
4 years ago
buildmaster
5bd1b7f121
Bumping versions to 3.0.2-SNAPSHOT after release
4 years ago
buildmaster
d495f11d2e
Going back to snapshots
4 years ago
buildmaster
232cf8fa93
Update SNAPSHOT to 3.0.1
4 years ago
spencergibb
9ae68343d1
switches test to use spring.config.import
4 years ago
spencergibb
5c2bf4a4dd
formatting
4 years ago
spencergibb
a81bb187c8
Merge branch '2.2.x'
4 years ago
YoungWeng
2f2163c49a
Add channel check before dispose which may cause reactor-netty PrematureCloseException
...
Fixes gh-2046
Fixes gh-2093
4 years ago
Kevin
6741b91b33
rename field with little hump ( #1979 )
...
* rename field with little hump
Co-authored-by: liufangtao <liufangtao@xiaomi.com>
4 years ago
Kevin
df9720cf85
removes unused import ( #1978 )
...
Co-authored-by: liufangtao <liufangtao@xiaomi.com>
4 years ago
dependabot-preview[bot]
2c4089218e
Bump junit-pioneer from 0.9.0 to 1.0.0 ( #1973 )
...
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer ) from 0.9.0 to 1.0.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases )
- [Changelog](https://github.com/junit-pioneer/junit-pioneer/blob/master/docs/release-notes.md )
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.9.0...v1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
4 years ago
spencergibb
0fc1122dfd
Updates testcontainers to 1.15.1
...
Fixes gh-2026
4 years ago
spencergibb
b69b7145a4
Bumps spring-cloud-build to 3.0.1-SNAPSHOT
4 years ago
buildmaster
0ee5e19420
Bumping versions to 3.0.1-SNAPSHOT after release
4 years ago
buildmaster
d04b1f88f5
Going back to snapshots
4 years ago
buildmaster
0d5ede041a
Update SNAPSHOT to 3.0.0
4 years ago
Olga Maciaszek-Sharma
58db703f3e
Remove Ribbon references.
4 years ago
Olga Maciaszek-Sharma
b35165ed48
Add LB stats support. ( #2086 )
...
* Add LB stats support.
* Adjust to changes in commons.
4 years ago