- 14 Mar, 2017 2 commits
-
-
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 6 commits
-
-
Ryan Baxter authored
-
Spencer Gibb authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
- 17 Feb, 2017 2 commits
-
-
Ryan Baxter authored
Make the use of Spring Retry optional when using Feign
-
Ryan Baxter authored
-
- 16 Feb, 2017 6 commits
-
-
Tomasz Juchniewicz authored
* Fix encoding issue in SpringEncoder for binary data Fixes gh-1698 * Fix encoding issue in SpringEncoder for binary data Fixes gh-1698 * Fix encoding issue in SpringEncoder for binary data Add unit test. Fixes gh-1698
-
Lars authored
* Refactors tests for better readability. Polishes imports. Removes hostname and port from TestRestTemplate-calls. Introduces @LocalServerPort
-
Ryan Baxter authored
-
Spencer Gibb authored
Adds the ability to turn off Spring Cloud Netflix making the feign instances as primary. fixes gh-1016
-
Spencer Gibb authored
-
- 15 Feb, 2017 1 commit
-