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
Dave Syer
db2e87f1b6
Switch log to debug from info
...
Logging each request in the proxy is too verbose and inconsistent
with other Spring MVC logging.
9 years ago
Dave Syer
db4c82c39c
Add @deprecated Javadocs
9 years ago
Spencer Gibb
713e6b8461
Merge pull request #639 from jkschneider/metrics-aop-fix
...
* metrics-aop-fix:
RestTemplate metrics collection join point now returns a value
9 years ago
Jon Schneider
be14074817
RestTemplate metrics collection join point now returns a value
9 years ago
Dave Syer
024d9946dc
Whitespace
9 years ago
Dave Syer
36e4c7cf93
Make metrics aspect conditional on Spring AOP
...
Also changes pointcut to use the interface so you don't need
proxyTargetClass=true.
Fixes gh-636
9 years ago
Spencer Gibb
ef5785bfb7
Upgrade to Hystrix v1.4.20
...
fixes gh-635
9 years ago
Spencer Gibb
dc1f28a74e
Merge pull request #613 from jmnarloch/feign-no-content-test
...
* feign-no-content-test:
Feign handling unparameterized ResponseEntity
9 years ago
Jakub Narloch
cff20c5a6d
Feign handling unparameterized ResponseEntity
...
fixes gh-612
9 years ago
Dave Syer
b001fea325
Re-order configs and add refresh scope for lazy loading
...
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.
9 years ago
Spencer Gibb
3dfb8b5dc1
fix support for registering random ports with eureka.
...
fixes gh-570 ... again
9 years ago
Ben Klein
31e82a7597
Update spring-cloud-netflix.adoc
...
Reword to avoid broken AsciiDoc formatting.
9 years ago
Spencer Gibb
38055b586d
Allow flexibility with Turbine http.
...
Allows non-eureka based InstanceDiscovery.
Allows custom InstanceDiscovery.
fixes gh-566
9 years ago
Spencer Gibb
1e716ff2c2
Upgrade eureka to v1.3.4
...
fixes gh-589
9 years ago
Spencer Gibb
5566749742
Merge pull request #633 from jkschneider/metrics-test-fixes
...
* metrics-test-fixes:
Fix flaky Servo tests by avoiding DefaultMonitorRegistry
9 years ago
Jon Schneider
7bf6a85bd3
Fix flaky Servo tests by avoiding DefaultMonitorRegistry
9 years ago
Spencer Gibb
679e659cbc
remove findbugs
9 years ago
Spencer Gibb
4d7f40f6e8
ignore failing test for now.
9 years ago
Spencer Gibb
dfec99780a
fix failing test on travis.
9 years ago
Spencer Gibb
b117030a47
Merge pull request #615 from jkschneider/metrics
...
* metrics:
Expanded metrics support to include Servo, Spectator, and Atlas
9 years ago
Jon Schneider
c61a48735d
Expanded metrics support to include Servo, Spectator, and Atlas
...
* For Java 8 users, Spectator is the recommended metrics library as Servo is now deprecated in favor of Spectator
* Servo support now needs to be specifically enabled via @EnableServo , even if servo-core is included on the classpath
* Added starter modules for both Spectator and Atlas support
* ServoMetricReader defines a convention for mapping tag-based metrics to hiearchical names for rendering by the Actuator /metrics endpoint
9 years ago
Spencer Gibb
e4a4448497
Only deploy snapshots on master not in PR
...
fixes gh-630
9 years ago
Dave Syer
98d76dfe8c
Correct path to magnfiying glass
...
It still isn't actually used (and would only be used on a link to
a non-existent JSP page), but at least it can render now.
See gh-628
9 years ago
Dave Syer
88cbeb015a
Use better icon image for magnifying glass
...
Fixes gh-628
9 years ago
Spencer Gibb
2cf4a38398
Exclude commons-logging from eureka-client
...
fixes gh-525
9 years ago
Spencer Gibb
7eb5855815
fix resource filtering so it works with boot 1.3.x
...
get's eureka branding back.
fixes gh-627
9 years ago
Spencer Gibb
d954a5c525
Merge pull request #621 from ametiste-oss/health-check-without-circuit-fails-fixed
...
Health check fails on commands without circuit breaker.
9 years ago
Spencer Gibb
509c8e9f13
polish
9 years ago
Spencer Gibb
4fdb85e678
Merge pull request #619 from jmnarloch/feign-parameter-processors
...
* feign-parameter-processors:
Feign annotated parameter processors
9 years ago
Jakub Narloch
31d2f65528
Feign annotated parameter processors
9 years ago
Spencer Gibb
50efa8536d
add optional DiscoveryClientOptionalArgs
...
For extensibility by connectors
9 years ago
Konstantin A. Zolotukhin
5d3a0da50e
null check for command bound circuit breaker
9 years ago
Jakub Narloch
966e03ba64
Feign OkHttp client configuration
9 years ago
Dave Syer
22f4b82efa
Revert profile and add comment
9 years ago
Dave Syer
eb475769ca
Remove confusing profile from settings.xml
9 years ago
Dave Syer
d3000a23e9
Fix ordering problem with Zuul tests
9 years ago
Dave Syer
1fe28af3f0
Fix issue with forward:... routes
...
We have to ensure that the ZuulController is not mapped on a
forward otherwise we just go back through the same code
path and render nothing.
9 years ago
Spencer Gibb
6d5591020d
Upgrade feign to 8.11.0
...
Adds support for feign-hystrix
fixes gh-606
9 years ago