1. 28 Feb, 2017 1 commit
    • Moves EurekaServerConfiguration to auto-configuration · 99d9b17a
      Biju Kunjummen authored
      Eureka ServerConfiguration is now auto-configuration based, instead of being explicitly specified via configuration pulled in through @EnableEurekaServer. This way specific beans can be conditionally overridden, configuration can be re-ordered.
      Supports PeerEurekaNodes bean to be overridden by the user
      
      Fixes gh-1717
  2. 12 Jan, 2017 1 commit
  3. 09 Jan, 2017 1 commit
  4. 12 Dec, 2016 1 commit
  5. 07 Nov, 2016 1 commit
  6. 11 Oct, 2016 1 commit
  7. 10 Oct, 2016 1 commit
  8. 07 Oct, 2016 1 commit
  9. 29 Aug, 2016 2 commits
  10. 21 Jul, 2016 1 commit
  11. 26 Apr, 2016 1 commit
  12. 01 Apr, 2016 1 commit
  13. 10 Nov, 2015 1 commit
  14. 04 Nov, 2015 1 commit
  15. 14 Oct, 2015 1 commit
  16. 12 Oct, 2015 1 commit
  17. 24 Sep, 2015 1 commit
    • Update Eureka to 1.2.5-rc.1 · 8f9acab3
      Jon Schneider authored
      Remove Servo from EurekaHealthIndicator.
      Remove custom DataCenterInfo.
      EurekaInstanceConfig.SID is now used as eureka id.
      EurekaInstanceConfigBean.getSID falls back to metadataMap.instanceId for
      backwards compatibility.
  18. 03 Jul, 2015 1 commit
  19. 03 Feb, 2015 1 commit
  20. 14 Jan, 2015 3 commits
  21. 02 Jan, 2015 1 commit
  22. 26 Dec, 2014 2 commits
  23. 11 Dec, 2014 1 commit
  24. 04 Dec, 2014 3 commits
  25. 05 Nov, 2014 1 commit
    • Ensure static resources load from relative paths · af1278a4
      Dave Syer authored
      Most browsers support <base href="..."> these days and there
      was one already in statut.ftl (but not in navbar). Added a test
      that asserts the css is loadable as well.
      
      Fixes gh-55
  26. 23 Oct, 2014 2 commits
  27. 16 Sep, 2014 1 commit
    • Ensure Eureka server gets iniialized with non-zero count · 191bad05
      Dave Syer authored
      The problem is pretty deep here so I hope I did something sane. Basically if
      PeerAwareInstanceRegistry.openForTraffic(int) ever gets called with a 0 argument
      it resets the threshold for numberOfRenewsPerMinThreshold to 0 from which
      it only ever recovers if the same method is called again with a non-zero argument.
      For a standalone server this means that it will never automatically expire
      any leases (only when it chats to its neighbours and finds out they have
      registered services will it ever switch the threshold back on).
      
      Another problem (unsolved) is that the reset mechanism will kick back in
      occasionally (resetting to 1 with this change, but that's probably also
      a bad thing). And when there *are* actually peers to talk to unless they are
      in AWS they will never communicate correctly about the actual number of local
      services (the criteria for that are deeply connected with AWS and EIP).
      
      Fixes gh-6
  28. 03 Sep, 2014 3 commits