- 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.
-
- 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
-
- 03 Mar, 2017 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Also add com.squareup.okhttp3:logging-interceptor dependency management. fixes gh-1752
-
- 02 Mar, 2017 2 commits
-
-
Bertrand Renuart authored
`MetricsRestTemplateConfiguration` creates a BeanPostProcessor used to configure RestTemplate instances when added to the application context. It should be made @ConditionalOnClass(RestTemplate) instead of @ConditionalOnBean(RestTemplate) since it should be present *before* any RestTemplate bean instance is created. (#1747) fixes gh-1153
-
Bertrand Renuart authored
fixes gh-1745
-
- 01 Mar, 2017 3 commits
-
-
Ryan Baxter authored
Disable Hystrix support when using Feign by default
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 28 Feb, 2017 4 commits
-
-
nick-pww authored
fixes gh-1073
-
windinn authored
prefer-ip-address does not work in statusPageUrlPath when management port != server port This change gets `prefer-ip-address` via a relaxed property resolver to set the value during the creation of the `EurekaInstanceConfigBean`. fixes gh-1724
-
Spencer Gibb authored
If DiscoveryClient.getLocalServiceInstance() throws an exception (ie consul isn't available), log a warning and continue. This is useful for dev type environments. fixes gh-1603
-
Biju Kunjummen authored
Eureka ServerConfiguration is now auto-configuration based, instead of being explicitly specified via configuration pulled in through @EnableEurekaServer. This way specific beans can be conditionally overridden, configuration can be re-ordered. Supports PeerEurekaNodes bean to be overridden by the user Fixes gh-1717
-
- 27 Feb, 2017 1 commit
-
-
Ryan Baxter authored
Refactor ZoneUtils class
-
- 25 Feb, 2017 1 commit
-
-
utsman authored
-
- 24 Feb, 2017 5 commits
-
-
Spencer Gibb authored
fixes gh-1731
-
Ryan Baxter authored
Remove duplicate null check
-
utsman authored
-
Ryan Baxter authored
Fixed typo
-
utsman authored
-
- 20 Feb, 2017 1 commit
-