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