- 07 Apr, 2017 4 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 05 Apr, 2017 6 commits
-
-
Ryan Baxter authored
Add the ability for ribbon clients to specify response status codes they would like to retry
-
Ryan Baxter authored
Document Hystrix timeout configuration with Ribbon clients
-
Ryan Baxter authored
-
Spencer Gibb authored
* feature/exceptions-monitoring: Implements zuul CounterFactory
-
Anastasiia Smirnova authored
CounterFactory is used by ZuulException and was previously initialzed with a dummy impl. This adds a Spring Boot CounterService based implementation. Also adds the ability to implement a zuul TracerFactory.
-
David-V2 authored
* brainlessly apply this : https://github.com/Netflix/Hystrix/commit/892f6a781e67f153b0bf2f7387c87ca0721955c2
-
- 04 Apr, 2017 1 commit
-
-
Ryan Baxter authored
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540.
-
- 03 Apr, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-1824
-
- 28 Mar, 2017 3 commits
-
-
Ryan Baxter authored
Use valid hostnames in feign tests
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 24 Mar, 2017 1 commit
-
-
Ryan Baxter authored
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint. Fixes #1797
-
- 23 Mar, 2017 4 commits
-
-
Ryan Baxter authored
Fixes the addition of http with EL syntax
-
Ryan Baxter authored
-
Spencer Gibb authored
For more advanced filter examples. fixes gh-1748
-
Michael Tecourt authored
Make EurekaDiscoveryClient.EurekaServiceInstance constructor public fixes gh-1792
-
- 20 Mar, 2017 1 commit
-
-
Ryan Baxter authored
-
- 16 Mar, 2017 3 commits
-
-
Spencer Gibb authored
fixes gh-1786
-
Ryan Baxter authored
This reverts commit a628ba1b.
-
Ryan Baxter authored
-
- 15 Mar, 2017 5 commits
-
-
Ryan Baxter authored
GH-1334: Support for eagerly initializing zuul Ribbon contexts
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 14 Mar, 2017 6 commits
-
-
Spencer Gibb authored
By default, `LoadBalancerBuilder` built a load-balancer with a `PollingServerListUpdater`. This change introduces a `ServerListUpdater` bean which creates a `PollingServerListUpdater(IClientConfig)` so that `ribbon.ServerListRefreshInterval` is respected. fixes gh-1304
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
Biju Kunjummen authored
-
- 13 Mar, 2017 2 commits
-
-
Ryan Baxter authored
Update docs as @Autowired fails with many beans
-
Jack Harris authored
Fix a suspected typo. @Autowired throws a `NoUniqueBeanDefinitionException` if there are multiple beans of the same type without a primary, but the documentation said multiple beans 'cause `@Autowired` to work', rather than 'not work'.
-
- 09 Mar, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-1766
-
- 08 Mar, 2017 1 commit
-
-
Ryan Baxter authored
-
- 07 Mar, 2017 1 commit
-
-
Spencer Gibb authored
Previously, when feign used the Ribbon RestClient, an exception was thrown if Content-Length was set. Over time, feign has moved away from RestClient, yet removing the header still happened. Fixes gh-1705
-