1. 27 Nov, 2017 1 commit
  2. 25 Sep, 2017 1 commit
  3. 31 Aug, 2017 1 commit
  4. 18 Jul, 2017 1 commit
  5. 14 Jul, 2017 2 commits
  6. 13 Jul, 2017 1 commit
  7. 06 Jul, 2017 1 commit
  8. 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
  9. 09 Jan, 2017 1 commit
  10. 07 Nov, 2016 1 commit
  11. 25 Oct, 2016 1 commit
  12. 19 Oct, 2016 1 commit
    • Move properties to new namespace. · ddc1069e
      Spencer Gibb authored
      Moving eureka.server.{expectedNumberOfRenewsPerMin,defaultOpenForTrafficCount} to eureka.instance.registry so relaxed binding can be used. Default to old values for backwards compatibility.
  13. 11 Oct, 2016 1 commit
  14. 10 Oct, 2016 1 commit
  15. 07 Oct, 2016 1 commit
  16. 06 Oct, 2016 1 commit
  17. 29 Aug, 2016 1 commit
  18. 17 Jun, 2016 1 commit
  19. 23 May, 2016 1 commit
  20. 18 May, 2016 1 commit
    • Align instanceId calculation with the one done on the client · a0c1b4c0
      Dave Syer authored
      The Angel client has an idiosyncratic way of calculating an instance
      id, and the Brixton client aligned with that already, but the
      Brixton server did not. This change should make Brixton Eureka
      Servers work with Angel clients.
      
      See gh-978
  21. 26 Apr, 2016 1 commit
  22. 20 Apr, 2016 1 commit
  23. 01 Apr, 2016 1 commit
  24. 23 Feb, 2016 2 commits
  25. 26 Jan, 2016 1 commit
    • Relay eureka.environment to Archaius if it is set · 7bdab0f2
      Dave Syer authored
      Apparently we already support eureka.datacenter as an alias for
      archaius.deployment.datacenter and it looks like when that code
      was written we intended to support eureka.environment in a similar way.
      But it was never finished off, so this change adds the necessary one
      line of code.
      
      Fixes gh-791
  26. 18 Jan, 2016 1 commit
  27. 30 Nov, 2015 1 commit
  28. 23 Nov, 2015 1 commit
    • Don't extend EurekaBootStrap. · d23a57d1
      Spencer Gibb authored
      EurekaBootStrap implements ServletContextListener which causes problems because of early instantiation.
      
      fixes gh-664
  29. 20 Nov, 2015 1 commit
  30. 19 Nov, 2015 1 commit
  31. 10 Nov, 2015 1 commit
  32. 04 Nov, 2015 1 commit
  33. 13 Oct, 2015 1 commit
    • Add isDebugEnabled() check · 914fee9a
      alexVengrovsk authored
      It is good thing to make this checks because of expensive concatenation of String objects (debug messages).
  34. 12 Oct, 2015 2 commits
  35. 25 Sep, 2015 2 commits
  36. 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.