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
2015-10-09 17:07:01 -06:00
Spencer Gibb
2d595e86f3
remove extra punctuation
2015-10-08 16:21:52 -06:00
Jakub Narloch
68fa6afa17
Feign compression documentation
2015-10-08 16:12:05 -06:00
Spencer Gibb
810502c1f3
Allow overriding default feign beans.
...
Similar to @RibbonClient
fixes gh-288
2015-10-05 14:57:27 -06:00
Dave Syer
3ef58cdc39
Change DiscoveryClient->EurekaClient in docs
2015-09-30 11:34:34 +01:00
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
2015-09-28 17:53:37 +01:00
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
2015-09-25 13:39:45 +01:00
Spencer Gibb
0204978b36
Upgrade eureka to 1.2.5.
...
Change EurekaInstanceConfig.getSID to getInstanceId
fixes gh-554
2015-09-24 22:23:17 -06:00
Spencer Gibb
a92307b060
Merge pull request #512 from geoand/doc-fix
...
Replaced incorrect @PathParameter with @PathVariable
2015-09-04 09:37:44 -06:00
Jakub Narloch
c9008ea277
Eureka health check
2015-09-03 17:39:22 -06:00
gandrianakis
654ccf2dea
Replaced incorrect @PathParameter with @PathVariable
2015-09-03 12:15:56 +03:00
Dave Syer
80f2735ea5
Merge branch '1.0.x'
...
Conflicts:
.travis.yml
2015-08-25 15:13:20 +01:00
Dave Syer
7fc9811975
Use TRAVIS_BRANCH if available
2015-08-25 14:52:31 +01:00
Dave Syer
00cc64c6c5
Different special treatment of README
2015-08-25 14:04:43 +01:00
Dave Syer
c905822005
Special treatnment of README
2015-08-25 12:56:15 +01:00
Dave Syer
c1cb0025c1
Use subdirectory for gh pages docs
2015-08-25 12:37:15 +01:00
Dave Syer
89ebf1fa3f
Fix ghpages script to work on branches
2015-08-25 12:29:41 +01:00
Spencer Gibb
c39efb96bd
Merge pull request #460 from jmnarloch/eureka-docs
...
Corrected docs for the 'context-path' property reference.
2015-08-06 09:27:55 -06:00
Jakub Narloch
69c3723aac
Updated documentation for Feign hierarchical clients
2015-08-04 11:16:04 -06:00
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.
2015-07-27 10:27:43 -06:00
Jakub Narloch
59534a2447
Corrected docs for the 'context-path' property reference.
2015-07-26 18:53:10 +02:00
Stephen Souness
2cf2de3465
Corrected typo in spelling of registration.
2015-07-21 09:38:51 +01:00
Dave Syer
5bb778811f
Merge branch '1.0.x'
2015-07-18 10:37:09 +01:00
Biju Kunjummen
2c688062e7
Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment
2015-07-18 10:36:51 +01:00
Spencer Gibb
aa63b072ae
Merge pull request #427 from ericbottard/patch-2
...
Remove unfinished sentence
2015-07-10 10:18:12 -06:00
Spencer Gibb
ffa2f27878
Merge pull request #428 from ericbottard/patch-3
...
Fix escaping
2015-07-10 10:17:43 -06:00
Spencer Gibb
69543470fa
Merge pull request #429 from ericbottard/patch-4
...
Fix minor typo in doc
2015-07-10 09:40:52 -06:00
Ryan J Baxter
3a22a5e702
Fixes #314 .
...
Should be approximateZoneFromHostname instead of approximateZoneFromDomain.
2015-07-10 09:33:02 -06:00
Eric Bottard
06bb00172e
Fix minor typo in doc
2015-07-10 15:12:37 +02:00
Eric Bottard
8c2b186b67
Fix escaping
2015-07-10 14:29:17 +02:00
Eric Bottard
e90824bfab
Removed unfinished sentence
2015-07-10 14:08:13 +02:00
Eric Bottard
57cefb2591
Fix grammar issue in doc
2015-07-09 14:36:53 +02:00
Jakub Narloch
d0a82c1421
Fixed typo in ignoredServices
2015-07-06 21:13:27 +02:00
Dave Syer
72cecacea7
Fix path to docs in README raw text
2015-06-25 12:31:29 +01:00
Spencer Gibb
bab74edf89
Merge pull request #340 from kaczynskid/master
...
Corrected example of providing Turbine cluster name via instance metadata map
2015-06-23 15:06:45 -04:00
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)
2015-06-23 13:00:38 +01:00
Spencer Gibb
2559b76747
fixed typo
2015-05-26 10:56:57 -06:00
Spencer Gibb
68b0c91fa7
document disabling of zuul filters
...
fixes gh-341
2015-05-11 10:08:06 -06:00
Darek Kaczyński
8fa9b71579
Corrected example of providing Turbine cluster name via instance metadata map.
2015-05-07 00:02:03 +02:00
Marcin Grzejszczak
94081f82ce
Fixed a typo
2015-05-05 23:49:49 +02:00
Spencer Gibb
ed692c3836
document that build requires jdk8
...
fixes gh-328
2015-05-05 11:42:09 -06:00
Spencer Gibb
e3b42e79b6
fix misspelling
2015-05-05 10:54:59 -06:00
Dave Syer
c77322348c
Add example for SEMAPHORE in @HystrixCommand
2015-05-01 11:20:21 +02:00
Spencer Gibb
5166994f7c
add documentation for ribbon.eureka.enabled
...
fixes gh-325
2015-04-30 09:42:28 -06:00
Spencer Gibb
9699664e09
Merge pull request #294 from joshiste/master
...
Docs: Example of static, loadbalanced Zuul configuration
2015-04-13 10:40:59 -04:00
Spencer Gibb
3794213aaf
add a note about the Spring Cloud DiscoveryClient.
...
fixes gh-276
2015-04-06 15:12:38 -06:00
Johannes Stelzer
6a0737dacf
Example of static, loadbalanced Zuul configuration
...
It took me quite a bit, to figure out how to configure Zuul to use a loadbalanced route without Eureka. I hope this short explicit example will clarify it for other people.
2015-04-02 20:33:05 +02:00
Dave Syer
873854810a
Fix eureka instance metadata in Cloud Foundry example
2015-04-02 13:45:05 +01:00
Roy Clarkson
370ce804e3
Update docs to use @EnableCircuitBreaker
2015-03-27 10:44:06 -05:00
Dave Syer
3714cee51d
Clarify impact of @ComponentScan on @RibbonClient
...
Fixes gh-281
2015-03-26 09:36:27 +00:00