1. 06 Nov, 2017 1 commit
  2. 23 Oct, 2017 1 commit
  3. 21 Oct, 2017 1 commit
  4. 18 Oct, 2017 2 commits
  5. 17 Oct, 2017 1 commit
  6. 16 Oct, 2017 1 commit
  7. 29 Sep, 2017 1 commit
  8. 25 Sep, 2017 1 commit
  9. 12 Sep, 2017 1 commit
  10. 16 Aug, 2017 1 commit
  11. 25 Jul, 2017 1 commit
  12. 24 Jul, 2017 1 commit
  13. 21 Jul, 2017 1 commit
  14. 18 Jul, 2017 1 commit
  15. 13 Jul, 2017 1 commit
  16. 07 Jul, 2017 1 commit
  17. 06 Jul, 2017 1 commit
  18. 03 Jul, 2017 1 commit
  19. 06 Jun, 2017 1 commit
  20. 20 May, 2017 1 commit
  21. 17 May, 2017 1 commit
  22. 15 May, 2017 1 commit
  23. 12 May, 2017 1 commit
  24. 26 Apr, 2017 1 commit
  25. 19 Apr, 2017 1 commit
  26. 23 Mar, 2017 1 commit
  27. 18 Mar, 2017 1 commit
  28. 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
  29. 25 Feb, 2017 1 commit
  30. 20 Feb, 2017 1 commit
  31. 01 Feb, 2017 1 commit
  32. 25 Jan, 2017 2 commits
  33. 12 Dec, 2016 1 commit
  34. 08 Dec, 2016 1 commit
  35. 30 Nov, 2016 2 commits
  36. 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)
  37. 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.