Dave Syer
2bb6befbca
Add vanilla integration tests
9 years ago
Dave Syer
2f0d425b66
Allow URL to be host only (per javadocs)
9 years ago
Spencer Gibb
bad20d3fcc
Migrate SpringClientFactory and FeignClientFactory
...
Now uses spring-cloud-context NamedContextFactory.
see https://github.com/spring-cloud/spring-cloud-commons/issues/69
9 years ago
Dave Syer
493caec5df
Fix ribbon client factory to search context hierarchy
...
We need to use BeanFactoryUtils to search the context hierarchy
for custom instances.
Fixes gh-733
9 years ago
Spencer Gibb
7d78a3c347
Merge pull request #724 from jkschneider/metric-poller
...
Add Servo metric poller and @EnableAtlas test
9 years ago
Spencer Gibb
3f45391d29
Merge pull request #723 from jkschneider/atlas-docs
...
Update docs to indicate the need for spring-cloud-starter-atlas
9 years ago
Spencer Gibb
502f955091
Merge pull request #722 from jkschneider/atlas-metric-observer
...
Minor improvements to error messages for netflix.atlas.uri problems
9 years ago
Spencer Gibb
4720b78db5
Merge pull request #699 from stephaneLeroy/master
...
* pull699:
Add Zuul Proxy regex serviceId to route mapping
9 years ago
Stéphane Leroy
4a52a7f889
Add Zuul Proxy regex serviceId to route mapping
...
fixes gh-693
9 years ago
Marcin Grzejszczak
9f9948707a
Added scripts to run e2e tests
9 years ago
Jon Schneider
1cd363f33f
Add Servo metric poller and @EnableAtlas test
9 years ago
Jon Schneider
4325b7e363
Update docs to indicate the need for spring-cloud-starter-atlas for Atlas
9 years ago
Jon Schneider
e994971bec
Minor improvements to error messages for netflix.atlas.uri problems
9 years ago
Spencer Gibb
0ddfb42d4d
Merge pull request #694 from snussbaumer/gh-691
...
* gh-691:
Enable configuration of the way HttpClient handles redirects
9 years ago
Sébastien Nussbaumer
15f940054d
Enable configuration of the way HttpClient handles redirects
...
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
9 years ago
Spencer Gibb
b108de33ed
Merge pull request #713 from kakawait/gh-583
...
* gh-583:
Removing multiple successive slashes
9 years ago
kakawait
982288ec04
Removing multiple successive slashes
...
Eliminates zuul URISyntaxException if route has trailing slash.
fixes gh-583
9 years ago
Spencer Gibb
804abb6d6d
Move test to same package as class testing
9 years ago
Spencer Gibb
8f6cd86e56
Merge pull request #704 from hscholz/master
...
* pull704:
Explicitly set target to feign client name.
9 years ago
hscholz
abd32fbfd0
Explicitly set target to feign client name.
...
fixes gh-703
9 years ago
Spencer Gibb
2acd353c7d
Allow Feign Hystrix support to be disabled.
...
fixes gh-717
9 years ago
Spencer Gibb
456f2c0a99
Merge pull request #670 from jkschneider/metrics-docs
...
Servo, Spectator, and Atlas docs
9 years ago
Jon Schneider
ad6e61dd47
Servo, Spectator, and Atlas docs
9 years ago
Spencer Gibb
810b17ae06
Guard for null entity.
...
redefine isSuccess to 2xx status code series.
fixes gh-687
9 years ago
Dave Syer
a43d9d86df
Add null check in annotation processing for Feign
...
Allows POST with a @RequestBody
Fixes gh-689
9 years ago
Spencer Gibb
57206c639d
Upgrade to Hystrix 1.4.21
...
fixes gh-685
9 years ago
Spencer Gibb
1ede1458b9
Get RequestInterceptors from feign context.
...
Rather than pulling them from the generic context.
fixes gh-683
9 years ago
Spencer Gibb
f38e43a4b6
polish
9 years ago
Spencer Gibb
cb8b9363f6
Merge pull request #671 from alexVengrovsk/update-debug
...
Add isDebugEnabled() for logging operations
9 years ago
alexVengrovsk
8957a40328
Update InstanceRegistry.java
9 years ago
Dave Syer
1129872061
Default status page and health URLs if possible and where needed
...
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
9 years ago
Dave Syer
f2fee74880
Excludes aspectjrt from javanica
...
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
9 years ago
Spencer Gibb
1090f2817a
Upgrade zuul to v1.1.0
...
fixes gh-591
9 years ago
Spencer Gibb
d23a57d13b
Don't extend EurekaBootStrap.
...
EurekaBootStrap implements ServletContextListener which causes problems because of early instantiation.
fixes gh-664
9 years ago
Spencer Gibb
c93a19c0d1
Merge pull request #625 from liebowitz/master
...
* pull625:
Refactor SimpleHostRoutingFilter
9 years ago
Greg Liebowitz
940921ac15
Refactor SimpleHostRoutingFilter
...
Removed deprecated HttpClient APIs, exposed method to override client, fixed ignoredHeaders
9 years ago
Spencer Gibb
452f494c21
Merge pull request #661 from micheal-swiggs/multiple_monitoring
...
* multiple_monitoring:
Enables hystrix monitoring of multiple services on a single server.
9 years ago
Micheal Swiggs
03a005033d
Enables hystrix monitoring of multiple services on a single server.
9 years ago
Spencer Gibb
f46e8e8e1f
Merge pull request #543 from ChristianLohmann/create-httpclient-ribbon-command
...
* create-httpclient-ribbon-command:
an Apache http client zuul ribbon command
9 years ago
Christian Lohmann
18dff8527d
an Apache http client zuul ribbon command
...
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
9 years ago
Spencer Gibb
81b430dbb4
polish
9 years ago
Spencer Gibb
3994a3e439
Merge pull request #655 from Oreste-Luci/master
...
* pull655:
Add support for placeholders in @FeignClient definitions
9 years ago
Oreste Luci
94d4bdfcc3
Add support for placeholders in @FeignClient definitions
...
Includes name and url attributes.
fixes gh-414
9 years ago
Spencer Gibb
4721bee8f2
allow EurekaServerConfig to be overridden.
...
fixes gh-657
9 years ago
Spencer Gibb
415cd1d83c
Remove unneeded hardcoded initializers.
9 years ago
Spencer Gibb
bd12fa47d7
Upgrade to rxjava 1.0.14
...
fixes gh-651
9 years ago
Spencer Gibb
a7d425deba
Upgrade to feign 8.12.1
...
fixes gh-623
9 years ago
Spencer Gibb
06a4e0996b
added ribbon.http.client.enabled conditional
9 years ago
Dave Syer
06b50c9fe0
Revert to snapshots
9 years ago
Dave Syer
05f75e70da
Update to 1.1.0.M3
9 years ago