1. 25 Sep, 2017 1 commit
  2. 16 Aug, 2017 1 commit
  3. 25 Jul, 2017 1 commit
  4. 24 Jul, 2017 1 commit
  5. 21 Jul, 2017 1 commit
  6. 18 Jul, 2017 1 commit
  7. 13 Jul, 2017 1 commit
  8. 07 Jul, 2017 1 commit
  9. 06 Jul, 2017 1 commit
  10. 03 Jul, 2017 1 commit
  11. 20 May, 2017 1 commit
  12. 15 May, 2017 1 commit
  13. 26 Apr, 2017 1 commit
  14. 19 Apr, 2017 1 commit
  15. 23 Mar, 2017 1 commit
  16. 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
  17. 25 Feb, 2017 1 commit
  18. 20 Feb, 2017 1 commit
  19. 01 Feb, 2017 1 commit
  20. 25 Jan, 2017 2 commits
  21. 12 Dec, 2016 1 commit
  22. 08 Dec, 2016 1 commit
  23. 30 Nov, 2016 2 commits
  24. 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)
  25. 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.
  26. 25 Oct, 2016 2 commits
  27. 16 Sep, 2016 1 commit
  28. 08 Sep, 2016 1 commit
  29. 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
  30. 17 Aug, 2016 1 commit
  31. 24 Jun, 2016 1 commit
  32. 21 Jun, 2016 1 commit
  33. 08 Jun, 2016 1 commit
  34. 16 May, 2016 1 commit
    • Be defensive about classpath in eureka auto config · 32d481df
      Dave Syer authored
      Before this change we were seeing test failures in
      spring-cloud-netflix-eureka-server (but only with Spring Boot 1.4)
      caused by annotation processing explosion when
      RefreshScopeAutoConfiguration is not on the classpath.
  35. 27 Apr, 2016 1 commit
    • Use eureka.instance zone data consistently determining client zone · 6087bc75
      Dave Syer authored
      The zone for a remote server comes from its
      eureka.instance.metadataMap.zone, but we didn't (until this change)
      apply the same logic to the client. If the client is registering
      itslef with eureka then it will have a metadataMap itself and
      we should be able to just reverse the logic.
      
      Fixes gh-991
  36. 26 Apr, 2016 2 commits