- 18 Dec, 2015 1 commit
-
-
Dave Syer authored
-
- 17 Dec, 2015 2 commits
-
-
Spencer Gibb authored
Now uses spring-cloud-context NamedContextFactory. see https://github.com/spring-cloud/spring-cloud-commons/issues/69
-
Dave Syer authored
We need to use BeanFactoryUtils to search the context hierarchy for custom instances. Fixes gh-733
-
- 16 Dec, 2015 9 commits
-
-
Spencer Gibb authored
Add Servo metric poller and @EnableAtlas test
-
Spencer Gibb authored
Update docs to indicate the need for spring-cloud-starter-atlas
-
Spencer Gibb authored
Minor improvements to error messages for netflix.atlas.uri problems
-
Spencer Gibb authored
* pull699: Add Zuul Proxy regex serviceId to route mapping
-
Stéphane Leroy authored
fixes gh-693
-
Marcin Grzejszczak authored
-
Jon Schneider authored
-
Jon Schneider authored
-
Jon Schneider authored
-
- 15 Dec, 2015 5 commits
-
-
Spencer Gibb authored
* gh-691: Enable configuration of the way HttpClient handles redirects
-
Sébastien Nussbaumer authored
RibbonLoadBalancingHttpClient being IClientConfigAware, it is now initialized within initWithNiwsConfig. The values of the config keys FollowRedirects, ConnectTimeout and ReadTimeout are now respected. Fixes gh-691
-
Spencer Gibb authored
* gh-583: Removing multiple successive slashes
-
kakawait authored
Eliminates zuul URISyntaxException if route has trailing slash. fixes gh-583
-
Spencer Gibb authored
-
- 14 Dec, 2015 3 commits
-
-
Spencer Gibb authored
* pull704: Explicitly set target to feign client name.
-
hscholz authored
fixes gh-703
-
Spencer Gibb authored
fixes gh-717
-
- 12 Dec, 2015 2 commits
-
-
Spencer Gibb authored
Servo, Spectator, and Atlas docs
-
Jon Schneider authored
-
- 03 Dec, 2015 2 commits
-
-
Spencer Gibb authored
redefine isSuccess to 2xx status code series. fixes gh-687
-
Dave Syer authored
Allows POST with a @RequestBody Fixes gh-689
-
- 02 Dec, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-685
-
Spencer Gibb authored
Rather than pulling them from the generic context. fixes gh-683
-
Spencer Gibb authored
-
- 30 Nov, 2015 3 commits
-
-
Spencer Gibb authored
Add isDebugEnabled() for logging operations
-
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 3 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
-