Ryan Baxter
ca244c5dbb
Merge pull request #1637 from tmack8001/zuul-route-constructor-custom-sensitive-headers
...
ZuulProperties.ZuulRoute consturctor missing explicitly setting of customSensitiveHeaders boolean
2017-01-23 09:38:44 -05:00
Trevor Mack
ff0ac568f4
addressing issues/1636 ZuulProperties.ZuulRoute consturctor missing explicitly setting of customSensitiveHeaders boolean when provided with sensitiveHeaders
2017-01-21 23:12:45 -08:00
Spencer Gibb
5d0b2fae86
Ignore misbehaving test
2017-01-20 13:42:04 -07:00
Spencer Gibb
f8a8b3cf31
Fix broken test logic, rather than >= should be <=
2017-01-20 13:41:49 -07:00
Jin Zhang
88396411f7
improve efficiency of SendResponseFilter#addResponseHeaders() ( #1622 )
2017-01-20 15:08:38 -05:00
Ryan Baxter
42931f9300
Merge pull request #1626 from ryanjbaxter/apply-formatter-to-collections-1526
...
Remove check that does not apply Formatters to Collections
2017-01-17 11:44:26 -05:00
Ryan Baxter
a5bd17c0c0
Remove check that does not apply Formatters to Collection in Feign Client parameters. Fixes #1526
2017-01-17 11:16:25 -05:00
Spencer Gibb
a5e5f81d88
Changes equals assertion to greaterThanOrEquals.
...
Hopefully this fixes flaky tests.
2017-01-16 11:41:45 -07:00
Spencer Gibb
66da2d8f48
Merge pull request #1586 from Infrag/master
...
* pull1586:
Adds composed @RequestMapping annotations support
2017-01-13 14:03:52 -07:00
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
2017-01-13 14:03:37 -07:00
Johannes Edmeier
899d8bc24d
Add CompositeRouteLocator ( #1448 )
...
Configure a CompositeRouteLocator by default so it is easier to compose
multiple RouteLocators.
2017-01-12 16:38:01 -05:00
Spencer Gibb
bf586ba2cb
polish
2017-01-12 14:32:57 -07:00
Spencer Gibb
22248dd9e9
Merge pull request #1591 from tranhungt/gzip_decompression
...
* gzip_decompression:
Disables httpclient auto decompression of encoded data
2017-01-12 14:31:32 -07:00
Hung Tran
6dfc7a815b
Disables httpclient auto decompression of encoded data
...
Applies only to SimpleHostRoutingFilter.
fixes gh-1480
2017-01-12 14:31:22 -07:00
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
2017-01-12 16:15:31 -05:00
Spencer Gibb
3b41b5e15f
Remove mocks for application event listeners.
...
fixes gh-1616
2017-01-12 13:39:46 -07:00
Ryan Baxter
8029deb1e4
Merging PR #1457 into master.
2017-01-10 12:52:36 -05:00
Ryan Baxter
5ee9990d93
Upgrade Ribbon to 2.2.2
...
Fixes gh-1441
2017-01-09 23:38:06 -05:00
Spencer Gibb
8a9c5fe4a1
Update fixes for hystrix stream test
2017-01-09 21:11:31 -07:00
Abhijit Sarkar
45d769b05b
Support header map and query map ( #1361 )
...
Adds support for Map types in feign for `@RequestHeader` and `@RequestParam`.
Fixes gh-1360
2017-01-09 22:45:03 -05:00
Rob Worsnop
af032476a8
Modified RibbonAutoConfiguration to support AsyncLoadBalancerInterceptor ( #1507 )
2017-01-09 22:02:10 -05:00
Spencer Gibb
c52309ad59
Update to spring-cloud-build 1.3.1.BUILD-SNAPSHOT
2017-01-09 17:22:08 -07:00
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.
2017-01-09 16:44:04 -07:00
Julien Hoarau
7f4a6fd94c
#1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
2017-01-09 16:43:40 -07:00
Spencer Gibb
6fc5d1aea3
Merge pull request #1485 from eacdy/master
...
* pull1485:
fix spell error
2017-01-09 16:11:40 -07:00
周立
1860b26491
fix spell error
...
fix spell error
2017-01-09 16:11:30 -07:00
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
2017-01-09 17:13:36 -05:00
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
2017-01-09 14:38:45 -05:00
Biju Kunjummen
98cd592f3e
Fix null instanceinfo on EurekaInstanceRenewedEvent ( #1574 )
...
Fixes gh-1546
2017-01-09 12:41:23 -05:00
Spencer Gibb
64b81ff5a4
Update hystrix to 1.5.9
...
fixes gh-1600
2017-01-09 10:11:39 -07:00
Ryan Baxter
f3deb04521
Pass along client config in RibbonCommand.run ( #1573 )
...
Pass along client config in RibbonCommand.run.
Fixes gh-1530
2017-01-09 11:55:05 -05:00
Ryan Baxter
ab454f1e1b
Make FeignClientRegistrar implement EnvironmentAware ( #1569 )
...
Make FeignClientRegistrar implement EnvironmentAware to inject the environment.
Fixes gh-1568
2017-01-09 11:06:51 -05:00
Jacques-Etienne Beaudet
bd6d732fc7
Fix potential decoding and reencoding issues in query params when using SimpleHostRoutingFilter ( #1464 )
...
Some webserver are picky with the encoding (uWSGI for example) and the current code behavior of decoding and reencoding the query string can lead to valid requests
rejected by the backend after the modifications in Zuul. This commit adds an optional parameter to force the original encoding of the query string in SimpleHostRoutingFilter.
Fixes gh-971
2017-01-09 10:53:16 -05:00
Ryan Baxter
4eac8a5a47
Merge pull request #1599 from ahmednasir91/upgrade-hystrix-157
...
Fixes #1440
2017-01-09 07:04:21 -05:00
Ahmed Nasir
82dd2ebd05
Fixes #1440
2017-01-09 14:20:31 +05:00
Ryan Baxter
1cd194a1e1
Merge pull request #1578 from rahmanusta/patch-1
...
Update spring-cloud-netflix.adoc
2016-12-27 19:50:08 -05:00
Rahman Usta
f26a5554d5
Update spring-cloud-netflix.adoc
...
- Remove unintended white-space
- Specify imagesdir
2016-12-26 16:03:41 +02:00
Spencer Gibb
c380039b3e
Add test to make sure eureka.instance.*virtualHostName can be set properly.
2016-12-16 14:00:31 -07:00
Bart Blommaerts
9125f54897
Tiny grammatical fix ( #1552 )
2016-12-15 11:29:14 -05:00
Spencer Gibb
08fe5a89e9
Move SendErrorFilter to type error.
...
This will clear up empty 200 responses.
fixes gh-1123
2016-12-12 15:01:32 -07:00
Ryan Baxter
2e46bdf9d2
Porting #1450 for Dalston release
2016-12-12 15:09:16 -05:00
Spencer Gibb
18b9c46a8b
update eureka config first bootstrap for service registry
2016-12-12 10:43:05 -07:00
Dave Syer
a99e23f9fc
Update to Boot 1.5.0
2016-12-12 12:31:32 +00:00
Spencer Gibb
8b089222bd
make external configurations optional
2016-12-08 13:47:19 -07:00
Spencer Gibb
5b25c9ad1a
Only auto-register if conditions are correct.
...
s-c-commons creates an AutoServiceRegistrationProperties bean if enabled.
This commit only auto registers with eureka if that bean is available.
2016-12-08 12:27:10 -07:00
Spencer Gibb
ec80797694
avoid potential NPE
2016-12-08 12:27:10 -07:00
Bertrand Renuart
8b7d6848b3
use com.netflix.loadbalancer.DummyPing instead of NoopPing
...
use `com.netflix.loadbalancer.DummyPing` instead of `NoopPing`
This eliminates the startup of another theadpool.
fixes gh-1504
2016-12-05 13:26:05 -05:00
Ryan Baxter
edb14e2a6b
Merge pull request #1528 from ryanjbaxter/feign-url-protocol-1522
...
Don’t add URL protocol when url is set using EL
2016-12-05 13:14:58 -05:00
Ryan Baxter
6a82644153
Don’t add URL protocol when url is set using EL. Fixes #1522 .
2016-12-05 12:48:01 -05:00
Ryan Baxter
ac3401bc4f
Fixed import ordering
2016-12-01 20:28:29 -05:00