1. 12 Dec, 2016 1 commit
  2. 08 Dec, 2016 3 commits
  3. 05 Dec, 2016 3 commits
  4. 02 Dec, 2016 4 commits
  5. 30 Nov, 2016 2 commits
  6. 29 Nov, 2016 1 commit
    • Fix Eureka Ribbon Auto Config conditions. · 111a95d2
      Spencer Gibb authored
      Specifically, add `@ConditionalOnBean(EurekaClient.class)`.
      
      Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception.
      
      fixes gh-1511
      
      (cherry picked from commit d1f8c031)
  7. 23 Nov, 2016 2 commits
  8. 22 Nov, 2016 3 commits
  9. 16 Nov, 2016 1 commit
  10. 14 Nov, 2016 1 commit
  11. 07 Nov, 2016 3 commits
  12. 03 Nov, 2016 2 commits
    • Fix NoClassDefFoundError loading RxJavaAutoConfiguration without spring-webmvc (#1442) · e6298f81
      Robin Stocker authored
      RxJavaReturnValueHandlerConfig can only be loaded when both spring-web
      and spring-webmvc are on the classpath, because it contains a reference
      to the WebMvcConfigurerAdapter class.
      
      But the ConditionalOnClass annotation only included the class from
      spring-web. In our situation, only spring-web was on the classpath,
      resulting in a NoClassDefFoundError for WebMvcConfigurerAdapter. Fix it
      by adding that class to the condition as well.
    • Add example of empty sensitive headers · 704a874e
      Dave Syer authored
      Emphasises that it's a black list, and clarifies that you need to
      set it to empty to get authorization and cookie headers.
  13. 27 Oct, 2016 5 commits
  14. 26 Oct, 2016 3 commits
  15. 25 Oct, 2016 6 commits