1. 17 Oct, 2017 1 commit
  2. 25 Sep, 2017 1 commit
  3. 11 Jul, 2017 1 commit
  4. 25 May, 2017 1 commit
  5. 12 May, 2017 1 commit
  6. 24 Feb, 2017 1 commit
  7. 09 Jan, 2017 1 commit
    • Create `sidecar.hostname` and `sidecar.ipAddress` (#1561) · fccbe1af
      Thibaud Lepretre authored
      In addition to `eureka.instance.hostname` property you can now defined `sidecar.hostname` in order to set different hostname from application and its sidecar.
      However if `eureka.instance.hostname` is present it will override `sidecar.hostname`.
      
      Fixes #981
  8. 25 Oct, 2016 1 commit
  9. 17 Aug, 2016 1 commit
  10. 21 Jul, 2016 1 commit
  11. 11 Mar, 2016 1 commit
  12. 10 Mar, 2016 1 commit
  13. 02 Mar, 2016 1 commit
  14. 24 Feb, 2016 1 commit
  15. 22 Feb, 2016 1 commit
  16. 23 Dec, 2015 1 commit
  17. 30 Nov, 2015 1 commit
    • Default status page and health URLs if possible and where needed · 11298720
      Dave Syer authored
      If the management.port is explicitly set to something other than the
      server.port, we can use it to set the status page and health URL
      default values. (They can still be overridden by config properties.)
      
      If management.port=0 there's not much we can do because we don't know
      the port number yet when the instance config is created.
      
      Fixes gh-425
  18. 25 Sep, 2015 1 commit
  19. 05 Aug, 2015 1 commit
    • Upgrade to Eureka 1.2.0 · 246830c9
      Spencer Gibb authored
      Implements forwarding of eureka CacheRefreshedEvent as HeartbeatEvent,
      rather thank serialization hack.  Uses new Eureka DI functionality
      (mostly there, some issues). Updates EurekaJacksonCodec to be
      "DataCenterAware". Reference EurekaClient interface rather than
      DiscoveryClient class.
      
      fixes gh-349
  20. 20 Mar, 2015 1 commit
  21. 06 Mar, 2015 1 commit
  22. 23 Feb, 2015 1 commit
  23. 09 Feb, 2015 1 commit
  24. 27 Jan, 2015 1 commit
  25. 15 Jan, 2015 1 commit
  26. 14 Jan, 2015 3 commits
  27. 15 Dec, 2014 1 commit
  28. 09 Dec, 2014 1 commit
  29. 03 Dec, 2014 1 commit
    • Make ZuulHandlerMapping @RefreshScope. · 9c6474fb
      Spencer Gibb authored
      Handle InstanceRegisteredEvent and RefreshScopeRefreshedEvent in ZuulHandlerMapping rather than ProxyRouteLocator.
      Move /routes endpoint out of ZuulHandlerMapping into RoutesEndpoint (because of a problem when I added @RefreshScope to ZuulHandlerMapping)
  30. 02 Dec, 2014 1 commit
  31. 26 Nov, 2014 2 commits
  32. 25 Nov, 2014 4 commits