1. 15 May, 2017 1 commit
  2. 26 Apr, 2017 1 commit
  3. 19 Apr, 2017 1 commit
  4. 07 Apr, 2017 3 commits
  5. 23 Mar, 2017 1 commit
  6. 16 Mar, 2017 2 commits
  7. 28 Feb, 2017 1 commit
    • Use prefer-ip-address in statusPageUrlPath · 129e0ce4
      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
  8. 25 Feb, 2017 1 commit
  9. 20 Feb, 2017 1 commit
  10. 09 Feb, 2017 1 commit
  11. 01 Feb, 2017 1 commit
  12. 27 Jan, 2017 2 commits
  13. 25 Jan, 2017 2 commits
  14. 16 Dec, 2016 1 commit
  15. 12 Dec, 2016 1 commit
  16. 08 Dec, 2016 1 commit
  17. 30 Nov, 2016 2 commits
  18. 29 Nov, 2016 1 commit
    • Fix Eureka Ribbon Auto Config conditions. · 111a95d2
      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)
  19. 07 Nov, 2016 2 commits
  20. 27 Oct, 2016 1 commit
  21. 25 Oct, 2016 2 commits
  22. 18 Oct, 2016 3 commits
  23. 22 Sep, 2016 3 commits
  24. 16 Sep, 2016 1 commit
  25. 08 Sep, 2016 1 commit
  26. 06 Sep, 2016 2 commits
  27. 22 Aug, 2016 1 commit
    • Make moving to https urls consistent. · 43adc84d
      Spencer Gibb authored
      This fixes a case where the ribbon property is set `ribbon.IsSecure=false`, but because the eureka secure port was enabled, the uri created by ribbon was prefixed with https when it shouldn't have.
      
      All places where isSecure is need have been consolidated into RibbonUtils.
      
      fixes gh-1270