- 06 May, 2016 1 commit
-
-
Dave Syer authored
-
- 05 May, 2016 1 commit
-
-
Dave Syer authored
The jackson version needs to be explicit (not in parent potentially) and there is a weirdness with @RequestMapping in Spring 4.3
-
- 04 May, 2016 3 commits
-
-
Spencer Gibb authored
* fix-IgnoredHeadersCasingNotIgnored: Sensitive headers set in PreDecorationFilter no longer override previously set ignored headers. Removed the case sensitiveness when the sensitive headers are set. Fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1003 Test for default ribbon client configuration Tidy up more compiler warnings for generics Add note to clarify that zuul starter does not include discovery
-
Jacques-Etienne Beaudet authored
Removed the case sensitiveness when the sensitive headers are set. Fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1003
-
Dave Syer authored
-
- 03 May, 2016 2 commits
- 02 May, 2016 1 commit
-
-
Spencer Gibb authored
Fixes gh-947
-
- 28 Apr, 2016 3 commits
-
-
Sébastien PERALTA authored
Fixes gh-993
-
Dave Syer authored
Adds an `@ExportMetricReader` which was missing before and led to people losing their metric exports when they had Servo on the classpath. Also allow servo metrics autoconfiguration to be disabled via a flag netflix.metrics.servo.enabled=false (as an alternative to excluding the class in `@EnableAutoConfiguration`).
-
- 27 Apr, 2016 2 commits
-
-
Dave Syer authored
-
Dave Syer authored
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
-
- 26 Apr, 2016 5 commits
-
-
Nicolas Byl authored
to ensure compatibility with legacy apps Fixes gh-989
-
Andrei Sfat authored
Makes use of StringUtils.commaDelimitedListToStringArray Fixes gh-980
-
Andrei Sfat authored
-
Dave Syer authored
Users will have to switch from health.hystrix.enabled to management.health.* for consistency with other health indicators. Fixes gh-985
-
Matt Reynolds authored
so they don't appear on the dashboard Fixes gh-974
-
- 25 Apr, 2016 3 commits
-
-
Spencer Gibb authored
fixes gh-987
-
Spencer Gibb authored
Fixes proper RestTemplate behavior. fixes gh-986
-
Pedro Alvarado authored
Fixes gh-894
-
- 20 Apr, 2016 4 commits
-
-
Dave Syer authored
Protects us against changes in Spring Boot 1.4 where the naming convention changes.
-
Dave Syer authored
-
Spencer Gibb authored
Spring HttpMessageConverters can modify headers. This change passes the modified headersr back to the feign request, so the proper headers are sent on the request. fixes gh-977
-
Spencer Gibb authored
-
- 19 Apr, 2016 1 commit
-
-
Dave Syer authored
The descriptions of name/serviceId/value and url were out of date (name is mandatory now and can be mixed with url).
-
- 18 Apr, 2016 2 commits
- 13 Apr, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-968
-
- 08 Apr, 2016 1 commit
-
-
Spencer Gibb authored
Route specific sensitiveHeaders override global. fixes gh-944
-
- 07 Apr, 2016 5 commits
-
-
Spencer Gibb authored
* pull945: Ribbon retry works & fix Content-Length error.
-
Tyler Van Gorder authored
This change requires setting `ribbon.http.client.enabled=true`. This change addresses issue #648 Getting Retry Working In RestTemplate. There is also a fix in place that addresses the issue #357 RestTemplate Error. fixes gh-648
-
Spencer Gibb authored
fixes gh-961
-
Spencer Gibb authored
* pull883: Send 404 in zuul servlet when no route is found.
-
Adrian Ivan authored
Fixes false 200 in zuul when using zuul servlet rather than mvc servlet. Fixes gh-865
-
- 05 Apr, 2016 5 commits
-
-
Spencer Gibb authored
fixes gh-957
-
Spencer Gibb authored
fixes gh-956
-
Spencer Gibb authored
fixes gh-955
-
Spencer Gibb authored
fixes gh-954
-
Tim te Beek authored
Fixes gh-352
-