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
Spencer Gibb
9e4cad750a
Upgrade hystrix to 1.4.18
...
fixes gh-600
9 years ago
Spencer Gibb
248732e6ff
Force isCircuitBreakerOpen to String (if it's a Boolean for example)
...
see https://github.com/Netflix/Hystrix/pull/927
9 years ago
Dave Syer
cd30bea0c8
Add smarts for local route handling in Zuul proxy
...
User can provide a url in the route that starts with "forward:"
(instead of "http:" etc.) to handle the request locally.
Also properly ignores ignored routes, so they can be handled locally
(rather than giving up and sending 404).
Fixes gh-536
9 years ago
Dave Syer
43cab5f9b5
Clarify secure application discovery a bit
9 years ago
Spencer Gibb
fa75ddf452
polish
9 years ago
Spencer Gibb
ce4076621a
Merge pull request #588 from alexVengrovsk/master
...
* pull588:
Add isDebugEnabled() check
9 years ago
alexVengrovsk
914fee9ae4
Add isDebugEnabled() check
...
It is good thing to make this checks because of expensive concatenation of String objects (debug messages).
9 years ago
Spencer Gibb
a3a7c60925
exclude commons-logging from ribbon
...
fixes gh-596
9 years ago
Spencer Gibb
8103bdbff8
revert zuul 1.1.0-rc.2 as it isn't published to maven central.
9 years ago
Spencer Gibb
fc20cc7135
Upgrade zuul to v1.1.0-rc.2
...
fixes gh-591
9 years ago
Spencer Gibb
7fcc559edb
Remove blitz4j
...
fixes gh-527
9 years ago
Spencer Gibb
f878cfcf67
Polish
9 years ago
Spencer Gibb
3e0e47612c
Do not require eurekaConfig.
...
Helps when eureka is on the classpath, but is explicitly disabled.
fixes gh-521
9 years ago
Spencer Gibb
a96666b902
Move DiscoveryClient creation so it is guarded.
...
Move it back to EurekaDiscoveryClientConfiguration.
fixes gh-578
9 years ago
Spencer Gibb
5b3a9f8f31
Align feign logging.
...
Since all feign clients now have access to the type, logging can apply a type regardless.
Fixes gh-431
9 years ago
Spencer Gibb
ef67fa328c
Add local service to zuul ignoredServices by default.
...
fixes gh-447
9 years ago
Spencer Gibb
8058ced90d
Remove dependency on governator.
...
Eureka now only directly depends on java.inject.
Fixes gh-529
9 years ago
Spencer Gibb
5f41de87d2
Polish
9 years ago
Spencer Gibb
c051cb83d2
Merge pull request #585 from mbenson/master
...
* pull585:
Fix feign scanning that fails if clients attr is not use
9 years ago
Matt Benson
568bc47b3e
Fix feign scanning that fails if clients attr is not use
...
fixes gh-584
9 years ago
Spencer Gibb
fe989530e3
remove reflection to set InstanceInfo.port
9 years ago
Spencer Gibb
51ea8afb24
Set port on InstanceInfo to support random server.port.
...
fixes gh-570
9 years ago
Spencer Gibb
5065e47565
Upgrade Hystrix to v1.4.17
...
fixes gh-576
9 years ago
Spencer Gibb
0cbfc20293
updated README
9 years ago
Spencer Gibb
2d595e86f3
remove extra punctuation
9 years ago