Spencer Gibb
2acd353c7d
Allow Feign Hystrix support to be disabled.
...
fixes gh-717
9 years ago
Jon Schneider
ad6e61dd47
Servo, Spectator, and Atlas docs
9 years ago
Oreste Luci
94d4bdfcc3
Add support for placeholders in @FeignClient definitions
...
Includes name and url attributes.
fixes gh-414
9 years ago
Dave Syer
06b50c9fe0
Revert to snapshots
9 years ago
Dave Syer
05f75e70da
Update to 1.1.0.M3
9 years ago
Ben Klein
31e82a7597
Update spring-cloud-netflix.adoc
...
Reword to avoid broken AsciiDoc formatting.
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
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
2d595e86f3
remove extra punctuation
9 years ago
Jakub Narloch
68fa6afa17
Feign compression documentation
9 years ago
Spencer Gibb
810502c1f3
Allow overriding default feign beans.
...
Similar to @RibbonClient
fixes gh-288
9 years ago
Dave Syer
3ef58cdc39
Change DiscoveryClient->EurekaClient in docs
9 years ago
Dave Syer
a38ba34049
Try to guess whether a ribbon client is looking for HTTPS
...
There are usually some hints available, especially if the Server
came from Eureka. Unfortunately Server on it's own doesn't contain
enough information (why?), but as a fallback we can guess that
anyone using port 443 is secure.
Fixes gh-459
9 years ago
Dave Syer
d1cb42946b
Explicitly snag secure URL for config server if desired
...
If the configserver registers with securePortEnabled=true we should
respect that in the discovery process.
Fixes gh-450
9 years ago
Spencer Gibb
0204978b36
Upgrade eureka to 1.2.5.
...
Change EurekaInstanceConfig.getSID to getInstanceId
fixes gh-554
9 years ago
Dave Syer
ee5b9c6382
Revert back to snapshot
9 years ago
Dave Syer
a11a7709bf
Bump to M1
9 years ago
Spencer Gibb
b55832e5ef
removed unused README
9 years ago
Jakub Narloch
c9008ea277
Eureka health check
9 years ago
gandrianakis
654ccf2dea
Replaced incorrect @PathParameter with @PathVariable
9 years ago
Dave Syer
7fc9811975
Use TRAVIS_BRANCH if available
9 years ago
Dave Syer
00cc64c6c5
Different special treatment of README
9 years ago
Dave Syer
c905822005
Special treatnment of README
9 years ago
Dave Syer
c1cb0025c1
Use subdirectory for gh pages docs
9 years ago
Dave Syer
89ebf1fa3f
Fix ghpages script to work on branches
9 years ago
Jakub Narloch
69c3723aac
Updated documentation for Feign hierarchical clients
9 years ago
andreasevers
42f6e4d1f0
If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification.
...
zuul:
ignoredPatterns: */admin/**
routes:
users: /myusers/**
This means that all calls such as "/myusers/101" will be forwarded to "/101" on the "users" service. But calls including "/admin/" will not resolve.
9 years ago
Jakub Narloch
59534a2447
Corrected docs for the 'context-path' property reference.
9 years ago
Stephen Souness
2cf2de3465
Corrected typo in spelling of registration.
9 years ago
Biju Kunjummen
2c688062e7
Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment
9 years ago
Ryan J Baxter
3a22a5e702
Fixes #314 .
...
Should be approximateZoneFromHostname instead of approximateZoneFromDomain.
9 years ago
Eric Bottard
06bb00172e
Fix minor typo in doc
9 years ago
Eric Bottard
8c2b186b67
Fix escaping
9 years ago
Eric Bottard
e90824bfab
Removed unfinished sentence
9 years ago
Eric Bottard
57cefb2591
Fix grammar issue in doc
9 years ago
Jakub Narloch
d0a82c1421
Fixed typo in ignoredServices
9 years ago
Dave Syer
9a45beec1d
Update to Brixton
10 years ago
Dave Syer
3519ecf224
Prepare master for next snapshot
10 years ago
Dave Syer
72cecacea7
Fix path to docs in README raw text
10 years ago
Bertrand Renuart
58284a4508
Change Jersey init to avoid classpath scanning issues
...
Scan classpath for Jersey resources with Spring and initialize the
Jersey filter with a jaxrs Application instead. (Fixes gh-399,
fixes gh-400)
10 years ago
Spencer Gibb
2559b76747
fixed typo
10 years ago
Spencer Gibb
68b0c91fa7
document disabling of zuul filters
...
fixes gh-341
10 years ago
Darek Kaczyński
8fa9b71579
Corrected example of providing Turbine cluster name via instance metadata map.
10 years ago
Marcin Grzejszczak
94081f82ce
Fixed a typo
10 years ago
Spencer Gibb
ed692c3836
document that build requires jdk8
...
fixes gh-328
10 years ago
Spencer Gibb
e3b42e79b6
fix misspelling
10 years ago
Dave Syer
0587df4ae2
Fix parent version
10 years ago
Dave Syer
53c0e0a246
Fix parent version
10 years ago
Dave Syer
fde4741333
Update to 1.0.3 snapshots
10 years ago