Spencer Gibb
d72c9f0dc4
make use of 'metadataMap.instanceId' consistent
9 years ago
Spencer Gibb
bea48c5150
Merge pull request #515 from CPGFinanceSystems-master
...
* CPGFinanceSystems-master:
Add X-Forwarded-Proto HTTP header to zuul proxy requests
9 years ago
Forstner Michael
cbc7aa37f4
Add X-Forwarded-Proto HTTP header to zuul proxy requests
...
If the zuul reverse proxy and the destination services are using a different scheme
(for example HTTPS on proxy side and HTTP on service side) an additional HTTP
header is required according to RFC7239 [http://tools.ietf.org/html/rfc7239 ]
9 years ago
Spencer Gibb
46860e5c2c
Merge pull request #519 from spring-cloud/adrian.feign-bump
...
Bumps to Feign 8.8.1
9 years ago
Dave Syer
ee5b9c6382
Revert back to snapshot
9 years ago
Dave Syer
a11a7709bf
Bump to M1
9 years ago
Adrian Cole
c25e950914
Bumps to Feign 8.8.1
9 years ago
Adrian Cole
12b8e52f70
Merge pull request #513 from spring-cloud/feign-eager-instantiation-problem
...
Change from @Autowired to context.getBean
9 years ago
Spencer Gibb
f60cc6fb42
Change from @Autowired to context.getBean.
...
Solves problems where FeignClientFactoryBean is run before auto-configuration.
fixed gh-441
9 years ago
Spencer Gibb
67f0035885
update README from sources
9 years ago
Spencer Gibb
a92307b060
Merge pull request #512 from geoand/doc-fix
...
Replaced incorrect @PathParameter with @PathVariable
9 years ago
Spencer Gibb
b55832e5ef
removed unused README
9 years ago
Spencer Gibb
304e836980
Merge pull request #509 from jmnarloch/eureka-healthcheck
...
* eureka-healthcheck:
Eureka health check
9 years ago
Jakub Narloch
c9008ea277
Eureka health check
9 years ago
gandrianakis
654ccf2dea
Replaced incorrect @PathParameter with @PathVariable
9 years ago
Dave Syer
72c89c51e6
Fix autoconfig ordering so that health indicators always work
9 years ago
Spencer Gibb
e31f41c2a9
Created StaticServerList and updated tests to use it.
9 years ago
Spencer Gibb
aef6d2a326
Use localhost if non-loopback lookup fails
9 years ago
Spencer Gibb
62129c72c2
fix condition for selfPreservationMode
9 years ago
Dave Syer
80f2735ea5
Merge branch '1.0.x'
...
Conflicts:
.travis.yml
9 years ago
Dave Syer
7fc9811975
Use TRAVIS_BRANCH if available
9 years ago
Dave Syer
b3ca7430b0
Move ghpages to script
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
56fae9330f
Try to debug CI failures
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
Dave Syer
ddd1b35b71
Merge branch '1.0.x'
9 years ago
Dave Syer
ad86d48c6a
Use HttpHeaders for headers (case insensitive)
...
Fixes gh-306
9 years ago
Spencer Gibb
e8b0e613fc
Merge pull request #501 from ghillert/master
...
Replace XD logo with a Eureka logo
9 years ago
Gunnar Hillert
b1dffe00e7
Replace XD logo with a Eureka logo
...
* Fixes gh-310
9 years ago
Spencer Gibb
b494e1d2cc
refactor RibbonCommand to an interface and factory
...
lays the groundworkd to implement an httpclient ribbon command
fixes gh-412
9 years ago
Spencer Gibb
ec22bf21eb
Added LICENSE.txt
9 years ago
Roy Clarkson
56d0570674
Fix whitespace and formatting
9 years ago
Spencer Gibb
913091a716
added test for lists of request parameters
9 years ago
Adrian Cole
b943a94b33
Merge pull request #494 from spring-cloud/adrian.5percent-more-ribbon
...
Updates to Ribbon 2.10
9 years ago
Adrian Cole
691771a13d
Updates to Ribbon 2.10
...
Synchronizes on the version in use by Feign.
Closes #4920
9 years ago
Spencer Gibb
a82a1734ce
Merge pull request #493 from spring-cloud/adrian.may-the-poms-be-with-you
...
Consolidates references to parent pom
9 years ago
Adrian Cole
54607135b6
Consolidates references to parent pom
...
Some projects were failing on `./mvnw install` due to a non-existent
local path. This makes all poms use the same approach.
9 years ago
Dave Syer
67748d6626
Update readmes
9 years ago
Dave Syer
cb5a8c107d
Add Maven wrapper
9 years ago
Spencer Gibb
d64cfa5cad
polish
9 years ago
Spencer Gibb
b7bcdddacd
add DiscoveryClientOptionalArgs constructor param to CloudEurekaClient
9 years ago
Spencer Gibb
d24bff02f3
Merge pull request #486 from steve-oakey/gh-337
...
* gh-337:
Detect https from Ribbon Client Config
9 years ago
Stephen Oakey
c883495f8a
Detect https from Ribbon Client Config
...
RibbonLoadBalancer and RibbonLoadBalancer use IClientConfig IsSecure
property for service ID to determine if the service is secure. Replaces
scheme of URI of request with https if the request is secure.
fixes gh-337
9 years ago
Spencer Gibb
ddb09c499b
Merge pull request #485 from jghiloni/master
...
* pull485:
Make `isSecure()` match `getPort()` in secure vs non-secure resolution
9 years ago
Josh Ghiloni
539ca47bab
Make `isSecure()` match `getPort()` in secure vs non-secure resolution
9 years ago
Spencer Gibb
9e40714e3c
Use the first non-loopback address for host/ip addr
...
fixes gh-468
9 years ago
Spencer Gibb
512d687615
Update feign to 8.7.1
...
fixes gh-479
9 years ago
Spencer Gibb
b9d1d5e697
Merge pull request #478 from jkschneider/early-eureka-client
...
* early-eureka-client:
make EurekaClient available before smart lifecycle phase 0
9 years ago