- 25 Sep, 2017 1 commit
-
-
Ryan Baxter authored
* Remove @EnableDiscoveryClient and @EnableEurekaClient as there are now optional. Fixes #2241.
-
- 11 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 25 May, 2017 1 commit
-
-
Spencer Gibb authored
-
- 12 May, 2017 1 commit
-
-
Ryan Baxter authored
-
- 24 Feb, 2017 1 commit
-
-
utsman authored
-
- 09 Jan, 2017 1 commit
-
-
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
-
- 25 Oct, 2016 1 commit
-
-
Ryan Baxter authored
-
- 17 Aug, 2016 1 commit
-
-
Dave Syer authored
-
- 21 Jul, 2016 1 commit
-
-
Daniel Lavoie authored
Fixes gh-1205
-
- 11 Mar, 2016 1 commit
-
-
Spencer Gibb authored
See gh-896
-
- 10 Mar, 2016 1 commit
-
-
Spencer Gibb authored
-
- 02 Mar, 2016 1 commit
-
-
Spencer Gibb authored
-
- 24 Feb, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-847
-
- 22 Feb, 2016 1 commit
-
-
Spencer Gibb authored
-
- 23 Dec, 2015 1 commit
-
-
Spencer Gibb authored
Allows for more fine-grained configuration of what to ignore.
-
- 30 Nov, 2015 1 commit
-
-
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
-
- 25 Sep, 2015 1 commit
-
-
Spencer Gibb authored
-
- 05 Aug, 2015 1 commit
-
-
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 Mar, 2015 1 commit
-
-
Spencer Gibb authored
Added a LocalApplicationHealthCheckHandler that checks the local app and sends the appropriate status to eureka. fixes gh-251
-
- 06 Mar, 2015 1 commit
-
-
Spencer Gibb authored
-
- 23 Feb, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-225
-
- 09 Feb, 2015 1 commit
-
-
Dave Syer authored
-
- 27 Jan, 2015 1 commit
-
-
Spencer Gibb authored
update sidecare enabled property, make eureka portion of config conditional on eureka on classpath so other DiscoveryClient impls can use it.
-
- 15 Jan, 2015 1 commit
-
-
Dave Syer authored
-
- 14 Jan, 2015 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 15 Dec, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-98
-
- 09 Dec, 2014 1 commit
-
-
Spencer Gibb authored
-
- 03 Dec, 2014 1 commit
-
-
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)
-
- 02 Dec, 2014 1 commit
-
-
Spencer Gibb authored
removed classes now in spring-cloud-commons
-
- 26 Nov, 2014 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient.
-
- 25 Nov, 2014 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
updated sidecar so the health and info urls go to sidecar, but homepage and non-secure-port go to local app
-
Spencer Gibb authored
-