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