1. 23 Nov, 2016 1 commit
  2. 22 Nov, 2016 3 commits
  3. 16 Nov, 2016 1 commit
  4. 14 Nov, 2016 1 commit
  5. 07 Nov, 2016 3 commits
  6. 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.
  7. 27 Oct, 2016 5 commits
  8. 26 Oct, 2016 3 commits
  9. 25 Oct, 2016 11 commits
  10. 24 Oct, 2016 2 commits
  11. 20 Oct, 2016 7 commits
  12. 19 Oct, 2016 1 commit
    • Move properties to new namespace. · ddc1069e
      Spencer Gibb authored
      Moving eureka.server.{expectedNumberOfRenewsPerMin,defaultOpenForTrafficCount} to eureka.instance.registry so relaxed binding can be used. Default to old values for backwards compatibility.