- 30 Nov, 2015 2 commits
-
-
alexVengrovsk authored
-
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
-
- 26 Nov, 2015 1 commit
-
-
Dave Syer authored
The aspectjweaver jar includes all of aspectjrt, and the former is used at runtime in a number of places (tests fail if you remove it). Both are not needed so we have picked one (the other one than recommended in gh-666). Fixes gh-666
-
- 24 Nov, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-591
-
- 23 Nov, 2015 4 commits
-
-
Spencer Gibb authored
EurekaBootStrap implements ServletContextListener which causes problems because of early instantiation. fixes gh-664
-
Spencer Gibb authored
* pull625: Refactor SimpleHostRoutingFilter
-
Greg Liebowitz authored
Removed deprecated HttpClient APIs, exposed method to override client, fixed ignoredHeaders
-
Spencer Gibb authored
* multiple_monitoring: Enables hystrix monitoring of multiple services on a single server.
-
- 22 Nov, 2015 1 commit
-
-
Micheal Swiggs authored
-
- 20 Nov, 2015 6 commits
-
-
Spencer Gibb authored
* create-httpclient-ribbon-command: an Apache http client zuul ribbon command
-
Christian Lohmann authored
This is an implementation of a RibbonCommand and a factory which makes use of a loadbalancing http client based on apache's http-components http-client. With this command/factory it is possible to route PATCH http requests via zuul/ribbon as well. fixes gh-412
-
Spencer Gibb authored
-
Spencer Gibb authored
* pull655: Add support for placeholders in @FeignClient definitions
-
Oreste Luci authored
Includes name and url attributes. fixes gh-414
-
Spencer Gibb authored
fixes gh-657
-
- 19 Nov, 2015 1 commit
-
-
Spencer Gibb authored
-
- 18 Nov, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-651
-
Spencer Gibb authored
fixes gh-623
-
- 17 Nov, 2015 3 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
- 13 Nov, 2015 2 commits
- 12 Nov, 2015 4 commits
-
-
Spencer Gibb authored
* metrics-aop-fix: RestTemplate metrics collection join point now returns a value
-
Jon Schneider authored
-
Dave Syer authored
-
Dave Syer authored
Also changes pointcut to use the interface so you don't need proxyTargetClass=true. Fixes gh-636
-
- 11 Nov, 2015 7 commits
-
-
Spencer Gibb authored
fixes gh-635
-
Spencer Gibb authored
* feign-no-content-test: Feign handling unparameterized ResponseEntity
-
Jakub Narloch authored
fixes gh-612
-
Dave Syer authored
so that Eureka InstanceInfo (which is designed to be immutable) can effectively be mutated (by using a different instance) after the dynamic port is available.
-
Spencer Gibb authored
fixes gh-570 ... again
-
Ben Klein authored
Reword to avoid broken AsciiDoc formatting.
-
Spencer Gibb authored
Allows non-eureka based InstanceDiscovery. Allows custom InstanceDiscovery. fixes gh-566
-
- 10 Nov, 2015 4 commits
-
-
Spencer Gibb authored
fixes gh-589
-
Spencer Gibb authored
* metrics-test-fixes: Fix flaky Servo tests by avoiding DefaultMonitorRegistry
-
Jon Schneider authored
-
Spencer Gibb authored
-
- 09 Nov, 2015 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-