Ben Klein
8afb02cf03
Zuul Developer Guide: minor edits
8 years ago
Spencer Gibb
675e4c1031
Adds example zuul filters.
8 years ago
Spencer Gibb
d21d03b738
initial zuul developer guide
8 years ago
Spencer Gibb
ff70c08fb9
More zuul constant and javadoc updates
8 years ago
Spencer Gibb
506a9a44af
Move many zuul strings to FilterConstants.
...
Also adds minimal javadoc to classes.
See gh-1435
8 years ago
Spencer Gibb
10e8634d38
add additional conditional on class in case of webflux
8 years ago
Spencer Gibb
a1577127b7
hopefully fix flaky test
8 years ago
Spencer Gibb
5a1f1d2c64
Remove unused import.
8 years ago
Ryan Baxter
a915651797
Merge pull request #1670 from bijukunjummen/gh-1641
...
gh-1641: Fixed instructions for configuring EurekaIntanceConfig in AWS
8 years ago
Biju Kunjummen
133d054fc8
Fixed instructions for configuring EurekaIntanceConfig in AWS
8 years ago
Eloi
c87f6ca983
delegate to the library httpclient parse the content type ( #1664 )
...
Fixes gh-1663
8 years ago
Spencer Gibb
a2e1836e24
Merge pull request #1656 from sbley/master
...
* pull1656:
Separate adding X-ForwardedProto header
8 years ago
Stefan Bley
53649f6020
Separate adding X-ForwardedProto header
...
Add X-Forwarded-Proto header in Zuul PreDecorationFilter even with X-Forwarded-Host header being absent
8 years ago
Spencer Gibb
601e220411
implement Registration.getServiceId()
8 years ago
Ryan Baxter
ed6c4b1925
Revert "Version changes for 1.3.0.M1"
...
This reverts commit 46ee0ce161
.
8 years ago
Ryan Baxter
46ee0ce161
Version changes for 1.3.0.M1
8 years ago
Ryan Baxter
71b3110acf
Updating config and stream versions for Dalston
8 years ago
Eloi
e6f2db70ef
Maintain content type for data parts in multipart requests ( #1614 )
...
maintain multipart content type for data parts
Fixes gh-1581
8 years ago
Matt Sicker
65829c437c
Fix docs about @Configuration with @FeignClient ( #1650 )
...
As discovered in #1643 , using `@Configuration` on a custom configuration with `@FeignClient` is unnecessary and creates extra work for exclusion from a `@ComponentScan`. This updates the docs to make this explicit.
8 years ago
Spencer Gibb
f27defbdf4
Make sure service-registry actuator is activated.
8 years ago
Spencer Gibb
41bf8eadfd
Rename RESET_OVERRIDE to CANCEL_OVERRIDE
8 years ago
Spencer Gibb
d76bd84466
Handle content-type with charset.
...
A new version of httpclient introduced by boot changed the behaviour that previously allowed the charset. It now has to be parsed out and passed to the apache `ContentType` object explicitly.
fixes gh-1649
8 years ago
Ryan Baxter
ca244c5dbb
Merge pull request #1637 from tmack8001/zuul-route-constructor-custom-sensitive-headers
...
ZuulProperties.ZuulRoute consturctor missing explicitly setting of customSensitiveHeaders boolean
8 years ago
Trevor Mack
ff0ac568f4
addressing issues/1636 ZuulProperties.ZuulRoute consturctor missing explicitly setting of customSensitiveHeaders boolean when provided with sensitiveHeaders
8 years ago
Spencer Gibb
5d0b2fae86
Ignore misbehaving test
8 years ago
Spencer Gibb
f8a8b3cf31
Fix broken test logic, rather than >= should be <=
8 years ago
Jin Zhang
88396411f7
improve efficiency of SendResponseFilter#addResponseHeaders() ( #1622 )
8 years ago
Ryan Baxter
42931f9300
Merge pull request #1626 from ryanjbaxter/apply-formatter-to-collections-1526
...
Remove check that does not apply Formatters to Collections
8 years ago
Ryan Baxter
a5bd17c0c0
Remove check that does not apply Formatters to Collection in Feign Client parameters. Fixes #1526
8 years ago
Spencer Gibb
a5e5f81d88
Changes equals assertion to greaterThanOrEquals.
...
Hopefully this fixes flaky tests.
8 years ago
Spencer Gibb
66da2d8f48
Merge pull request #1586 from Infrag/master
...
* pull1586:
Adds composed @RequestMapping annotations support
8 years ago
Ondřej Božek
b619ee00bf
Adds composed @RequestMapping annotations support
...
Fixed short circuit condition to correctly detect @RequestMapping shortcuts (@GetMapping , @PostMaping etc.)
Fixes gh-1201
8 years ago
Johannes Edmeier
899d8bc24d
Add CompositeRouteLocator ( #1448 )
...
Configure a CompositeRouteLocator by default so it is easier to compose
multiple RouteLocators.
8 years ago
Spencer Gibb
bf586ba2cb
polish
8 years ago
Spencer Gibb
22248dd9e9
Merge pull request #1591 from tranhungt/gzip_decompression
...
* gzip_decompression:
Disables httpclient auto decompression of encoded data
8 years ago
Hung Tran
6dfc7a815b
Disables httpclient auto decompression of encoded data
...
Applies only to SimpleHostRoutingFilter.
fixes gh-1480
8 years ago
Arnaud Brunet
b27ba0434a
More robust instantiation in SpringClientFactory
...
SpringClientFactory returns null if the class is not aware of IClientConfig.
This change catches the exception when trying the constructor with IClientConfig so classes that aren't aware of IClientConfig can be created.
Fixes gh-1608
8 years ago
Spencer Gibb
3b41b5e15f
Remove mocks for application event listeners.
...
fixes gh-1616
8 years ago
Ryan Baxter
8029deb1e4
Merging PR #1457 into master.
8 years ago
Ryan Baxter
5ee9990d93
Upgrade Ribbon to 2.2.2
...
Fixes gh-1441
8 years ago
Spencer Gibb
8a9c5fe4a1
Update fixes for hystrix stream test
8 years ago
Abhijit Sarkar
45d769b05b
Support header map and query map ( #1361 )
...
Adds support for Map types in feign for `@RequestHeader` and `@RequestParam`.
Fixes gh-1360
8 years ago
Rob Worsnop
af032476a8
Modified RibbonAutoConfiguration to support AsyncLoadBalancerInterceptor ( #1507 )
8 years ago
Spencer Gibb
c52309ad59
Update to spring-cloud-build 1.3.1.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
8526371d25
Merge pull request #1451 from madgnome/#1341-single-deferred-result
...
* #1341-single-deferred-result:
#1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
8 years ago
Julien Hoarau
7f4a6fd94c
#1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
8 years ago
Spencer Gibb
6fc5d1aea3
Merge pull request #1485 from eacdy/master
...
* pull1485:
fix spell error
8 years ago
周立
1860b26491
fix spell error
...
fix spell error
8 years ago
Thibaud Lepretre
fccbe1aff4
Create `sidecar.hostname` and `sidecar.ipAddress` ( #1561 )
...
In addition to `eureka.instance.hostname` property you can now defined `sidecar.hostname` in order to set different hostname from application and its sidecar.
However if `eureka.instance.hostname` is present it will override `sidecar.hostname`.
Fixes #981
8 years ago
Bertrand Renuart
fa45a9f3a4
Use a fixed size buffer for the copy operation ( #1538 )
...
Set the default buffer size to 8192 to match Tomcat and Jetty defaults
Use a buffer per worker thread and use it for subsequent requests
8 years ago