- 12 Dec, 2016 1 commit
-
-
Dave Syer authored
-
- 08 Dec, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
s-c-commons creates an AutoServiceRegistrationProperties bean if enabled. This commit only auto registers with eureka if that bean is available.
-
Spencer Gibb authored
-
- 05 Dec, 2016 3 commits
-
-
Bertrand Renuart authored
use `com.netflix.loadbalancer.DummyPing` instead of `NoopPing` This eliminates the startup of another theadpool. fixes gh-1504
-
Ryan Baxter authored
Don’t add URL protocol when url is set using EL
-
Ryan Baxter authored
-
- 02 Dec, 2016 4 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Uses configuration from IConfigClient reference to always use the most up to date configuration. Fixes #1481.
-
Ryan Baxter authored
Document Eureka client zone config
-
- 30 Nov, 2016 2 commits
-
-
Spencer Gibb authored
Defaults were set too late and were overriding values set in the environment. Specifically, spring.application.name took precedence over eureka.instance.appname. fixes gh-1516
-
Spencer Gibb authored
-
- 29 Nov, 2016 1 commit
-
-
Spencer Gibb authored
Specifically, add `@ConditionalOnBean(EurekaClient.class)`. Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception. fixes gh-1511 (cherry picked from commit d1f8c031)
-
- 23 Nov, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.6.1. Fixes #1495.
-
Ryan Baxter authored
-
- 22 Nov, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Document how to use thread isolation with hystrix and feign. Fixes #1191.
-
Ryan Baxter authored
-
- 16 Nov, 2016 1 commit
-
-
Bertrand Renuart authored
Fixes gh-1462
-
- 14 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 07 Nov, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1345
-
Spencer Gibb authored
Use the new ServiceRegistry interface Creates a new EurekaRegistration object that aggregates classes needed for a single registration.
-
- 03 Nov, 2016 2 commits
-
-
Robin Stocker authored
RxJavaReturnValueHandlerConfig can only be loaded when both spring-web and spring-webmvc are on the classpath, because it contains a reference to the WebMvcConfigurerAdapter class. But the ConditionalOnClass annotation only included the class from spring-web. In our situation, only spring-web was on the classpath, resulting in a NoClassDefFoundError for WebMvcConfigurerAdapter. Fix it by adding that class to the condition as well.
-
Dave Syer authored
Emphasises that it's a black list, and clarifies that you need to set it to empty to get authorization and cookie headers.
-
- 27 Oct, 2016 5 commits
-
-
Spencer Gibb authored
-
Ryan Baxter authored
Document Hystrix Fallback For Zuul
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 26 Oct, 2016 3 commits
-
-
Ryan Baxter authored
Provide A Retry Policy For Ribbon Clients
-
Ryan Baxter authored
-
Ryan Baxter authored
-additional refactoring from changes in s-c-commons
-
- 25 Oct, 2016 6 commits
-
-
Venil Noronha authored
Fixes gh-1363
-
Ryan Baxter authored
Resolve spring.application.name via property resolver
-
Ryan Baxter authored
-
Spencer Gibb authored
Breaks Spring Boot 1.3 compatibility, enables 1.5
-
Ryan Baxter authored
-
Ryan Baxter authored
-