Jakub Narloch
69c3723aac
Updated documentation for Feign hierarchical clients
9 years ago
Spencer Gibb
5ac5f198aa
Support returning Observable from Spring MVC Controllers.
...
Via spring 4.2 new AsyncHandlerMethodReturnValueHandler
fixes gh-231
9 years ago
Spencer Gibb
a2270dc27a
Upgrade to Hystrix 1.4.13
...
Also brings in patches to the hystrix dashboard.
fixes gh-465
9 years ago
Spencer Gibb
e5e677c0ad
remove https port 8443 registration.
...
It overwrote the port 443 registration.
fixes gh-461
9 years ago
Spencer Gibb
79f939bec5
Merge pull request #455 from jmnarloch/service-path
...
* service-path:
Specifing only the serviceId causes NPE
9 years ago
Jakub Narloch
798a19e468
Specifing only the serviceId causes NPE
9 years ago
Spencer Gibb
371f8b3bf2
feign polishing
9 years ago
Dave Syer
b0b4916d3c
If user configures hostname for eureka client, do not refresh it
...
Fixes gh-463
9 years ago
Spencer Gibb
cb732763b5
Merge pull request #464 from andreasevers/zuul-ignored-patterns
...
* zuul-ignored-patterns:
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.
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
Spencer Gibb
558c78353c
Merge pull request #448 from Sounie/master
...
Corrected typo in spelling of registration.
9 years ago
Stephen Souness
2cf2de3465
Corrected typo in spelling of registration.
9 years ago
Dave Syer
5bb778811f
Merge branch '1.0.x'
9 years ago
Biju Kunjummen
2c688062e7
Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment
9 years ago
Spencer Gibb
a6b94a38fe
Add support for using Apache HttpClient with Feign
...
fixes gh-415
9 years ago
Spencer Gibb
22ed881805
Merge pull request #434 from qbast/master
...
* pull434:
Build query string from context instead of original request
9 years ago
Jakub Stachowski
dd1c5bb495
Build query string from context instead of original request
...
Recreate query string from either getCurrentContext().getRequestQueryParams()
or original request as fallback. This allows to override query string
params in pre filters.
fixes gh-426
9 years ago
Spencer Gibb
335481563f
Merge pull request #437 from jmnarloch/feign-8.6.0
...
* feign-8.6.0:
Updated feign version to 8.6.0
9 years ago
Jakub Narloch
0a34ad88f5
Updated feign version to 8.6.0
9 years ago
Spencer Gibb
9149319bd7
implement getHostName where refresh==true
9 years ago
Spencer Gibb
aa63b072ae
Merge pull request #427 from ericbottard/patch-2
...
Remove unfinished sentence
9 years ago
Spencer Gibb
ffa2f27878
Merge pull request #428 from ericbottard/patch-3
...
Fix escaping
9 years ago
Spencer Gibb
69543470fa
Merge pull request #429 from ericbottard/patch-4
...
Fix minor typo in doc
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
Dave Syer
f682c42001
Merge branch '1.0.x'
9 years ago
Ryan J Baxter
f4a69e43eb
Sets the zone based on the hostname of the service if approximateZoneFromHostname is true.
...
The flag has always been there, it just isn't carried through to the ribbon client configuration
without this change if I understand this change correctly.
Fixes gh-315, fixes gh-423.
9 years ago
Spencer Gibb
206a5a029d
Merge pull request #424 from ericbottard/patch-1
...
Fix grammar issue in doc
9 years ago
Eric Bottard
57cefb2591
Fix grammar issue in doc
9 years ago
Spencer Gibb
ee97ef626f
push versioning of turbine down to modules.
...
fixes https://github.com/spring-cloud-samples/turbine/issues/3
9 years ago
Spencer Gibb
5c18b02cb8
Merge pull request #420 from jmnarloch/docs
...
Fixed typo in ignoredServices
9 years ago
Jakub Narloch
d0a82c1421
Fixed typo in ignoredServices
9 years ago
Dave Syer
91d288d781
Update to Spring Boot 1.3, stage I (make it compile)
10 years ago
Dave Syer
d046791b3e
Move starters into home projects
10 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
Dave Syer
e17766e916
Add dependency management for starters
10 years ago
Dave Syer
29841f9f57
Revert "add optional spring-security-rsa"
...
This reverts commit 06d4d1e158
.
10 years ago
Spencer Gibb
06d4d1e158
add optional spring-security-rsa
10 years ago
Dave Syer
a903b5d58c
Fix guava imports
10 years ago
Dave Syer
25651f4835
Add sidecar to BOM
10 years ago
Spencer Gibb
bab74edf89
Merge pull request #340 from kaczynskid/master
...
Corrected example of providing Turbine cluster name via instance metadata map
10 years ago
Dave Syer
652e4b96b3
Nail explicit dependencies for s-c-context
10 years ago
Spencer Gibb
34eb36323a
Merge pull request #390 from heyjustin/master
...
Mark an instance as DOWN when the application context is stopped.
10 years ago
Spencer Gibb
12bee7772f
Merge pull request #408 from brandon-atkinson/zuul-unescaped-paths
...
* zuul-unescaped-paths:
Fix unescaped paths in SimpleHostRoutingFilter.
10 years ago
Brandon Atkinson
283c0f7600
Fix unescaped paths in SimpleHostRoutingFilter.
...
Move common code so RibbonRoutingFilter can use the same code.
Fixes gh-407
10 years ago
Spencer Gibb
0b925e5afa
Merge pull request #409 from brandon-atkinson/issue-394-remove-deflate
...
* issue-394-remove-deflate:
Removed deflate accept-encoding from outbound requests
10 years ago