- 01 Dec, 2014 1 commit
-
-
Julien Roy authored
-
- 29 Nov, 2014 1 commit
-
-
Dave Syer authored
Bean instantiation ordering was causing external (user-supplied) filter beans to replace the defaults, not append to them. Separating out the autowired map of beans into a spearate class was enough to fix it. Fixes gh-78
-
- 26 Nov, 2014 15 commits
-
-
Spencer Gibb authored
fixes gh-73
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Also adds support for context paths in physical URL mappings, e.g. zuul.route.http\://localhost\:8081/app=/stores/** will result in a proxy forward of /stores/foo to http://localhost:8081/app/stores/foo Fixes gh-73
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
E.g. zuul: route: testclient: /testing123/** # service mapping http://localhost:8081: /stores/** # physical mapping
-
Dave Syer authored
You can bind to a Map<String,String> with application.yml, so there's no need to work so hard to extract the zuul routes.
-
Dave Syer authored
User can now list routes with /zuul/routes and reset with a POST. Fixes gh-75
-
Dave Syer authored
-
Spencer Gibb authored
Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient.
-
Spencer Gibb authored
-
- 25 Nov, 2014 3 commits
-
-
Spencer Gibb authored
This allows mappings to be at the root and not have to be prefixed. It also allows mappings to fall through to other handler mappings. Patterns are now Ant-style via AntPathMatcher. fixes gh-72
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 21 Nov, 2014 2 commits
-
-
Spencer Gibb authored
fixes gh-67
-
Dave Syer authored
-
- 19 Nov, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-45
-
- 17 Nov, 2014 1 commit
-
-
Dave Syer authored
If the prefix is set we also set configPath=<prefix> in the instance metadata, so config clients can pick it up and add it to the home page URL. Fixes gh-64, fixes gh-65
-
- 14 Nov, 2014 1 commit
-
-
Spencer Gibb authored
Added LoadBalancerClient.reconstructURI to take an URI with the service as hostname and inject a real host and port. Added tests for RibbonInterceptor and RibbonLoadBalancerClient. fixes gh-37
-
- 13 Nov, 2014 1 commit
-
-
Dave Syer authored
The problem manifests itself as errors in the Eureka server log (gh-47), but originates in the client because it is sending requests to /eureka/apps/{NAME}/{ID} with the wrong ID. The InstanceInfo has an ID that is derived (for preference) from the EurekaInstanceConfig.dataCenterInfo, so that's the best way to fix it. See gh-63, Fixes gh-47
-
- 11 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 06 Nov, 2014 5 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-50
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-53
-
Spencer Gibb authored
fixes gh-40
-
- 05 Nov, 2014 3 commits
-
-
Spencer Gibb authored
fixes gh-57
-
Dave Syer authored
I didn't see a way to do this without dynamic rendering, so now we have a freemarker dependency (not huge I guess). Fixes gh-51
-
Dave Syer authored
Fixes gh-52
-
- 04 Nov, 2014 1 commit
-
-
Spencer Gibb authored
Removed old zuul module. fixes gh-14
-
- 03 Nov, 2014 1 commit
-
-
Spencer Gibb authored
move SpringClientFactory bean creation to RibbonAutoConfiguration where it should have been in the first place. fixes gh-35
-
- 31 Oct, 2014 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Fixes gh-49
-
Spencer Gibb authored
-