1. 02 Jan, 2018 1 commit
  2. 14 Nov, 2017 1 commit
  3. 07 Nov, 2017 1 commit
  4. 23 Oct, 2017 1 commit
  5. 18 Oct, 2017 1 commit
  6. 17 Oct, 2017 1 commit
  7. 16 Oct, 2017 1 commit
  8. 25 Sep, 2017 1 commit
  9. 16 Aug, 2017 1 commit
  10. 25 Jul, 2017 1 commit
  11. 24 Jul, 2017 1 commit
  12. 21 Jul, 2017 1 commit
  13. 18 Jul, 2017 1 commit
  14. 13 Jul, 2017 1 commit
  15. 07 Jul, 2017 1 commit
  16. 06 Jul, 2017 1 commit
  17. 03 Jul, 2017 1 commit
  18. 20 May, 2017 1 commit
  19. 15 May, 2017 1 commit
  20. 26 Apr, 2017 1 commit
  21. 19 Apr, 2017 1 commit
  22. 23 Mar, 2017 1 commit
  23. 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
  24. 25 Feb, 2017 1 commit
  25. 20 Feb, 2017 1 commit
  26. 01 Feb, 2017 1 commit
  27. 25 Jan, 2017 2 commits
  28. 12 Dec, 2016 1 commit
  29. 08 Dec, 2016 1 commit
  30. 30 Nov, 2016 2 commits
  31. 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)
  32. 07 Nov, 2016 1 commit
    • Create EurekaServiceRegistry · ea4e5d76
      Spencer Gibb authored
      Use the new ServiceRegistry interface
      
      Creates a new EurekaRegistration object that aggregates classes needed
      for a single registration.
  33. 25 Oct, 2016 2 commits
  34. 16 Sep, 2016 1 commit
  35. 08 Sep, 2016 1 commit
  36. 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
  37. 17 Aug, 2016 1 commit