- 03 Jun, 2016 5 commits
-
-
Spencer Gibb authored
* patch-1: Support header placeholders in SpringMvcContract.
-
Damian Jackson authored
When using property placeholders in the @RequestMapping annotation the ones placed in the headers attribute do not get replaced. This appears to be because the other attributes, such as the url, use the resolve() function to perform the substitution whereas the header is parsed as-is. This change adds a call to resolve for each side of the equals in the header string so that the properties are substituted correctly.
-
Spencer Gibb authored
* ribbon-2.2.0: Upgrade ribbon to 2.2.0
-
Daniel Lavoie authored
fix gh-1045
-
Spencer Gibb authored
-
- 28 May, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 27 May, 2016 9 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Daniel Lavoie authored
-
- 24 May, 2016 1 commit
-
-
Dave Syer authored
If there is no content type incoming, then it should be absent in the outgoing request (not "null"). Fixes gh-1037
-
- 23 May, 2016 10 commits
-
-
Spencer Gibb authored
fixes gh-1030
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1044
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
Fix minor misspelling in docs
-
Ryan W. Moore authored
-
- 18 May, 2016 1 commit
-
-
Dave Syer authored
The Angel client has an idiosyncratic way of calculating an instance id, and the Brixton client aligned with that already, but the Brixton server did not. This change should make Brixton Eureka Servers work with Angel clients. See gh-978
-
- 17 May, 2016 5 commits
-
-
Dave Syer authored
-
Dave Syer authored
The way it was being used internally means that we didn't need the annotation anyway. It would be nice to have it back if the Spring issue gets resolved, because then we could actually use it as intended. Fixes gh-1025
-
Dave Syer authored
-
Jacques-Etienne Beaudet authored
This commit adds the support for query string defined in the class' @RequestMapping Annotation that is applied to all method of a controller. Fxies gh-1023, fixes gh-1024
-
- 16 May, 2016 1 commit
-
-
Dave Syer authored
Before this change we were seeing test failures in spring-cloud-netflix-eureka-server (but only with Spring Boot 1.4) caused by annotation processing explosion when RefreshScopeAutoConfiguration is not on the classpath.
-
- 12 May, 2016 2 commits
- 11 May, 2016 2 commits
-
-
Marcin Grzejszczak authored
-
Dave Syer authored
This test should run with Spring Boot 1.4.0.M2 now. See https://github.com/spring-projects/spring-boot/issues/5870
-
- 10 May, 2016 1 commit
-
-
Dave Syer authored
-