- 06 Aug, 2015 1 commit
-
-
Spencer Gibb authored
Corrected docs for the 'context-path' property reference.
-
- 05 Aug, 2015 2 commits
-
-
Spencer Gibb authored
Implements forwarding of eureka CacheRefreshedEvent as HeartbeatEvent, rather thank serialization hack. Uses new Eureka DI functionality (mostly there, some issues). Updates EurekaJacksonCodec to be "DataCenterAware". Reference EurekaClient interface rather than DiscoveryClient class. fixes gh-349
-
Spencer Gibb authored
so non-web apps don't break fixes gh-475
-
- 04 Aug, 2015 2 commits
-
-
Spencer Gibb authored
* feign-inheritance: Updated documentation for Feign hierarchical clients
-
Jakub Narloch authored
-
- 30 Jul, 2015 1 commit
-
-
Spencer Gibb authored
Via spring 4.2 new AsyncHandlerMethodReturnValueHandler fixes gh-231
-
- 27 Jul, 2015 8 commits
-
-
Spencer Gibb authored
Also brings in patches to the hystrix dashboard. fixes gh-465
-
Spencer Gibb authored
It overwrote the port 443 registration. fixes gh-461
-
Spencer Gibb authored
* service-path: Specifing only the serviceId causes NPE
-
Jakub Narloch authored
-
Spencer Gibb authored
-
Dave Syer authored
Fixes gh-463
-
Spencer Gibb authored
* 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.
-
andreasevers authored
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.
-
- 26 Jul, 2015 1 commit
-
-
Jakub Narloch authored
-
- 24 Jul, 2015 1 commit
-
-
Spencer Gibb authored
Corrected typo in spelling of registration.
-
- 21 Jul, 2015 1 commit
-
-
Stephen Souness authored
-
- 18 Jul, 2015 2 commits
-
-
Dave Syer authored
-
Biju Kunjummen authored
-
- 15 Jul, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-415
-
- 14 Jul, 2015 2 commits
-
-
Spencer Gibb authored
* pull434: Build query string from context instead of original request
-
Jakub Stachowski authored
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
-
- 13 Jul, 2015 2 commits
-
-
Spencer Gibb authored
* feign-8.6.0: Updated feign version to 8.6.0
-
Jakub Narloch authored
-
- 10 Jul, 2015 10 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Remove unfinished sentence
-
Spencer Gibb authored
Fix escaping
-
Spencer Gibb authored
Fix minor typo in doc
-
Ryan J Baxter authored
Should be approximateZoneFromHostname instead of approximateZoneFromDomain.
-
Eric Bottard authored
-
Eric Bottard authored
-
Eric Bottard authored
-
Dave Syer authored
-
Ryan J Baxter authored
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.
-
- 09 Jul, 2015 2 commits
-
-
Spencer Gibb authored
Fix grammar issue in doc
-
Eric Bottard authored
-
- 08 Jul, 2015 1 commit
-
- 07 Jul, 2015 1 commit
-
-
Spencer Gibb authored
Fixed typo in ignoredServices
-
- 06 Jul, 2015 1 commit
-
-
Jakub Narloch authored
-
- 03 Jul, 2015 1 commit
-
-
Dave Syer authored
-