- 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 2 commits
- 09 May, 2016 1 commit
-
-
Dave Syer authored
When the users explicitly sets the sensitive headers of a rroute to empty, it means they should be empty, not the global defaults. Fixes gh-1012
-
- 06 May, 2016 12 commits
-
-
Spencer Gibb authored
* issue-966-fix: Adds path parameter to @FeignClient.
-
Venil Noronha authored
Fixes gh-966
-
Spencer Gibb authored
Typo fixes
-
Tommy Ludwig authored
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
* pull1007: Updating RxJava version to 1.1.5 This update on RxJava version is in regards to the PR that got merged [`here`](https://github.com/ReactiveX/RxJava/pull/3820) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (https://github.com/spring-cloud/spring-cloud-sleuth/pull/243).
-
Shivang Shah authored
This update on RxJava version is in regards to the PR that got merged [`here`](https://github.com/ReactiveX/RxJava/pull/3820) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (https://github.com/spring-cloud/spring-cloud-sleuth/pull/243). 1.1.5
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
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 1 commit
-
-
Dave Syer authored
Protects us against changes in Spring Boot 1.4 where the naming convention changes.
-