Commit Graph

536 Commits

Author SHA1 Message Date
Dave Syer
5dccd03d73 Fix broken test
This test made wrong assumptions about the content of the child
context when trying to simulate autoconfiguration. It needed
an extra EurekaClientAutoConfiguration.
2015-09-25 13:04:52 +01:00
Dave Syer
f904b52a1d Tweak eureka lifecycle so it re-registers after a refresh
This version of Eureka is a bit of a singleton pig, so it's hard
to control the lifecycle, but this seems to work for all the tests
and also the eureka-first and ribbon-eureka samples.

Fixes gh-551 for 1.0.x
2015-09-24 17:07:22 +01:00
Spencer Gibb
ac86e7798e Fix Feign ResponseEntity<Void> NPE
fixes gh-539
2015-09-14 12:38:43 -06:00
Spencer Gibb
13a3ea071d Only manage turbine-core dep in modules
fixes gh-511
2015-09-02 10:49:32 -06:00
Dave Syer
43a5241d3c Fix autoconfig ordering so that health indicators always work 2015-09-02 13:29:41 +01:00
Dave Syer
7fc9811975 Use TRAVIS_BRANCH if available 2015-08-25 14:52:31 +01:00
Dave Syer
b3ca7430b0 Move ghpages to script 2015-08-25 14:15:51 +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
56fae9330f Try to debug CI failures 2015-08-25 12:44:08 +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
Dave Syer
ad86d48c6a Use HttpHeaders for headers (case insensitive)
Fixes gh-306
2015-08-25 11:13:29 +01:00
Biju Kunjummen
2c688062e7 Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment 2015-07-18 10:36:51 +01:00
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.
2015-07-10 11:47:35 +01:00
Dave Syer
3519ecf224 Prepare master for next snapshot 2015-06-26 10:57:19 +01:00
Dave Syer
72cecacea7 Fix path to docs in README raw text 2015-06-25 12:31:29 +01:00
Dave Syer
e17766e916 Add dependency management for starters 2015-06-25 11:46:01 +01:00
Dave Syer
29841f9f57 Revert "add optional spring-security-rsa"
This reverts commit 06d4d1e158.
2015-06-24 20:24:50 +01:00
Spencer Gibb
06d4d1e158 add optional spring-security-rsa 2015-06-24 11:42:46 -06:00
Dave Syer
a903b5d58c Fix guava imports 2015-06-24 17:31:06 +01:00
Dave Syer
25651f4835 Add sidecar to BOM 2015-06-24 17:23:39 +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
Dave Syer
652e4b96b3 Nail explicit dependencies for s-c-context 2015-06-23 17:58:59 +01:00
Spencer Gibb
34eb36323a Merge pull request #390 from heyjustin/master
Mark an instance as DOWN when the application context is stopped.
2015-06-23 12:00:30 -04:00
Spencer Gibb
12bee7772f Merge pull request #408 from brandon-atkinson/zuul-unescaped-paths
* zuul-unescaped-paths:
  Fix unescaped paths in SimpleHostRoutingFilter.
2015-06-23 09:57:26 -06:00
Brandon Atkinson
283c0f7600 Fix unescaped paths in SimpleHostRoutingFilter.
Move common code so RibbonRoutingFilter can use the same code.

Fixes gh-407
2015-06-23 09:56:46 -06:00
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
2015-06-23 09:51:01 -06:00
Brandon Atkinson
80206e6b38 Removed deflate accept-encoding from outbound requests 2015-06-23 09:50:14 -06: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
Bertrand Renuart
2ba5c4b9ec gh327: explicitly close the HttpResponse in case of timeout 2015-06-11 13:14:50 -06:00
Justin Walsh
69eaa27ccc Mark an instance as DOWN when the application context is stopped.
Fixes gh-377
2015-06-10 10:37:53 +02:00
Spencer Gibb
440779bcf0 Revert "attempt ordering of RibbonClients.defaultConfiguration's"
This reverts commit 0d468b3930.
2015-06-08 14:56:23 -06:00
Spencer Gibb
0d468b3930 attempt ordering of RibbonClients.defaultConfiguration's
ref gh-383
2015-06-08 14:55:22 -06:00
Spencer Gibb
0f2fbf8e1c fixed test broken during rebase 2015-06-08 14:02:17 -06:00
Spencer Gibb
b746ad5504 Fix name of default ribbon config if config is not in an eclosing class
fixes gh-374
2015-06-08 13:44:07 -06:00
Dave Syer
a63b825690 Add call to Lifecycle.stop()
See gh-377
2015-06-08 06:33:45 +01:00
Spencer Gibb
ce96c83401 updated README from sources 2015-06-05 11:16:33 -06:00
Spencer Gibb
aa002b56c4 fixed canceled leases template var referencec
fixes gh-375
2015-06-05 09:00:54 -06:00
Spencer Gibb
fa84108ebf fix swapped default values
fixes gh-372
2015-06-02 13:21:29 -06:00
Spencer Gibb
a23131f094 upgrade hystrix to 1.4.10
fixes gh-370
2015-06-02 08:33:33 -06:00
Spencer Gibb
a0d72b3cbc removed test with encoded slashes 2015-06-02 08:33:32 -06:00
Dave Syer
23cde30063 Align metrics with Spring Boot 1.3
Should be no change for users of Boot 1.2 right now, but with this
patch it is possible to use 1.3 with the new conventions for metrics
(e.g. in particular exporting by declaring beans of type
MetricWriter)
2015-06-02 15:29:08 +01:00
Spencer Gibb
899a577980 add test for zuul with encoded path parameter 2015-06-01 14:44:54 -06:00
Spencer Gibb
682ceec402 Merge branch 'brenuart-gh354b' 2015-05-28 09:02:07 -06:00
Spencer Gibb
68c731d668 added test for metrics with period in name 2015-05-28 09:01:53 -06:00
Spencer Gibb
1a6602149d Merge branch 'gh354b' of https://github.com/brenuart/spring-cloud-netflix into brenuart-gh354b 2015-05-28 08:43:23 -06:00
Spencer Gibb
dbef27ac6b more RibbonClient tests 2015-05-28 08:32:01 -06:00
Bertrand Renuart
28f890989d Allow for periods in metric name (see gh354) 2015-05-28 09:48:28 +02:00
Dave Syer
bd808a76fa Add health.config for documentation purposes only 2015-05-27 10:27:02 +01:00