Dave Syer
8cf581d496
Correct description of cloud foundry instance id
...
Fixes gh-1214
8 years ago
Dave Syer
9cab69a968
Update readme script to handle local includes
9 years ago
Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
9 years ago
Spencer Gibb
243c13b7ee
Make turbine.combineHostPort=true the default.
...
fixes gh-1087
9 years ago
Spencer Gibb
7d295bdc8b
Update to SNAPSHOT
9 years ago
Spencer Gibb
b6807fc264
Update SNAPSHOT to 1.1.2.RELEASE
9 years ago
Dave Syer
ad7e341b78
Clarify turnine config some more
9 years ago
Dave Syer
53a3076e1c
Add docs on turbine.combineHostPort
9 years ago
Dave Syer
4507d1d46d
Add listener for HeartbeatEvent to refresh zuul routes
...
Fixes gh-1084
9 years ago
Spencer Gibb
de45269ec3
update gradle tip.
9 years ago
Spencer Gibb
332b5605d6
Update to SNAPSHOT
9 years ago
Spencer Gibb
c3d16ddb30
Update SNAPSHOT to 1.1.1.RELEASE
9 years ago
Ryan W. Moore
66387a15b7
Fix minor misspelling in docs
9 years ago
Dave Syer
2b58487ad7
Fix typo Sream->Stream
9 years ago
Dave Syer
043a965db3
Update README and remove .settings.xml where appropriate
9 years ago
Dave Syer
c399f1117b
Revert to snapshots
9 years ago
Dave Syer
d9327a02a2
Update for 1.1.0.RELEASE
9 years ago
Tommy Ludwig
52a3974a78
Typo fixes
9 years ago
Dave Syer
c4e879ea96
Switch parent of docs poms
9 years ago
Dave Syer
83235b13c1
Update parent to 1.1.0.RELEASE
9 years ago
Dave Syer
1c9d11de23
Add note to clarify that zuul starter does not include discovery
...
Fixes gh-992
9 years ago
Dave Syer
e0bc9d11f1
Update docs for Turbine AMQP -> Stream
9 years ago
Dave Syer
6087bc755a
Use eureka.instance zone data consistently determining client zone
...
The zone for a remote server comes from its
eureka.instance.metadataMap.zone, but we didn't (until this change)
apply the same logic to the client. If the client is registering
itslef with eureka then it will have a metadataMap itself and
we should be able to just reverse the logic.
Fixes gh-991
9 years ago
Dave Syer
24579f67e2
Revert to snapshots
9 years ago
Dave Syer
d99196aeb1
Update to RC2
9 years ago
Spencer Gibb
df5303912f
Add global zuul sensitiveHeaders option.
...
Route specific sensitiveHeaders override global.
fixes gh-944
9 years ago
Marcin Grzejszczak
3f9e76b876
Revert to snapshots
9 years ago
Marcin Grzejszczak
29988b5f58
Bump for 1.1.0.RC1
9 years ago
Spencer Gibb
08f7076f6e
Mark @FeignClient beans as primary.
...
When fallback beans are created, there was no longer a unique bean of the feign interface which caused autowire problems.
fixes gh-899
9 years ago
Marc Paquette
a7e34d706d
Typo in example code for `DiscoveryClient`
...
`DiscoveryClient` field declared with name `discoveryClient` but `serviceUrl()` method uses `client`.
9 years ago
Jakub Narloch
bca86191b3
Spring Mvc RxJava integration.
...
Support for Single via a ReturnValueHandler.
Support for Observable via SseEmitter.
9 years ago
Mathias Düsterhöft
615d860f82
typo fixed
9 years ago
Dave Syer
9ea64308cb
Add Authorize to sensitive headers in zuul proxy
9 years ago
Dave Syer
d2e004dc68
Add support for "sensitiveHeaders" in zuul.routes
...
By default we now discard all Set-Cookie and Cookie headers. User
can manipulate it per route via zuul.routes.*.sensitiveHeaders, or
globally via zuul.ignoredHeaders.
9 years ago
Dave Syer
40361f1b8e
Add whitelist hosts and sensitive headers
9 years ago
Dave Syer
17eb2f8d91
Refer to correct config props object in docs
9 years ago
Dave Syer
ca81f5671a
Add HTTP basic back to Eureka client
...
Latest Eureka from Netflix uses a different HTTP client, and it
ignores the HTTP basic credentials in a service URL. This change
partially restores the old behaviour by providing an interceptor
(ClientFilter) that has a single, global username/password
taken from the first serviceUrl that contains credentials.
Fixes gh-849
9 years ago
Dave Syer
c3efcbabb8
Fix links to client code
9 years ago
Andreas Kluth
65bf3bb6ee
Add the ability to configure the max connections and max per route on PoolingHttpClientConnectionManager.
9 years ago
Dave Syer
d66cae9c49
Fix spelling
9 years ago
Dave Syer
2323512304
Clarification regardinff shared interfaces in server and client
9 years ago
Dave Syer
443406f75f
Revert to snapshots
9 years ago
Dave Syer
61ef6dd511
Update to 1.1.0.M5
9 years ago
Dave Syer
92a35ba77f
Add explicit docs for eureka.hostname in secure app registration
...
Eureka supports native placeholders, but Spring can also be used.
Added some docs to show how more explicitly.
See gh-761
9 years ago
Dave Syer
be0f030ccf
Move shared package under eureka
9 years ago
Dave Syer
249f524ad9
Fix typo in docs
9 years ago
Spencer Gibb
f00f761996
Support feign hystrix fallbacks.
...
Added @FeignClient(fallback).
Renamed FeignClientFactory to FeignContext.
fixes gh-762
9 years ago
Dave Syer
3ecd9cb0cf
Move discovery related route locator stuff into a new package
9 years ago
Spencer Gibb
8938aa4621
Revert "Update SNAPSHOT to MILESTONE 1.1.0.M4"
...
This reverts commit 721fdc5918
.
9 years ago
Spencer Gibb
721fdc5918
Update SNAPSHOT to MILESTONE 1.1.0.M4
9 years ago