1. 08 Mar, 2017 4 commits
  2. 07 Mar, 2017 2 commits
  3. 20 Feb, 2017 2 commits
  4. 18 Feb, 2017 1 commit
  5. 15 Feb, 2017 2 commits
  6. 14 Feb, 2017 1 commit
  7. 13 Feb, 2017 1 commit
  8. 09 Feb, 2017 5 commits
  9. 06 Feb, 2017 1 commit
  10. 03 Feb, 2017 2 commits
  11. 27 Jan, 2017 4 commits
  12. 23 Jan, 2017 1 commit
  13. 11 Jan, 2017 4 commits
  14. 10 Jan, 2017 1 commit
  15. 09 Jan, 2017 1 commit
  16. 22 Dec, 2016 1 commit
  17. 09 Dec, 2016 1 commit
  18. 02 Dec, 2016 3 commits
  19. 01 Dec, 2016 1 commit
  20. 30 Nov, 2016 1 commit
    • Don't override values with defaults. · 7fdd86e6
      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
  21. 29 Nov, 2016 1 commit
    • Fix Eureka Ribbon Auto Config conditions. · d1f8c031
      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